Shades of Deep Sky Blue #19C2EB
Tints of Deep Sky Blue #19C2EB
RGB
CMYK
RGB Variations
Color information
#19C2EB (or 0x19C2EB) is known color: Deep Sky Blue. HEX triplet: 19, C2 and EB. RGB value is (25,194,235). Sum of RGB (Red+Green+Blue) = 25+194+235=454 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.51% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #19C2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C2EB is #E63D14. Grayscale: #939393. Windows color (decimal): -15088917 or 15450649. OLE color: 15450649.
HSL color Cylindrical-coordinate representation of color #19C2EB: hue angle of 191.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19C2EB is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 194 | 235 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.08 |
| HSL | 191.71º | 0.84% | 0.51% | - |
| HSV(B) | 191.71º | 0.89% | 0.92% | - |
| XYZ | 34.69 | 44.79 | 85.41 | - |
| YUV | 148.14 | 177.01 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 194 | 235 | 0.89 | 0.17 | 0 | 0.08 | 191.71 | 0.84 | 0.51 |
| Hex | 19 | C2 | EB | 59 | 11 | 0 | 8 | C0 | 54 | 33 |
| Octal | 31 | 302 | 353 | 131 | 21 | 0 | 10 | 300 | 124 | 63 |
| Binary | 11001 | 11000010 | 11101011 | 1011001 | 10001 | 0 | 1000 | 11000000 | 1010100 | 110011 |
Color Harmonies of #19C2EB
Complementary color
Monochromatic Colors of #19C2EB
Black with #19C2EB
Text Example
Text Example
White with #19C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C2EB; }
p { color: rgb(25,194,235); }
H1.HeaderClassName
{
color: #19C2EB;
}
.AnyTagClassName
{
color: #19C2EB;
}
</style>
background-color css
<style>
a { background-color: #19C2EB; }
a { background-color: rgb(25,194,235); }
div.DivClassName
{
background-color: #19C2EB;
}
.BgClassName
{
background-color: #19C2EB;
}
</style>
border-color css
<style>
span { border-color: #19C2EB; }
span { border-color: rgb(25,194,235); }
td.TdClassName
{
border-color: #19C2EB;
}
.TagClassName
{
border-color: #19C2EB;
}
</style>