Shades of Deep Sky Blue #19BAE9
Tints of Deep Sky Blue #19BAE9
RGB
CMYK
RGB Variations
Color information
#19BAE9 (or 0x19BAE9) is known color: Deep Sky Blue. HEX triplet: 19, BA and E9. RGB value is (25,186,233). Sum of RGB (Red+Green+Blue) = 25+186+233=444 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.63% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #19BAE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAE9 is #E64516. Grayscale: #8E8E8E. Windows color (decimal): -15090967 or 15317529. OLE color: 15317529.
HSL color Cylindrical-coordinate representation of color #19BAE9: hue angle of 193.56º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BAE9 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 186 | 233 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.09 |
| HSL | 193.56º | 0.83% | 0.51% | - |
| HSV(B) | 193.56º | 0.89% | 0.91% | - |
| XYZ | 32.67 | 41.21 | 83.32 | - |
| YUV | 143.22 | 178.66 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 233 | 0.89 | 0.20 | 0 | 0.09 | 193.56 | 0.83 | 0.51 |
| Hex | 19 | BA | E9 | 59 | 14 | 0 | 9 | C2 | 53 | 33 |
| Octal | 31 | 272 | 351 | 131 | 24 | 0 | 11 | 302 | 123 | 63 |
| Binary | 11001 | 10111010 | 11101001 | 1011001 | 10100 | 0 | 1001 | 11000010 | 1010011 | 110011 |
Color Harmonies of #19BAE9
Complementary color
Monochromatic Colors of #19BAE9
Black with #19BAE9
Text Example
Text Example
White with #19BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BAE9; }
p { color: rgb(25,186,233); }
H1.HeaderClassName
{
color: #19BAE9;
}
.AnyTagClassName
{
color: #19BAE9;
}
</style>
background-color css
<style>
a { background-color: #19BAE9; }
a { background-color: rgb(25,186,233); }
div.DivClassName
{
background-color: #19BAE9;
}
.BgClassName
{
background-color: #19BAE9;
}
</style>
border-color css
<style>
span { border-color: #19BAE9; }
span { border-color: rgb(25,186,233); }
td.TdClassName
{
border-color: #19BAE9;
}
.TagClassName
{
border-color: #19BAE9;
}
</style>