Shades of Deep Sky Blue #19CDEC
Tints of Deep Sky Blue #19CDEC
RGB
CMYK
RGB Variations
Color information
#19CDEC (or 0x19CDEC) is known color: Deep Sky Blue. HEX triplet: 19, CD and EC. RGB value is (25,205,236). Sum of RGB (Red+Green+Blue) = 25+205+236=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #19CDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDEC is #E63213. Grayscale: #9A9A9A. Windows color (decimal): -15086100 or 15519001. OLE color: 15519001.
HSL color Cylindrical-coordinate representation of color #19CDEC: hue angle of 188.82º 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 #19CDEC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 205 | 236 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.07 |
| HSL | 188.82º | 0.85% | 0.51% | - |
| HSV(B) | 188.82º | 0.89% | 0.93% | - |
| XYZ | 37.37 | 49.93 | 87.02 | - |
| YUV | 154.71 | 173.87 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 236 | 0.89 | 0.13 | 0 | 0.07 | 188.82 | 0.85 | 0.51 |
| Hex | 19 | CD | EC | 59 | D | 0 | 7 | BD | 55 | 33 |
| Octal | 31 | 315 | 354 | 131 | 15 | 0 | 7 | 275 | 125 | 63 |
| Binary | 11001 | 11001101 | 11101100 | 1011001 | 1101 | 0 | 111 | 10111101 | 1010101 | 110011 |
Color Harmonies of #19CDEC
Complementary color
Monochromatic Colors of #19CDEC
Black with #19CDEC
Text Example
Text Example
White with #19CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDEC; }
p { color: rgb(25,205,236); }
H1.HeaderClassName
{
color: #19CDEC;
}
.AnyTagClassName
{
color: #19CDEC;
}
</style>
background-color css
<style>
a { background-color: #19CDEC; }
a { background-color: rgb(25,205,236); }
div.DivClassName
{
background-color: #19CDEC;
}
.BgClassName
{
background-color: #19CDEC;
}
</style>
border-color css
<style>
span { border-color: #19CDEC; }
span { border-color: rgb(25,205,236); }
td.TdClassName
{
border-color: #19CDEC;
}
.TagClassName
{
border-color: #19CDEC;
}
</style>