Shades of Deep Sky Blue #19B8ED
Tints of Deep Sky Blue #19B8ED
RGB
CMYK
RGB Variations
Color information
#19B8ED (or 0x19B8ED) is known color: Deep Sky Blue. HEX triplet: 19, B8 and ED. RGB value is (25,184,237). Sum of RGB (Red+Green+Blue) = 25+184+237=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #19B8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B8ED is #E64712. Grayscale: #8E8E8E. Windows color (decimal): -15091475 or 15579161. OLE color: 15579161.
HSL color Cylindrical-coordinate representation of color #19B8ED: hue angle of 195º 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 #19B8ED is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 184 | 237 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.07 |
| HSL | 195º | 0.85% | 0.51% | - |
| HSV(B) | 195º | 0.89% | 0.93% | - |
| XYZ | 32.83 | 40.6 | 86.23 | - |
| YUV | 142.5 | 181.32 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 184 | 237 | 0.89 | 0.22 | 0 | 0.07 | 195 | 0.85 | 0.51 |
| Hex | 19 | B8 | ED | 59 | 16 | 0 | 7 | C3 | 55 | 33 |
| Octal | 31 | 270 | 355 | 131 | 26 | 0 | 7 | 303 | 125 | 63 |
| Binary | 11001 | 10111000 | 11101101 | 1011001 | 10110 | 0 | 111 | 11000011 | 1010101 | 110011 |
Color Harmonies of #19B8ED
Complementary color
Monochromatic Colors of #19B8ED
Black with #19B8ED
Text Example
Text Example
White with #19B8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B8ED; }
p { color: rgb(25,184,237); }
H1.HeaderClassName
{
color: #19B8ED;
}
.AnyTagClassName
{
color: #19B8ED;
}
</style>
background-color css
<style>
a { background-color: #19B8ED; }
a { background-color: rgb(25,184,237); }
div.DivClassName
{
background-color: #19B8ED;
}
.BgClassName
{
background-color: #19B8ED;
}
</style>
border-color css
<style>
span { border-color: #19B8ED; }
span { border-color: rgb(25,184,237); }
td.TdClassName
{
border-color: #19B8ED;
}
.TagClassName
{
border-color: #19B8ED;
}
</style>