Shades of Deep Sky Blue #009FED
Tints of Deep Sky Blue #009FED
RGB
CMYK
RGB Variations
Color information
#009FED (or 0x009FED) is known color: Deep Sky Blue. HEX triplet: 00, 9F and ED. RGB value is (0,159,237). Sum of RGB (Red+Green+Blue) = 0+159+237=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #009FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FED is #FF6012. Grayscale: #777777. Windows color (decimal): -16736275 or 15572736. OLE color: 15572736.
HSL color Cylindrical-coordinate representation of color #009FED: hue angle of 199.75º 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 #009FED is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 159 | 237 | - |
| CMYK | 1 | 0.33 | 0 | 0.07 |
| HSL | 199.75º | 1% | 0.46% | - |
| HSV(B) | 199.75º | 1% | 0.93% | - |
| XYZ | 27.68 | 30.91 | 84.63 | - |
| YUV | 120.35 | 193.82 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 237 | 1 | 0.33 | 0 | 0.07 | 199.75 | 1 | 0.46 |
| Hex | 0 | 9F | ED | 64 | 21 | 0 | 7 | C8 | 64 | 2E |
| Octal | 0 | 237 | 355 | 144 | 41 | 0 | 7 | 310 | 144 | 56 |
| Binary | 0 | 10011111 | 11101101 | 1100100 | 100001 | 0 | 111 | 11001000 | 1100100 | 101110 |
Color Harmonies of #009FED
Complementary color
Monochromatic Colors of #009FED
Black with #009FED
Text Example
Text Example
White with #009FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FED; }
p { color: rgb(0,159,237); }
H1.HeaderClassName
{
color: #009FED;
}
.AnyTagClassName
{
color: #009FED;
}
</style>
background-color css
<style>
a { background-color: #009FED; }
a { background-color: rgb(0,159,237); }
div.DivClassName
{
background-color: #009FED;
}
.BgClassName
{
background-color: #009FED;
}
</style>
border-color css
<style>
span { border-color: #009FED; }
span { border-color: rgb(0,159,237); }
td.TdClassName
{
border-color: #009FED;
}
.TagClassName
{
border-color: #009FED;
}
</style>