HEX: #85BBEE
RGB: (133,187,238)
#85BBEE enthält hauptsächlich grüne und blaue Farbe. Für #85BBEE ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #85BBEE wird in RGB als (133,187,238) definiert.
RGB: (133,187,238)
(52%, 73%, 93%)
R 133 von 255 = 52%
G 187 von 255 = 73%
B 238 von 255 = 93%
R + G + B ~ 73%. #85BBEE ziemlich helle Farbe.
R + G + B = 133 + 187 + 238 = 558 (100%)
R 133 von 558 ~ 23.84%
G 187 von 558 ~ 33.51%
B 238 von 558 ~ 42.65'%
Die Farbe #85BBEE wird in CMYK als (44,21,0,7) definiert.
CMYK: (44,21,0,7)
C44M21Y0K7 (44%, 21%, 0%, 7%)
(0.44 / 0.21 / 0.00 / 0.07)
Farbe #85BBEE in den populären Farbmodellen.
85 | BB | EE | |
---|---|---|---|
RGB | 133 | 187 | 238 |
HSL | 209° | 75.54% | 72.75% |
HSB/HSV | 209° | 44.12% | 93.33% |
CMYK | 44.12% | 21.43% | 0.00% |
6.67% |
Die Farbe #85BBEE in den populären Zahlensystemen.
Hexadezimal | 85 | BB | EE |
Dezimal | 133 | 187 | 238 |
Binär | 10000101 | 10111011 | 11101110 |
Oktal | 205 | 273 | 356 |
Dunkle Töne der Farbe #85BBEE
Helle Töne der Farbe #85BBEE
Beispiele css- und html für Elemente in der Farbe #85BBEE. Bitte benutzen Sie auch rgb(133,187,238) statt hex-Code.
.myTextColor { color: #85BBEE; }
<p style="color:#85BBEE">This sample text font color is #85BBEE.</p>
Die Farbe dieses Textes ist #85BBEE.
.myBgColor { background-color: #85BBEE; }
<div style="background-color:#85BBEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #85BBEE.
.myBorderColor { border: 1px solid #85BBEE; }
<div style="border:3px solid #85BBEE">Div</div>
Die Grenzen von diesem div sind in Farbe #85BBEE.
.myOpacity80 { color: #85BBEE; opacity: 0.8; }
<p style="color:#85BBEE;opacity:0.8;">80%</p>
Text in Farbe #85BBEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85BBEE;}
<p style="text-shadow: 3px 3px 1px #85BBEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #85BBEE.
.textShadow {text-shadow: 3px 3px 1px #85BBEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85BBEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #85BBEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85BBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85BBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #85BBEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85BBEE;
-webkit-box-shadow: 1px 1px 3px 2px #85BBEE;
box-shadow: 1px 1px 3px 2px #85BBEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85BBEE; -webkit-box-shadow: 1px 1px 3px 2px #85BBEE; box-shadow:1px 1px 3px 2px #85BBEE;">
Div content here
</div>
Dieser Text ist in der Farbe #85BBEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #85BBEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #85BBEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #85BBEE.
Kontrastfarbe für #hex ist #7A4411.