Shades of Deep Sky Blue #19CFEC
Tints of Deep Sky Blue #19CFEC
RGB
CMYK
RGB Variations
Color information
#19CFEC (or 0x19CFEC) is known color: Deep Sky Blue. HEX triplet: 19, CF and EC. RGB value is (25,207,236). Sum of RGB (Red+Green+Blue) = 25+207+236=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #19CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFEC is #E63013. Grayscale: #9B9B9B. Windows color (decimal): -15085588 or 15519513. OLE color: 15519513.
HSL color Cylindrical-coordinate representation of color #19CFEC: hue angle of 188.25º 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 #19CFEC is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 207 | 236 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.07 |
| HSL | 188.25º | 0.85% | 0.51% | - |
| HSV(B) | 188.25º | 0.89% | 0.93% | - |
| XYZ | 37.85 | 50.89 | 87.18 | - |
| YUV | 155.89 | 173.2 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 236 | 0.89 | 0.12 | 0 | 0.07 | 188.25 | 0.85 | 0.51 |
| Hex | 19 | CF | EC | 59 | C | 0 | 7 | BC | 55 | 33 |
| Octal | 31 | 317 | 354 | 131 | 14 | 0 | 7 | 274 | 125 | 63 |
| Binary | 11001 | 11001111 | 11101100 | 1011001 | 1100 | 0 | 111 | 10111100 | 1010101 | 110011 |
Color Harmonies of #19CFEC
Complementary color
Monochromatic Colors of #19CFEC
Black with #19CFEC
Text Example
Text Example
White with #19CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFEC; }
p { color: rgb(25,207,236); }
H1.HeaderClassName
{
color: #19CFEC;
}
.AnyTagClassName
{
color: #19CFEC;
}
</style>
background-color css
<style>
a { background-color: #19CFEC; }
a { background-color: rgb(25,207,236); }
div.DivClassName
{
background-color: #19CFEC;
}
.BgClassName
{
background-color: #19CFEC;
}
</style>
border-color css
<style>
span { border-color: #19CFEC; }
span { border-color: rgb(25,207,236); }
td.TdClassName
{
border-color: #19CFEC;
}
.TagClassName
{
border-color: #19CFEC;
}
</style>