Shades of Deep Sky Blue #19C2EF
Tints of Deep Sky Blue #19C2EF
RGB
CMYK
RGB Variations
Color information
#19C2EF (or 0x19C2EF) is known color: Deep Sky Blue. HEX triplet: 19, C2 and EF. RGB value is (25,194,239). Sum of RGB (Red+Green+Blue) = 25+194+239=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #19C2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C2EF is #E63D10. Grayscale: #949494. Windows color (decimal): -15088913 or 15712793. OLE color: 15712793.
HSL color Cylindrical-coordinate representation of color #19C2EF: hue angle of 192.62º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C2EF is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 194 | 239 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.06 |
| HSL | 192.62º | 0.87% | 0.52% | - |
| HSV(B) | 192.62º | 0.9% | 0.94% | - |
| XYZ | 35.27 | 45.02 | 88.49 | - |
| YUV | 148.6 | 179.01 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 194 | 239 | 0.90 | 0.19 | 0 | 0.06 | 192.62 | 0.87 | 0.52 |
| Hex | 19 | C2 | EF | 5A | 13 | 0 | 6 | C1 | 57 | 34 |
| Octal | 31 | 302 | 357 | 132 | 23 | 0 | 6 | 301 | 127 | 64 |
| Binary | 11001 | 11000010 | 11101111 | 1011010 | 10011 | 0 | 110 | 11000001 | 1010111 | 110100 |
Color Harmonies of #19C2EF
Complementary color
Monochromatic Colors of #19C2EF
Black with #19C2EF
Text Example
Text Example
White with #19C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C2EF; }
p { color: rgb(25,194,239); }
H1.HeaderClassName
{
color: #19C2EF;
}
.AnyTagClassName
{
color: #19C2EF;
}
</style>
background-color css
<style>
a { background-color: #19C2EF; }
a { background-color: rgb(25,194,239); }
div.DivClassName
{
background-color: #19C2EF;
}
.BgClassName
{
background-color: #19C2EF;
}
</style>
border-color css
<style>
span { border-color: #19C2EF; }
span { border-color: rgb(25,194,239); }
td.TdClassName
{
border-color: #19C2EF;
}
.TagClassName
{
border-color: #19C2EF;
}
</style>