Shades of Deep Sky Blue #019FFB
Tints of Deep Sky Blue #019FFB
RGB
CMYK
RGB Variations
Color information
#019FFB (or 0x019FFB) is known color: Deep Sky Blue. HEX triplet: 01, 9F and FB. RGB value is (1,159,251). Sum of RGB (Red+Green+Blue) = 1+159+251=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #019FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019FFB is #FE6004. Grayscale: #797979. Windows color (decimal): -16670725 or 16490241. OLE color: 16490241.
HSL color Cylindrical-coordinate representation of color #019FFB: hue angle of 202.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FFB is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 159 | 251 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.02 |
| HSL | 202.08º | 0.99% | 0.49% | - |
| HSV(B) | 202.08º | 1% | 0.98% | - |
| XYZ | 29.82 | 31.77 | 95.83 | - |
| YUV | 122.25 | 200.65 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 251 | 1.00 | 0.37 | 0 | 0.02 | 202.08 | 0.99 | 0.49 |
| Hex | 1 | 9F | FB | 64 | 25 | 0 | 2 | CA | 63 | 31 |
| Octal | 1 | 237 | 373 | 144 | 45 | 0 | 2 | 312 | 143 | 61 |
| Binary | 1 | 10011111 | 11111011 | 1100100 | 100101 | 0 | 10 | 11001010 | 1100011 | 110001 |
Color Harmonies of #019FFB
Complementary color
Monochromatic Colors of #019FFB
Black with #019FFB
Text Example
Text Example
White with #019FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FFB; }
p { color: rgb(1,159,251); }
H1.HeaderClassName
{
color: #019FFB;
}
.AnyTagClassName
{
color: #019FFB;
}
</style>
background-color css
<style>
a { background-color: #019FFB; }
a { background-color: rgb(1,159,251); }
div.DivClassName
{
background-color: #019FFB;
}
.BgClassName
{
background-color: #019FFB;
}
</style>
border-color css
<style>
span { border-color: #019FFB; }
span { border-color: rgb(1,159,251); }
td.TdClassName
{
border-color: #019FFB;
}
.TagClassName
{
border-color: #019FFB;
}
</style>