Shades of Deep Sky Blue #19B2FF
Tints of Deep Sky Blue #19B2FF
RGB
CMYK
RGB Variations
Color information
#19B2FF (or 0x19B2FF) is known color: Deep Sky Blue. HEX triplet: 19, B2 and FF. RGB value is (25,178,255). Sum of RGB (Red+Green+Blue) = 25+178+255=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #19B2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19B2FF is #E64D00. Grayscale: #8C8C8C. Windows color (decimal): -15092993 or 16757273. OLE color: 16757273.
HSL color Cylindrical-coordinate representation of color #19B2FF: hue angle of 200.09º 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 #19B2FF is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 178 | 255 | - |
| CMYK | 0.90 | 0.30 | 0 | 0 |
| HSL | 200.09º | 1% | 0.55% | - |
| HSV(B) | 200.09º | 0.9% | 1% | - |
| XYZ | 34.37 | 39.27 | 100.38 | - |
| YUV | 141.03 | 192.31 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 178 | 255 | 0.90 | 0.30 | 0 | 0 | 200.09 | 1 | 0.55 |
| Hex | 19 | B2 | FF | 5A | 1E | 0 | 0 | C8 | 64 | 37 |
| Octal | 31 | 262 | 377 | 132 | 36 | 0 | 0 | 310 | 144 | 67 |
| Binary | 11001 | 10110010 | 11111111 | 1011010 | 11110 | 0 | 0 | 11001000 | 1100100 | 110111 |
Color Harmonies of #19B2FF
Complementary color
Monochromatic Colors of #19B2FF
Black with #19B2FF
Text Example
Text Example
White with #19B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B2FF; }
p { color: rgb(25,178,255); }
H1.HeaderClassName
{
color: #19B2FF;
}
.AnyTagClassName
{
color: #19B2FF;
}
</style>
background-color css
<style>
a { background-color: #19B2FF; }
a { background-color: rgb(25,178,255); }
div.DivClassName
{
background-color: #19B2FF;
}
.BgClassName
{
background-color: #19B2FF;
}
</style>
border-color css
<style>
span { border-color: #19B2FF; }
span { border-color: rgb(25,178,255); }
td.TdClassName
{
border-color: #19B2FF;
}
.TagClassName
{
border-color: #19B2FF;
}
</style>