HEX: #87CEFA
RGB: (135,206,250)
Die Farbenname ist LightSkyBlue. #87CEFA enthält hauptsächlich grüne und blaue Farbe. Für #87CEFA ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #87CEFA wird in RGB als (135,206,250) definiert.
RGB: (135,206,250) (53%,81%,98%)
R 135 von 255 = 53%
G 206 von 255 = 81%
B 250 von 255 = 98%
R + G + B ~ 77%. #87CEFA ziemlich helle Farbe.
R + G + B =
135 + 206 + 250 = 591 (100%)
R 135 von 591 ~ 22.84%
G 206 von 591 ~ 34.86%
B 250 von 591 ~ 42.3%
Die Farbe #87CEFA wird in CMYK als (46,18,0,2) definiert.
CMYK: (46,18,0,2) C46M18Y0K2 (46%,18%,0%,2%) (0.46/0.18/0.00/0.02)
87 | CE | FA | |
---|---|---|---|
RGB | 135 | 206 | 250 |
HSL | 203° | 92.00% | 75.49% |
HSB/HSV | 203° | 46.00% | 98.04% |
CMYK | 46.00% | 17.60% | 0.00% |
1.96% |
Hexadezimal | 87 | CE | FA |
Dezimal | 135 | 206 | 250 |
Binär | 10000111 | 11001110 | 11111010 |
Oktal | 207 | 316 | 372 |
Beispiele css- und html für Elemente in der Farbe #87CEFA. Bitte benutzen Sie auch rgb(135,206,250) statt hex-Code.
.myTextColor { color: #87CEFA; }
<p style="color:#87CEFA">This sample text font color is #87CEFA.</p>
Die Farbe dieses Textes ist #87CEFA.
.myBgColor { background-color: #87CEFA; }
<div style="background-color:#87CEFA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87CEFA.
.myBorderColor { border: 1px solid #87CEFA; }
<div style="border:3px solid #87CEFA">Div</div>
Die Grenzen von diesem div sind in Farbe #87CEFA.
.myOpacity80 { color: #87CEFA; opacity: 0.8; }
<p style="color:#87CEFA;opacity:0.8;">80%</p>
Text in Farbe #87CEFA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87CEFA;}
<p style="text-shadow: 3px 3px 1px #87CEFA">Text here.</p>
Dieser Text hat den Schatten in Farbe #87CEFA.
.textShadow {text-shadow: 3px 3px 1px #87CEFA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87CEFA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87CEFA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87CEFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87CEFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #87CEFA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87CEFA; -webkit-box-shadow: 1px 1px 3px 2px #87CEFA; box-shadow: 1px 1px 3px 2px #87CEFA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87CEFA; -webkit-box-shadow: 1px 1px 3px 2px #87CEFA; box-shadow:1px 1px 3px 2px #87CEFA;">
Div content here</div>
Dieser Text ist in der Farbe #87CEFA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87CEFA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87CEFA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87CEFA.