Shades of Deep Sky Blue #019EEC
Tints of Deep Sky Blue #019EEC
RGB
CMYK
RGB Variations
Color information
#019EEC (or 0x019EEC) is known color: Deep Sky Blue. HEX triplet: 01, 9E and EC. RGB value is (1,158,236). Sum of RGB (Red+Green+Blue) = 1+158+236=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #019EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EEC is #FE6113. Grayscale: #777777. Windows color (decimal): -16670996 or 15506945. OLE color: 15506945.
HSL color Cylindrical-coordinate representation of color #019EEC: hue angle of 199.91º 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 #019EEC is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 158 | 236 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.07 |
| HSL | 199.91º | 0.99% | 0.46% | - |
| HSV(B) | 199.91º | 1% | 0.93% | - |
| XYZ | 27.38 | 30.52 | 83.8 | - |
| YUV | 119.95 | 193.49 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 236 | 1.00 | 0.33 | 0 | 0.07 | 199.91 | 0.99 | 0.46 |
| Hex | 1 | 9E | EC | 64 | 21 | 0 | 7 | C8 | 63 | 2E |
| Octal | 1 | 236 | 354 | 144 | 41 | 0 | 7 | 310 | 143 | 56 |
| Binary | 1 | 10011110 | 11101100 | 1100100 | 100001 | 0 | 111 | 11001000 | 1100011 | 101110 |
Color Harmonies of #019EEC
Complementary color
Monochromatic Colors of #019EEC
Black with #019EEC
Text Example
Text Example
White with #019EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EEC; }
p { color: rgb(1,158,236); }
H1.HeaderClassName
{
color: #019EEC;
}
.AnyTagClassName
{
color: #019EEC;
}
</style>
background-color css
<style>
a { background-color: #019EEC; }
a { background-color: rgb(1,158,236); }
div.DivClassName
{
background-color: #019EEC;
}
.BgClassName
{
background-color: #019EEC;
}
</style>
border-color css
<style>
span { border-color: #019EEC; }
span { border-color: rgb(1,158,236); }
td.TdClassName
{
border-color: #019EEC;
}
.TagClassName
{
border-color: #019EEC;
}
</style>