HEX: #63D7EF
RGB: (99,215,239)
#63D7EF enthält hauptsächlich grüne und blaue Farbe. Für #63D7EF ist eine «websichere» Webfarbe #66CCFF (oder kurz #6CF).
Die Farbe #63D7EF wird in RGB als (99,215,239) definiert.
RGB: (99,215,239)
(39%, 84%, 94%)
R 99 von 255 = 39%
G 215 von 255 = 84%
B 239 von 255 = 94%
R + G + B ~ 72%. #63D7EF ziemlich helle Farbe.
R + G + B = 99 + 215 + 239 = 553 (100%)
R 99 von 553 ~ 17.9%
G 215 von 553 ~ 38.88%
B 239 von 553 ~ 43.22'%
Die Farbe #63D7EF wird in CMYK als (59,10,0,6) definiert.
CMYK: (59,10,0,6) C59M10Y0K6 (59%,10%,0%,6%) (0.59/0.10/0.00/0.06)
Farbe #63D7EF in den populären Farbmodellen.
63 | D7 | EF | |
---|---|---|---|
RGB | 99 | 215 | 239 |
HSL | 190° | 81.40% | 66.27% |
HSB/HSV | 190° | 58.58% | 93.73% |
CMYK | 58.58% | 10.04% | 0.00% |
6.27% |
Die Farbe #63D7EF in den populären Zahlensystemen.
Hexadezimal | 63 | D7 | EF |
Dezimal | 99 | 215 | 239 |
Binär | 1100011 | 11010111 | 11101111 |
Oktal | 143 | 327 | 357 |
Dunkle Töne der Farbe #63D7EF
Helle Töne der Farbe #63D7EF
Beispiele css- und html für Elemente in der Farbe #63D7EF. Bitte benutzen Sie auch rgb(99,215,239) statt hex-Code.
.myTextColor { color: #63D7EF; }
<p style="color:#63D7EF">This sample text font color is #63D7EF.</p>
Die Farbe dieses Textes ist #63D7EF.
.myBgColor { background-color: #63D7EF; }
<div style="background-color:#63D7EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63D7EF.
.myBorderColor { border: 1px solid #63D7EF; }
<div style="border:3px solid #63D7EF">Div</div>
Die Grenzen von diesem div sind in Farbe #63D7EF.
.myOpacity80 { color: #63D7EF; opacity: 0.8; }
<p style="color:#63D7EF;opacity:0.8;">80%</p>
Text in Farbe #63D7EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63D7EF;}
<p style="text-shadow: 3px 3px 1px #63D7EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #63D7EF.
.textShadow {text-shadow: 3px 3px 1px #63D7EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63D7EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63D7EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63D7EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63D7EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #63D7EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63D7EF;
-webkit-box-shadow: 1px 1px 3px 2px #63D7EF;
box-shadow: 1px 1px 3px 2px #63D7EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63D7EF; -webkit-box-shadow: 1px 1px 3px 2px #63D7EF; box-shadow:1px 1px 3px 2px #63D7EF;">
Div content here
</div>
Dieser Text ist in der Farbe #63D7EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63D7EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63D7EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63D7EF.
Kontrastfarbe für #hex ist #9C2810.