Shades of Deep Sky Blue #019FEC
Tints of Deep Sky Blue #019FEC
RGB
CMYK
RGB Variations
Color information
#019FEC (or 0x019FEC) is known color: Deep Sky Blue. HEX triplet: 01, 9F and EC. RGB value is (1,159,236). Sum of RGB (Red+Green+Blue) = 1+159+236=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #019FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019FEC is #FE6013. Grayscale: #787878. Windows color (decimal): -16670740 or 15507201. OLE color: 15507201.
HSL color Cylindrical-coordinate representation of color #019FEC: hue angle of 199.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FEC is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 159 | 236 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.07 |
| HSL | 199.66º | 0.99% | 0.46% | - |
| HSV(B) | 199.66º | 1% | 0.93% | - |
| XYZ | 27.55 | 30.86 | 83.86 | - |
| YUV | 120.54 | 193.15 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 236 | 1.00 | 0.33 | 0 | 0.07 | 199.66 | 0.99 | 0.46 |
| Hex | 1 | 9F | EC | 64 | 21 | 0 | 7 | C8 | 63 | 2E |
| Octal | 1 | 237 | 354 | 144 | 41 | 0 | 7 | 310 | 143 | 56 |
| Binary | 1 | 10011111 | 11101100 | 1100100 | 100001 | 0 | 111 | 11001000 | 1100011 | 101110 |
Color Harmonies of #019FEC
Complementary color
Monochromatic Colors of #019FEC
Black with #019FEC
Text Example
Text Example
White with #019FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FEC; }
p { color: rgb(1,159,236); }
H1.HeaderClassName
{
color: #019FEC;
}
.AnyTagClassName
{
color: #019FEC;
}
</style>
background-color css
<style>
a { background-color: #019FEC; }
a { background-color: rgb(1,159,236); }
div.DivClassName
{
background-color: #019FEC;
}
.BgClassName
{
background-color: #019FEC;
}
</style>
border-color css
<style>
span { border-color: #019FEC; }
span { border-color: rgb(1,159,236); }
td.TdClassName
{
border-color: #019FEC;
}
.TagClassName
{
border-color: #019FEC;
}
</style>