Shades of Deep Sky Blue #19D0EE
Tints of Deep Sky Blue #19D0EE
RGB
CMYK
RGB Variations
Color information
#19D0EE (or 0x19D0EE) is known color: Deep Sky Blue. HEX triplet: 19, D0 and EE. RGB value is (25,208,238). Sum of RGB (Red+Green+Blue) = 25+208+238=471 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.31% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #19D0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D0EE is #E62F11. Grayscale: #9C9C9C. Windows color (decimal): -15085330 or 15650841. OLE color: 15650841.
HSL color Cylindrical-coordinate representation of color #19D0EE: hue angle of 188.45º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D0EE is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 208 | 238 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.07 |
| HSL | 188.45º | 0.86% | 0.52% | - |
| HSV(B) | 188.45º | 0.89% | 0.93% | - |
| XYZ | 38.39 | 51.49 | 88.8 | - |
| YUV | 156.7 | 173.87 | 34.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 208 | 238 | 0.89 | 0.13 | 0 | 0.07 | 188.45 | 0.86 | 0.52 |
| Hex | 19 | D0 | EE | 59 | D | 0 | 7 | BC | 56 | 34 |
| Octal | 31 | 320 | 356 | 131 | 15 | 0 | 7 | 274 | 126 | 64 |
| Binary | 11001 | 11010000 | 11101110 | 1011001 | 1101 | 0 | 111 | 10111100 | 1010110 | 110100 |
Color Harmonies of #19D0EE
Complementary color
Monochromatic Colors of #19D0EE
Black with #19D0EE
Text Example
Text Example
White with #19D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D0EE; }
p { color: rgb(25,208,238); }
H1.HeaderClassName
{
color: #19D0EE;
}
.AnyTagClassName
{
color: #19D0EE;
}
</style>
background-color css
<style>
a { background-color: #19D0EE; }
a { background-color: rgb(25,208,238); }
div.DivClassName
{
background-color: #19D0EE;
}
.BgClassName
{
background-color: #19D0EE;
}
</style>
border-color css
<style>
span { border-color: #19D0EE; }
span { border-color: rgb(25,208,238); }
td.TdClassName
{
border-color: #19D0EE;
}
.TagClassName
{
border-color: #19D0EE;
}
</style>