Shades of Deep Sky Blue #19D0EF
Tints of Deep Sky Blue #19D0EF
RGB
CMYK
RGB Variations
Color information
#19D0EF (or 0x19D0EF) is known color: Deep Sky Blue. HEX triplet: 19, D0 and EF. RGB value is (25,208,239). Sum of RGB (Red+Green+Blue) = 25+208+239=472 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.30% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #19D0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D0EF is #E62F10. Grayscale: #9C9C9C. Windows color (decimal): -15085329 or 15716377. OLE color: 15716377.
HSL color Cylindrical-coordinate representation of color #19D0EF: hue angle of 188.69º 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 #19D0EF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 208 | 239 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.06 |
| HSL | 188.69º | 0.87% | 0.52% | - |
| HSV(B) | 188.69º | 0.9% | 0.94% | - |
| XYZ | 38.54 | 51.55 | 89.58 | - |
| YUV | 156.82 | 174.37 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 239 | 0.90 | 0.13 | 0 | 0.06 | 188.69 | 0.87 | 0.52 |
| Hex | 19 | D0 | EF | 5A | D | 0 | 6 | BD | 57 | 34 |
| Octal | 31 | 320 | 357 | 132 | 15 | 0 | 6 | 275 | 127 | 64 |
| Binary | 11001 | 11010000 | 11101111 | 1011010 | 1101 | 0 | 110 | 10111101 | 1010111 | 110100 |
Color Harmonies of #19D0EF
Complementary color
Monochromatic Colors of #19D0EF
Black with #19D0EF
Text Example
Text Example
White with #19D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D0EF; }
p { color: rgb(25,208,239); }
H1.HeaderClassName
{
color: #19D0EF;
}
.AnyTagClassName
{
color: #19D0EF;
}
</style>
background-color css
<style>
a { background-color: #19D0EF; }
a { background-color: rgb(25,208,239); }
div.DivClassName
{
background-color: #19D0EF;
}
.BgClassName
{
background-color: #19D0EF;
}
</style>
border-color css
<style>
span { border-color: #19D0EF; }
span { border-color: rgb(25,208,239); }
td.TdClassName
{
border-color: #19D0EF;
}
.TagClassName
{
border-color: #19D0EF;
}
</style>