Shades of Deep Sky Blue #19CCED
Tints of Deep Sky Blue #19CCED
RGB
CMYK
RGB Variations
Color information
#19CCED (or 0x19CCED) is known color: Deep Sky Blue. HEX triplet: 19, CC and ED. RGB value is (25,204,237). Sum of RGB (Red+Green+Blue) = 25+204+237=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #19CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCED is #E63312. Grayscale: #999999. Windows color (decimal): -15086355 or 15584281. OLE color: 15584281.
HSL color Cylindrical-coordinate representation of color #19CCED: hue angle of 189.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CCED is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 204 | 237 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.07 |
| HSL | 189.34º | 0.85% | 0.51% | - |
| HSV(B) | 189.34º | 0.89% | 0.93% | - |
| XYZ | 37.28 | 49.51 | 87.71 | - |
| YUV | 154.24 | 174.7 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 237 | 0.89 | 0.14 | 0 | 0.07 | 189.34 | 0.85 | 0.51 |
| Hex | 19 | CC | ED | 59 | E | 0 | 7 | BD | 55 | 33 |
| Octal | 31 | 314 | 355 | 131 | 16 | 0 | 7 | 275 | 125 | 63 |
| Binary | 11001 | 11001100 | 11101101 | 1011001 | 1110 | 0 | 111 | 10111101 | 1010101 | 110011 |
Color Harmonies of #19CCED
Complementary color
Monochromatic Colors of #19CCED
Black with #19CCED
Text Example
Text Example
White with #19CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCED; }
p { color: rgb(25,204,237); }
H1.HeaderClassName
{
color: #19CCED;
}
.AnyTagClassName
{
color: #19CCED;
}
</style>
background-color css
<style>
a { background-color: #19CCED; }
a { background-color: rgb(25,204,237); }
div.DivClassName
{
background-color: #19CCED;
}
.BgClassName
{
background-color: #19CCED;
}
</style>
border-color css
<style>
span { border-color: #19CCED; }
span { border-color: rgb(25,204,237); }
td.TdClassName
{
border-color: #19CCED;
}
.TagClassName
{
border-color: #19CCED;
}
</style>