HEX: #75BBE0
RGB: (117,187,224)
#75BBE0 enthält hauptsächlich grüne und blaue Farbe. Für #75BBE0 ist eine «websichere» Webfarbe #66CCCC (oder kurz #6CC).
Die Farbe #75BBE0 wird in RGB als (117,187,224) definiert.
RGB: (117,187,224)
(46%, 73%, 88%)
R 117 von 255 = 46%
G 187 von 255 = 73%
B 224 von 255 = 88%
R + G + B ~ 69%. #75BBE0 ziemlich helle Farbe.
R + G + B = 117 + 187 + 224 = 528 (100%)
R 117 von 528 ~ 22.16%
G 187 von 528 ~ 35.42%
B 224 von 528 ~ 42.42'%
Die Farbe #75BBE0 wird in CMYK als (48,17,0,12) definiert.
CMYK: (48,17,0,12)
C48M17Y0K12 (48%, 17%, 0%, 12%)
(0.48 / 0.17 / 0.00 / 0.12)
Farbe #75BBE0 in den populären Farbmodellen.
75 | BB | E0 | |
---|---|---|---|
RGB | 117 | 187 | 224 |
HSL | 201° | 63.31% | 66.86% |
HSB/HSV | 201° | 47.77% | 87.84% |
CMYK | 47.77% | 16.52% | 0.00% |
12.16% |
Die Farbe #75BBE0 in den populären Zahlensystemen.
Hexadezimal | 75 | BB | E0 |
Dezimal | 117 | 187 | 224 |
Binär | 1110101 | 10111011 | 11100000 |
Oktal | 165 | 273 | 340 |
Dunkle Töne der Farbe #75BBE0
Helle Töne der Farbe #75BBE0
Beispiele css- und html für Elemente in der Farbe #75BBE0. Bitte benutzen Sie auch rgb(117,187,224) statt hex-Code.
.myTextColor { color: #75BBE0; }
<p style="color:#75BBE0">This sample text font color is #75BBE0.</p>
Die Farbe dieses Textes ist #75BBE0.
.myBgColor { background-color: #75BBE0; }
<div style="background-color:#75BBE0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75BBE0.
.myBorderColor { border: 1px solid #75BBE0; }
<div style="border:3px solid #75BBE0">Div</div>
Die Grenzen von diesem div sind in Farbe #75BBE0.
.myOpacity80 { color: #75BBE0; opacity: 0.8; }
<p style="color:#75BBE0;opacity:0.8;">80%</p>
Text in Farbe #75BBE0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75BBE0;}
<p style="text-shadow: 3px 3px 1px #75BBE0">Text here.</p>
Dieser Text hat den Schatten in Farbe #75BBE0.
.textShadow {text-shadow: 3px 3px 1px #75BBE0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75BBE0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75BBE0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75BBE0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75BBE0, Direction=45, Strength=4)">Text</p>
This text has shadow with #75BBE0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75BBE0;
-webkit-box-shadow: 1px 1px 3px 2px #75BBE0;
box-shadow: 1px 1px 3px 2px #75BBE0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75BBE0; -webkit-box-shadow: 1px 1px 3px 2px #75BBE0; box-shadow:1px 1px 3px 2px #75BBE0;">
Div content here
</div>
Dieser Text ist in der Farbe #75BBE0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75BBE0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75BBE0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75BBE0.
Kontrastfarbe für #hex ist #8A441F.