Shades of Deep Sky Blue #009EEC
Tints of Deep Sky Blue #009EEC
RGB
CMYK
RGB Variations
Color information
#009EEC (or 0x009EEC) is known color: Deep Sky Blue. HEX triplet: 00, 9E and EC. RGB value is (0,158,236). Sum of RGB (Red+Green+Blue) = 0+158+236=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #009EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EEC is #FF6113. Grayscale: #777777. Windows color (decimal): -16736532 or 15506944. OLE color: 15506944.
HSL color Cylindrical-coordinate representation of color #009EEC: hue angle of 199.83º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EEC is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 158 | 236 | - |
| CMYK | 1 | 0.33 | 0 | 0.07 |
| HSL | 199.83º | 1% | 0.46% | - |
| HSV(B) | 199.83º | 1% | 0.93% | - |
| XYZ | 27.37 | 30.51 | 83.8 | - |
| YUV | 119.65 | 193.65 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 236 | 1 | 0.33 | 0 | 0.07 | 199.83 | 1 | 0.46 |
| Hex | 0 | 9E | EC | 64 | 21 | 0 | 7 | C8 | 64 | 2E |
| Octal | 0 | 236 | 354 | 144 | 41 | 0 | 7 | 310 | 144 | 56 |
| Binary | 0 | 10011110 | 11101100 | 1100100 | 100001 | 0 | 111 | 11001000 | 1100100 | 101110 |
Color Harmonies of #009EEC
Complementary color
Monochromatic Colors of #009EEC
Black with #009EEC
Text Example
Text Example
White with #009EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EEC; }
p { color: rgb(0,158,236); }
H1.HeaderClassName
{
color: #009EEC;
}
.AnyTagClassName
{
color: #009EEC;
}
</style>
background-color css
<style>
a { background-color: #009EEC; }
a { background-color: rgb(0,158,236); }
div.DivClassName
{
background-color: #009EEC;
}
.BgClassName
{
background-color: #009EEC;
}
</style>
border-color css
<style>
span { border-color: #009EEC; }
span { border-color: rgb(0,158,236); }
td.TdClassName
{
border-color: #009EEC;
}
.TagClassName
{
border-color: #009EEC;
}
</style>