Shades of Deep Sky Blue #19B7FF
Tints of Deep Sky Blue #19B7FF
RGB
CMYK
RGB Variations
Color information
#19B7FF (or 0x19B7FF) is known color: Deep Sky Blue. HEX triplet: 19, B7 and FF. RGB value is (25,183,255). Sum of RGB (Red+Green+Blue) = 25+183+255=463 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.40% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #19B7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B7FF is #E64800. Grayscale: #8F8F8F. Windows color (decimal): -15091713 or 16758553. OLE color: 16758553.
HSL color Cylindrical-coordinate representation of color #19B7FF: hue angle of 198.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19B7FF is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 183 | 255 | - |
| CMYK | 0.90 | 0.28 | 0 | 0 |
| HSL | 198.78º | 1% | 0.55% | - |
| HSV(B) | 198.78º | 0.9% | 1% | - |
| XYZ | 35.38 | 41.29 | 100.71 | - |
| YUV | 143.97 | 190.65 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 183 | 255 | 0.90 | 0.28 | 0 | 0 | 198.78 | 1 | 0.55 |
| Hex | 19 | B7 | FF | 5A | 1C | 0 | 0 | C7 | 64 | 37 |
| Octal | 31 | 267 | 377 | 132 | 34 | 0 | 0 | 307 | 144 | 67 |
| Binary | 11001 | 10110111 | 11111111 | 1011010 | 11100 | 0 | 0 | 11000111 | 1100100 | 110111 |
Color Harmonies of #19B7FF
Complementary color
Monochromatic Colors of #19B7FF
Black with #19B7FF
Text Example
Text Example
White with #19B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B7FF; }
p { color: rgb(25,183,255); }
H1.HeaderClassName
{
color: #19B7FF;
}
.AnyTagClassName
{
color: #19B7FF;
}
</style>
background-color css
<style>
a { background-color: #19B7FF; }
a { background-color: rgb(25,183,255); }
div.DivClassName
{
background-color: #19B7FF;
}
.BgClassName
{
background-color: #19B7FF;
}
</style>
border-color css
<style>
span { border-color: #19B7FF; }
span { border-color: rgb(25,183,255); }
td.TdClassName
{
border-color: #19B7FF;
}
.TagClassName
{
border-color: #19B7FF;
}
</style>