Shades of Deep Sky Blue #19BBEC
Tints of Deep Sky Blue #19BBEC
RGB
CMYK
RGB Variations
Color information
#19BBEC (or 0x19BBEC) is known color: Deep Sky Blue. HEX triplet: 19, BB and EC. RGB value is (25,187,236). Sum of RGB (Red+Green+Blue) = 25+187+236=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #19BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BBEC is #E64413. Grayscale: #8F8F8F. Windows color (decimal): -15090708 or 15514393. OLE color: 15514393.
HSL color Cylindrical-coordinate representation of color #19BBEC: hue angle of 193.93º 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 #19BBEC is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 187 | 236 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.07 |
| HSL | 193.93º | 0.85% | 0.51% | - |
| HSV(B) | 193.93º | 0.89% | 0.93% | - |
| XYZ | 33.31 | 41.8 | 85.67 | - |
| YUV | 144.15 | 179.83 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 236 | 0.89 | 0.21 | 0 | 0.07 | 193.93 | 0.85 | 0.51 |
| Hex | 19 | BB | EC | 59 | 15 | 0 | 7 | C2 | 55 | 33 |
| Octal | 31 | 273 | 354 | 131 | 25 | 0 | 7 | 302 | 125 | 63 |
| Binary | 11001 | 10111011 | 11101100 | 1011001 | 10101 | 0 | 111 | 11000010 | 1010101 | 110011 |
Color Harmonies of #19BBEC
Complementary color
Monochromatic Colors of #19BBEC
Black with #19BBEC
Text Example
Text Example
White with #19BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BBEC; }
p { color: rgb(25,187,236); }
H1.HeaderClassName
{
color: #19BBEC;
}
.AnyTagClassName
{
color: #19BBEC;
}
</style>
background-color css
<style>
a { background-color: #19BBEC; }
a { background-color: rgb(25,187,236); }
div.DivClassName
{
background-color: #19BBEC;
}
.BgClassName
{
background-color: #19BBEC;
}
</style>
border-color css
<style>
span { border-color: #19BBEC; }
span { border-color: rgb(25,187,236); }
td.TdClassName
{
border-color: #19BBEC;
}
.TagClassName
{
border-color: #19BBEC;
}
</style>