Shades of Deep Sky Blue #019EEF
Tints of Deep Sky Blue #019EEF
RGB
CMYK
RGB Variations
Color information
#019EEF (or 0x019EEF) is known color: Deep Sky Blue. HEX triplet: 01, 9E and EF. RGB value is (1,158,239). Sum of RGB (Red+Green+Blue) = 1+158+239=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #019EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EEF is #FE6110. Grayscale: #777777. Windows color (decimal): -16670993 or 15703553. OLE color: 15703553.
HSL color Cylindrical-coordinate representation of color #019EEF: hue angle of 200.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EEF is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 158 | 239 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.06 |
| HSL | 200.42º | 0.99% | 0.47% | - |
| HSV(B) | 200.42º | 1% | 0.94% | - |
| XYZ | 27.82 | 30.69 | 86.12 | - |
| YUV | 120.29 | 194.99 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 239 | 1.00 | 0.34 | 0 | 0.06 | 200.42 | 0.99 | 0.47 |
| Hex | 1 | 9E | EF | 64 | 22 | 0 | 6 | C8 | 63 | 2F |
| Octal | 1 | 236 | 357 | 144 | 42 | 0 | 6 | 310 | 143 | 57 |
| Binary | 1 | 10011110 | 11101111 | 1100100 | 100010 | 0 | 110 | 11001000 | 1100011 | 101111 |
Color Harmonies of #019EEF
Complementary color
Monochromatic Colors of #019EEF
Black with #019EEF
Text Example
Text Example
White with #019EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EEF; }
p { color: rgb(1,158,239); }
H1.HeaderClassName
{
color: #019EEF;
}
.AnyTagClassName
{
color: #019EEF;
}
</style>
background-color css
<style>
a { background-color: #019EEF; }
a { background-color: rgb(1,158,239); }
div.DivClassName
{
background-color: #019EEF;
}
.BgClassName
{
background-color: #019EEF;
}
</style>
border-color css
<style>
span { border-color: #019EEF; }
span { border-color: rgb(1,158,239); }
td.TdClassName
{
border-color: #019EEF;
}
.TagClassName
{
border-color: #019EEF;
}
</style>