Shades of Deep Sky Blue #19BBEA
Tints of Deep Sky Blue #19BBEA
RGB
CMYK
RGB Variations
Color information
#19BBEA (or 0x19BBEA) is known color: Deep Sky Blue. HEX triplet: 19, BB and EA. RGB value is (25,187,234). Sum of RGB (Red+Green+Blue) = 25+187+234=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #19BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BBEA is #E64415. Grayscale: #8F8F8F. Windows color (decimal): -15090710 or 15383321. OLE color: 15383321.
HSL color Cylindrical-coordinate representation of color #19BBEA: hue angle of 193.49º degrees, saturation: 0.83, 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 #19BBEA is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 187 | 234 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.08 |
| HSL | 193.49º | 0.83% | 0.51% | - |
| HSV(B) | 193.49º | 0.89% | 0.92% | - |
| XYZ | 33.02 | 41.69 | 84.15 | - |
| YUV | 143.92 | 178.83 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 234 | 0.89 | 0.20 | 0 | 0.08 | 193.49 | 0.83 | 0.51 |
| Hex | 19 | BB | EA | 59 | 14 | 0 | 8 | C1 | 53 | 33 |
| Octal | 31 | 273 | 352 | 131 | 24 | 0 | 10 | 301 | 123 | 63 |
| Binary | 11001 | 10111011 | 11101010 | 1011001 | 10100 | 0 | 1000 | 11000001 | 1010011 | 110011 |
Color Harmonies of #19BBEA
Complementary color
Monochromatic Colors of #19BBEA
Black with #19BBEA
Text Example
Text Example
White with #19BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BBEA; }
p { color: rgb(25,187,234); }
H1.HeaderClassName
{
color: #19BBEA;
}
.AnyTagClassName
{
color: #19BBEA;
}
</style>
background-color css
<style>
a { background-color: #19BBEA; }
a { background-color: rgb(25,187,234); }
div.DivClassName
{
background-color: #19BBEA;
}
.BgClassName
{
background-color: #19BBEA;
}
</style>
border-color css
<style>
span { border-color: #19BBEA; }
span { border-color: rgb(25,187,234); }
td.TdClassName
{
border-color: #19BBEA;
}
.TagClassName
{
border-color: #19BBEA;
}
</style>