Shades of Deep Sky Blue #19BDE8
Tints of Deep Sky Blue #19BDE8
RGB
CMYK
RGB Variations
Color information
#19BDE8 (or 0x19BDE8) is known color: Deep Sky Blue. HEX triplet: 19, BD and E8. RGB value is (25,189,232). Sum of RGB (Red+Green+Blue) = 25+189+232=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #19BDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDE8 is #E64217. Grayscale: #909090. Windows color (decimal): -15090200 or 15252761. OLE color: 15252761.
HSL color Cylindrical-coordinate representation of color #19BDE8: hue angle of 192.46º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BDE8 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 189 | 232 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.09 |
| HSL | 192.46º | 0.82% | 0.5% | - |
| HSV(B) | 192.46º | 0.89% | 0.91% | - |
| XYZ | 33.16 | 42.43 | 82.79 | - |
| YUV | 144.87 | 177.17 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 232 | 0.89 | 0.19 | 0 | 0.09 | 192.46 | 0.82 | 0.5 |
| Hex | 19 | BD | E8 | 59 | 13 | 0 | 9 | C0 | 52 | 32 |
| Octal | 31 | 275 | 350 | 131 | 23 | 0 | 11 | 300 | 122 | 62 |
| Binary | 11001 | 10111101 | 11101000 | 1011001 | 10011 | 0 | 1001 | 11000000 | 1010010 | 110010 |
Color Harmonies of #19BDE8
Complementary color
Monochromatic Colors of #19BDE8
Black with #19BDE8
Text Example
Text Example
White with #19BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BDE8; }
p { color: rgb(25,189,232); }
H1.HeaderClassName
{
color: #19BDE8;
}
.AnyTagClassName
{
color: #19BDE8;
}
</style>
background-color css
<style>
a { background-color: #19BDE8; }
a { background-color: rgb(25,189,232); }
div.DivClassName
{
background-color: #19BDE8;
}
.BgClassName
{
background-color: #19BDE8;
}
</style>
border-color css
<style>
span { border-color: #19BDE8; }
span { border-color: rgb(25,189,232); }
td.TdClassName
{
border-color: #19BDE8;
}
.TagClassName
{
border-color: #19BDE8;
}
</style>