Shades of Deep Sky Blue #019FFC
Tints of Deep Sky Blue #019FFC
RGB
CMYK
RGB Variations
Color information
#019FFC (or 0x019FFC) is known color: Deep Sky Blue. HEX triplet: 01, 9F and FC. RGB value is (1,159,252). Sum of RGB (Red+Green+Blue) = 1+159+252=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #019FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019FFC is #FE6003. Grayscale: #797979. Windows color (decimal): -16670724 or 16555777. OLE color: 16555777.
HSL color Cylindrical-coordinate representation of color #019FFC: hue angle of 202.23º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FFC is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 159 | 252 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.01 |
| HSL | 202.23º | 0.99% | 0.5% | - |
| HSV(B) | 202.23º | 1% | 0.99% | - |
| XYZ | 29.98 | 31.83 | 96.66 | - |
| YUV | 122.36 | 201.15 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 252 | 1.00 | 0.37 | 0 | 0.01 | 202.23 | 0.99 | 0.5 |
| Hex | 1 | 9F | FC | 64 | 25 | 0 | 1 | CA | 63 | 32 |
| Octal | 1 | 237 | 374 | 144 | 45 | 0 | 1 | 312 | 143 | 62 |
| Binary | 1 | 10011111 | 11111100 | 1100100 | 100101 | 0 | 1 | 11001010 | 1100011 | 110010 |
Color Harmonies of #019FFC
Complementary color
Monochromatic Colors of #019FFC
Black with #019FFC
Text Example
Text Example
White with #019FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FFC; }
p { color: rgb(1,159,252); }
H1.HeaderClassName
{
color: #019FFC;
}
.AnyTagClassName
{
color: #019FFC;
}
</style>
background-color css
<style>
a { background-color: #019FFC; }
a { background-color: rgb(1,159,252); }
div.DivClassName
{
background-color: #019FFC;
}
.BgClassName
{
background-color: #019FFC;
}
</style>
border-color css
<style>
span { border-color: #019FFC; }
span { border-color: rgb(1,159,252); }
td.TdClassName
{
border-color: #019FFC;
}
.TagClassName
{
border-color: #019FFC;
}
</style>