HEX: #00BFFF
RGB: (0,191,255)
Die Farbenname ist DeepSkyBlue. #00BFFF enthält hauptsächlich blaue Farbe. Für #00BFFF ist eine «websichere» Webfarbe #00CCFF (oder kurz #0CF).
Die Farbe #00BFFF wird in RGB als (0,191,255) definiert.
RGB: (0,191,255) (0%,75%,100%)
R 0 von 255 = 0%
G 191 von 255 = 75%
B 255 von 255 = 100%
R + G + B ~ 58%. #00BFFF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
0 + 191 + 255 = 446 (100%)
R 0 von 446 ~ 0%
G 191 von 446 ~ 42.83%
B 255 von 446 ~ 57.17%
Die Farbe #00BFFF wird in CMYK als (100,25,0,0) definiert.
CMYK: (100,25,0,0) C100M25Y0K0 (100%,25%,0%,0%) (1.00/0.25/0.00/0.00)
00 | BF | FF | |
---|---|---|---|
RGB | 0 | 191 | 255 |
HSL | 195° | 100.00% | 50.00% |
HSB/HSV | 195° | 100.00% | 100.00% |
CMYK | 100.00% | 25.10% | 0.00% |
0.00% |
Hexadezimal | 00 | BF | FF |
Dezimal | 0 | 191 | 255 |
Binär | 0 | 10111111 | 11111111 |
Oktal | 0 | 277 | 377 |
Beispiele css- und html für Elemente in der Farbe #00BFFF. Bitte benutzen Sie auch rgb(0,191,255) statt hex-Code.
.myTextColor { color: #00BFFF; }
<p style="color:#00BFFF">This sample text font color is #00BFFF.</p>
Die Farbe dieses Textes ist #00BFFF.
.myBgColor { background-color: #00BFFF; }
<div style="background-color:#00BFFF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00BFFF.
.myBorderColor { border: 1px solid #00BFFF; }
<div style="border:3px solid #00BFFF">Div</div>
Die Grenzen von diesem div sind in Farbe #00BFFF.
.myOpacity80 { color: #00BFFF; opacity: 0.8; }
<p style="color:#00BFFF;opacity:0.8;">80%</p>
Text in Farbe #00BFFF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00BFFF;}
<p style="text-shadow: 3px 3px 1px #00BFFF">Text here.</p>
Dieser Text hat den Schatten in Farbe #00BFFF.
.textShadow {text-shadow: 3px 3px 1px #00BFFF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00BFFF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00BFFF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00BFFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00BFFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #00BFFF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00BFFF; -webkit-box-shadow: 1px 1px 3px 2px #00BFFF; box-shadow: 1px 1px 3px 2px #00BFFF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #00BFFF; -webkit-box-shadow: 1px 1px 3px 2px #00BFFF; box-shadow:1px 1px 3px 2px #00BFFF;">
Div content here</div>
Dieser Text ist in der Farbe #00BFFF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00BFFF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00BFFF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00BFFF.