HEX: #87CEEB
RGB: (135,206,235)
Die Farbenname ist SkyBlue. #87CEEB enthält hauptsächlich grüne und blaue Farbe. Für #87CEEB ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).
Die Farbe #87CEEB wird in RGB als (135,206,235) definiert.
RGB: (135,206,235) (53%,81%,92%)
R 135 von 255 = 53%
G 206 von 255 = 81%
B 235 von 255 = 92%
R + G + B ~ 75%. #87CEEB ziemlich helle Farbe.
R + G + B =
135 + 206 + 235 = 576 (100%)
R 135 von 576 ~ 23.44%
G 206 von 576 ~ 35.76%
B 235 von 576 ~ 40.8%
Die Farbe #87CEEB wird in CMYK als (43,12,0,8) definiert.
CMYK: (43,12,0,8) C43M12Y0K8 (43%,12%,0%,8%) (0.43/0.12/0.00/0.08)
87 | CE | EB | |
---|---|---|---|
RGB | 135 | 206 | 235 |
HSL | 197° | 71.43% | 72.55% |
HSB/HSV | 197° | 42.55% | 92.16% |
CMYK | 42.55% | 12.34% | 0.00% |
7.84% |
Hexadezimal | 87 | CE | EB |
Dezimal | 135 | 206 | 235 |
Binär | 10000111 | 11001110 | 11101011 |
Oktal | 207 | 316 | 353 |
Beispiele css- und html für Elemente in der Farbe #87CEEB. Bitte benutzen Sie auch rgb(135,206,235) statt hex-Code.
.myTextColor { color: #87CEEB; }
<p style="color:#87CEEB">This sample text font color is #87CEEB.</p>
Die Farbe dieses Textes ist #87CEEB.
.myBgColor { background-color: #87CEEB; }
<div style="background-color:#87CEEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87CEEB.
.myBorderColor { border: 1px solid #87CEEB; }
<div style="border:3px solid #87CEEB">Div</div>
Die Grenzen von diesem div sind in Farbe #87CEEB.
.myOpacity80 { color: #87CEEB; opacity: 0.8; }
<p style="color:#87CEEB;opacity:0.8;">80%</p>
Text in Farbe #87CEEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87CEEB;}
<p style="text-shadow: 3px 3px 1px #87CEEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #87CEEB.
.textShadow {text-shadow: 3px 3px 1px #87CEEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87CEEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87CEEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87CEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87CEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #87CEEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87CEEB; -webkit-box-shadow: 1px 1px 3px 2px #87CEEB; box-shadow: 1px 1px 3px 2px #87CEEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87CEEB; -webkit-box-shadow: 1px 1px 3px 2px #87CEEB; box-shadow:1px 1px 3px 2px #87CEEB;">
Div content here</div>
Dieser Text ist in der Farbe #87CEEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87CEEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87CEEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87CEEB.