HEX: #71C6FC
RGB: (113,198,252)
#71C6FC enthält hauptsächlich grüne und blaue Farbe. Für #71C6FC ist eine «websichere» Webfarbe #66CCFF (oder kurz #6CF).
Die Farbe #71C6FC wird in RGB als (113,198,252) definiert.
RGB: (113,198,252) (44%,78%,99%)
R 113 von 255 = 44%
G 198 von 255 = 78%
B 252 von 255 = 99%
R + G + B ~ 74%. #71C6FC ziemlich helle Farbe.
R + G + B =
113 + 198 + 252 = 563 (100%)
R 113 von 563 ~ 20.07%
G 198 von 563 ~ 35.17%
B 252 von 563 ~ 44.76%
Die Farbe #71C6FC wird in CMYK als (55,21,0,1) definiert.
CMYK: (55,21,0,1) C55M21Y0K1 (55%,21%,0%,1%) (0.55/0.21/0.00/0.01)
71 | C6 | FC | |
---|---|---|---|
RGB | 113 | 198 | 252 |
HSL | 203° | 95.86% | 71.57% |
HSB/HSV | 203° | 55.16% | 98.82% |
CMYK | 55.16% | 21.43% | 0.00% |
1.18% |
Hexadezimal | 71 | C6 | FC |
Dezimal | 113 | 198 | 252 |
Binär | 1110001 | 11000110 | 11111100 |
Oktal | 161 | 306 | 374 |
Beispiele css- und html für Elemente in der Farbe #71C6FC. Bitte benutzen Sie auch rgb(113,198,252) statt hex-Code.
.myTextColor { color: #71C6FC; }
<p style="color:#71C6FC">This sample text font color is #71C6FC.</p>
Die Farbe dieses Textes ist #71C6FC.
.myBgColor { background-color: #71C6FC; }
<div style="background-color:#71C6FC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71C6FC.
.myBorderColor { border: 1px solid #71C6FC; }
<div style="border:3px solid #71C6FC">Div</div>
Die Grenzen von diesem div sind in Farbe #71C6FC.
.myOpacity80 { color: #71C6FC; opacity: 0.8; }
<p style="color:#71C6FC;opacity:0.8;">80%</p>
Text in Farbe #71C6FC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71C6FC;}
<p style="text-shadow: 3px 3px 1px #71C6FC">Text here.</p>
Dieser Text hat den Schatten in Farbe #71C6FC.
.textShadow {text-shadow: 3px 3px 1px #71C6FC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71C6FC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71C6FC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71C6FC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71C6FC, Direction=45, Strength=4)">Text</p>
This text has shadow with #71C6FC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71C6FC; -webkit-box-shadow: 1px 1px 3px 2px #71C6FC; box-shadow: 1px 1px 3px 2px #71C6FC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71C6FC; -webkit-box-shadow: 1px 1px 3px 2px #71C6FC; box-shadow:1px 1px 3px 2px #71C6FC;">
Div content here</div>
Dieser Text ist in der Farbe #71C6FC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71C6FC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71C6FC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71C6FC.