HEX: #51A0CB
RGB: (81,160,203)
#51A0CB enthält hauptsächlich grüne und blaue Farbe. Für #51A0CB ist eine «websichere» Webfarbe #6699CC (oder kurz #69C).
Die Farbe #51A0CB wird in RGB als (81,160,203) definiert.
RGB: (81,160,203) (32%,63%,80%)
R 81 von 255 = 32%
G 160 von 255 = 63%
B 203 von 255 = 80%
R + G + B ~ 58%. #51A0CB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
81 + 160 + 203 = 444 (100%)
R 81 von 444 ~ 18.24%
G 160 von 444 ~ 36.04%
B 203 von 444 ~ 45.72%
Die Farbe #51A0CB wird in CMYK als (60,21,0,20) definiert.
CMYK: (60,21,0,20) C60M21Y0K20 (60%,21%,0%,20%) (0.60/0.21/0.00/0.20)
51 | A0 | CB | |
---|---|---|---|
RGB | 81 | 160 | 203 |
HSL | 201° | 53.98% | 55.69% |
HSB/HSV | 201° | 60.10% | 79.61% |
CMYK | 60.10% | 21.18% | 0.00% |
20.39% |
Hexadezimal | 51 | A0 | CB |
Dezimal | 81 | 160 | 203 |
Binär | 1010001 | 10100000 | 11001011 |
Oktal | 121 | 240 | 313 |
Beispiele css- und html für Elemente in der Farbe #51A0CB. Bitte benutzen Sie auch rgb(81,160,203) statt hex-Code.
.myTextColor { color: #51A0CB; }
<p style="color:#51A0CB">This sample text font color is #51A0CB.</p>
Die Farbe dieses Textes ist #51A0CB.
.myBgColor { background-color: #51A0CB; }
<div style="background-color:#51A0CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51A0CB.
.myBorderColor { border: 1px solid #51A0CB; }
<div style="border:3px solid #51A0CB">Div</div>
Die Grenzen von diesem div sind in Farbe #51A0CB.
.myOpacity80 { color: #51A0CB; opacity: 0.8; }
<p style="color:#51A0CB;opacity:0.8;">80%</p>
Text in Farbe #51A0CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51A0CB;}
<p style="text-shadow: 3px 3px 1px #51A0CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #51A0CB.
.textShadow {text-shadow: 3px 3px 1px #51A0CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51A0CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51A0CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51A0CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51A0CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #51A0CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51A0CB; -webkit-box-shadow: 1px 1px 3px 2px #51A0CB; box-shadow: 1px 1px 3px 2px #51A0CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #51A0CB; -webkit-box-shadow: 1px 1px 3px 2px #51A0CB; box-shadow:1px 1px 3px 2px #51A0CB;">
Div content here</div>
Dieser Text ist in der Farbe #51A0CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51A0CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51A0CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51A0CB.