Shades of Deep Sky Blue #009EF3
Tints of Deep Sky Blue #009EF3
RGB
CMYK
RGB Variations
Color information
#009EF3 (or 0x009EF3) is known color: Deep Sky Blue. HEX triplet: 00, 9E and F3. RGB value is (0,158,243). Sum of RGB (Red+Green+Blue) = 0+158+243=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #009EF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EF3 is #FF610C. Grayscale: #777777. Windows color (decimal): -16736525 or 15965696. OLE color: 15965696.
HSL color Cylindrical-coordinate representation of color #009EF3: hue angle of 200.99º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EF3 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 158 | 243 | - |
| CMYK | 1 | 0.35 | 0 | 0.05 |
| HSL | 200.99º | 1% | 0.48% | - |
| HSV(B) | 200.99º | 1% | 0.95% | - |
| XYZ | 28.4 | 30.92 | 89.27 | - |
| YUV | 120.45 | 197.15 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 243 | 1 | 0.35 | 0 | 0.05 | 200.99 | 1 | 0.48 |
| Hex | 0 | 9E | F3 | 64 | 23 | 0 | 5 | C9 | 64 | 30 |
| Octal | 0 | 236 | 363 | 144 | 43 | 0 | 5 | 311 | 144 | 60 |
| Binary | 0 | 10011110 | 11110011 | 1100100 | 100011 | 0 | 101 | 11001001 | 1100100 | 110000 |
Color Harmonies of #009EF3
Complementary color
Monochromatic Colors of #009EF3
Black with #009EF3
Text Example
Text Example
White with #009EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009EF3; }
p { color: rgb(0,158,243); }
H1.HeaderClassName
{
color: #009EF3;
}
.AnyTagClassName
{
color: #009EF3;
}
</style>
background-color css
<style>
a { background-color: #009EF3; }
a { background-color: rgb(0,158,243); }
div.DivClassName
{
background-color: #009EF3;
}
.BgClassName
{
background-color: #009EF3;
}
</style>
border-color css
<style>
span { border-color: #009EF3; }
span { border-color: rgb(0,158,243); }
td.TdClassName
{
border-color: #009EF3;
}
.TagClassName
{
border-color: #009EF3;
}
</style>