Shades of Deep Sky Blue #019EEE
Tints of Deep Sky Blue #019EEE
RGB
CMYK
RGB Variations
Color information
#019EEE (or 0x019EEE) is known color: Deep Sky Blue. HEX triplet: 01, 9E and EE. RGB value is (1,158,238). Sum of RGB (Red+Green+Blue) = 1+158+238=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #019EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019EEE is #FE6111. Grayscale: #777777. Windows color (decimal): -16670994 or 15638017. OLE color: 15638017.
HSL color Cylindrical-coordinate representation of color #019EEE: hue angle of 200.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EEE is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 158 | 238 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.07 |
| HSL | 200.25º | 0.99% | 0.47% | - |
| HSV(B) | 200.25º | 1% | 0.93% | - |
| XYZ | 27.67 | 30.63 | 85.34 | - |
| YUV | 120.18 | 194.49 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 238 | 1.00 | 0.34 | 0 | 0.07 | 200.25 | 0.99 | 0.47 |
| Hex | 1 | 9E | EE | 64 | 22 | 0 | 7 | C8 | 63 | 2F |
| Octal | 1 | 236 | 356 | 144 | 42 | 0 | 7 | 310 | 143 | 57 |
| Binary | 1 | 10011110 | 11101110 | 1100100 | 100010 | 0 | 111 | 11001000 | 1100011 | 101111 |
Color Harmonies of #019EEE
Complementary color
Monochromatic Colors of #019EEE
Black with #019EEE
Text Example
Text Example
White with #019EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EEE; }
p { color: rgb(1,158,238); }
H1.HeaderClassName
{
color: #019EEE;
}
.AnyTagClassName
{
color: #019EEE;
}
</style>
background-color css
<style>
a { background-color: #019EEE; }
a { background-color: rgb(1,158,238); }
div.DivClassName
{
background-color: #019EEE;
}
.BgClassName
{
background-color: #019EEE;
}
</style>
border-color css
<style>
span { border-color: #019EEE; }
span { border-color: rgb(1,158,238); }
td.TdClassName
{
border-color: #019EEE;
}
.TagClassName
{
border-color: #019EEE;
}
</style>