Shades of Deep Sky Blue #19C9EE
Tints of Deep Sky Blue #19C9EE
RGB
CMYK
RGB Variations
Color information
#19C9EE (or 0x19C9EE) is known color: Deep Sky Blue. HEX triplet: 19, C9 and EE. RGB value is (25,201,238). Sum of RGB (Red+Green+Blue) = 25+201+238=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #19C9EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C9EE is #E63611. Grayscale: #989898. Windows color (decimal): -15087122 or 15649049. OLE color: 15649049.
HSL color Cylindrical-coordinate representation of color #19C9EE: hue angle of 190.42º 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 #19C9EE is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 201 | 238 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.07 |
| HSL | 190.42º | 0.86% | 0.52% | - |
| HSV(B) | 190.42º | 0.89% | 0.93% | - |
| XYZ | 36.72 | 48.15 | 88.25 | - |
| YUV | 152.59 | 176.19 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 238 | 0.89 | 0.16 | 0 | 0.07 | 190.42 | 0.86 | 0.52 |
| Hex | 19 | C9 | EE | 59 | 10 | 0 | 7 | BE | 56 | 34 |
| Octal | 31 | 311 | 356 | 131 | 20 | 0 | 7 | 276 | 126 | 64 |
| Binary | 11001 | 11001001 | 11101110 | 1011001 | 10000 | 0 | 111 | 10111110 | 1010110 | 110100 |
Color Harmonies of #19C9EE
Complementary color
Monochromatic Colors of #19C9EE
Black with #19C9EE
Text Example
Text Example
White with #19C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C9EE; }
p { color: rgb(25,201,238); }
H1.HeaderClassName
{
color: #19C9EE;
}
.AnyTagClassName
{
color: #19C9EE;
}
</style>
background-color css
<style>
a { background-color: #19C9EE; }
a { background-color: rgb(25,201,238); }
div.DivClassName
{
background-color: #19C9EE;
}
.BgClassName
{
background-color: #19C9EE;
}
</style>
border-color css
<style>
span { border-color: #19C9EE; }
span { border-color: rgb(25,201,238); }
td.TdClassName
{
border-color: #19C9EE;
}
.TagClassName
{
border-color: #19C9EE;
}
</style>