Shades of Deep Sky Blue #19CFEF
Tints of Deep Sky Blue #19CFEF
RGB
CMYK
RGB Variations
Color information
#19CFEF (or 0x19CFEF) is known color: Deep Sky Blue. HEX triplet: 19, CF and EF. RGB value is (25,207,239). Sum of RGB (Red+Green+Blue) = 25+207+239=471 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.31% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #19CFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFEF is #E63010. Grayscale: #9B9B9B. Windows color (decimal): -15085585 or 15716121. OLE color: 15716121.
HSL color Cylindrical-coordinate representation of color #19CFEF: hue angle of 188.97º 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 #19CFEF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 207 | 239 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.06 |
| HSL | 188.97º | 0.87% | 0.52% | - |
| HSV(B) | 188.97º | 0.9% | 0.94% | - |
| XYZ | 38.29 | 51.06 | 89.5 | - |
| YUV | 156.23 | 174.7 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 239 | 0.90 | 0.13 | 0 | 0.06 | 188.97 | 0.87 | 0.52 |
| Hex | 19 | CF | EF | 5A | D | 0 | 6 | BD | 57 | 34 |
| Octal | 31 | 317 | 357 | 132 | 15 | 0 | 6 | 275 | 127 | 64 |
| Binary | 11001 | 11001111 | 11101111 | 1011010 | 1101 | 0 | 110 | 10111101 | 1010111 | 110100 |
Color Harmonies of #19CFEF
Complementary color
Monochromatic Colors of #19CFEF
Black with #19CFEF
Text Example
Text Example
White with #19CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFEF; }
p { color: rgb(25,207,239); }
H1.HeaderClassName
{
color: #19CFEF;
}
.AnyTagClassName
{
color: #19CFEF;
}
</style>
background-color css
<style>
a { background-color: #19CFEF; }
a { background-color: rgb(25,207,239); }
div.DivClassName
{
background-color: #19CFEF;
}
.BgClassName
{
background-color: #19CFEF;
}
</style>
border-color css
<style>
span { border-color: #19CFEF; }
span { border-color: rgb(25,207,239); }
td.TdClassName
{
border-color: #19CFEF;
}
.TagClassName
{
border-color: #19CFEF;
}
</style>