Shades of Deep Sky Blue #19CEEF
Tints of Deep Sky Blue #19CEEF
RGB
CMYK
RGB Variations
Color information
#19CEEF (or 0x19CEEF) is known color: Deep Sky Blue. HEX triplet: 19, CE and EF. RGB value is (25,206,239). Sum of RGB (Red+Green+Blue) = 25+206+239=470 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.32% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #19CEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEEF is #E63110. Grayscale: #9B9B9B. Windows color (decimal): -15085841 or 15715865. OLE color: 15715865.
HSL color Cylindrical-coordinate representation of color #19CEEF: hue angle of 189.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CEEF is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 206 | 239 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.06 |
| HSL | 189.25º | 0.87% | 0.52% | - |
| HSV(B) | 189.25º | 0.9% | 0.94% | - |
| XYZ | 38.05 | 50.58 | 89.42 | - |
| YUV | 155.64 | 175.03 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 239 | 0.90 | 0.14 | 0 | 0.06 | 189.25 | 0.87 | 0.52 |
| Hex | 19 | CE | EF | 5A | E | 0 | 6 | BD | 57 | 34 |
| Octal | 31 | 316 | 357 | 132 | 16 | 0 | 6 | 275 | 127 | 64 |
| Binary | 11001 | 11001110 | 11101111 | 1011010 | 1110 | 0 | 110 | 10111101 | 1010111 | 110100 |
Color Harmonies of #19CEEF
Complementary color
Monochromatic Colors of #19CEEF
Black with #19CEEF
Text Example
Text Example
White with #19CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CEEF; }
p { color: rgb(25,206,239); }
H1.HeaderClassName
{
color: #19CEEF;
}
.AnyTagClassName
{
color: #19CEEF;
}
</style>
background-color css
<style>
a { background-color: #19CEEF; }
a { background-color: rgb(25,206,239); }
div.DivClassName
{
background-color: #19CEEF;
}
.BgClassName
{
background-color: #19CEEF;
}
</style>
border-color css
<style>
span { border-color: #19CEEF; }
span { border-color: rgb(25,206,239); }
td.TdClassName
{
border-color: #19CEEF;
}
.TagClassName
{
border-color: #19CEEF;
}
</style>