Shades of Deep Sky Blue #009EF0
Tints of Deep Sky Blue #009EF0
RGB
CMYK
RGB Variations
Color information
#009EF0 (or 0x009EF0) is known color: Deep Sky Blue. HEX triplet: 00, 9E and F0. RGB value is (0,158,240). Sum of RGB (Red+Green+Blue) = 0+158+240=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #009EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EF0 is #FF610F. Grayscale: #777777. Windows color (decimal): -16736528 or 15769088. OLE color: 15769088.
HSL color Cylindrical-coordinate representation of color #009EF0: hue angle of 200.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EF0 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 158 | 240 | - |
| CMYK | 1 | 0.34 | 0 | 0.06 |
| HSL | 200.5º | 1% | 0.47% | - |
| HSV(B) | 200.5º | 1% | 0.94% | - |
| XYZ | 27.96 | 30.74 | 86.9 | - |
| YUV | 120.11 | 195.65 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 240 | 1 | 0.34 | 0 | 0.06 | 200.5 | 1 | 0.47 |
| Hex | 0 | 9E | F0 | 64 | 22 | 0 | 6 | C8 | 64 | 2F |
| Octal | 0 | 236 | 360 | 144 | 42 | 0 | 6 | 310 | 144 | 57 |
| Binary | 0 | 10011110 | 11110000 | 1100100 | 100010 | 0 | 110 | 11001000 | 1100100 | 101111 |
Color Harmonies of #009EF0
Complementary color
Monochromatic Colors of #009EF0
Black with #009EF0
Text Example
Text Example
White with #009EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EF0; }
p { color: rgb(0,158,240); }
H1.HeaderClassName
{
color: #009EF0;
}
.AnyTagClassName
{
color: #009EF0;
}
</style>
background-color css
<style>
a { background-color: #009EF0; }
a { background-color: rgb(0,158,240); }
div.DivClassName
{
background-color: #009EF0;
}
.BgClassName
{
background-color: #009EF0;
}
</style>
border-color css
<style>
span { border-color: #009EF0; }
span { border-color: rgb(0,158,240); }
td.TdClassName
{
border-color: #009EF0;
}
.TagClassName
{
border-color: #009EF0;
}
</style>