Shades of Deep Sky Blue #009DED
Tints of Deep Sky Blue #009DED
RGB
CMYK
RGB Variations
Color information
#009DED (or 0x009DED) is known color: Deep Sky Blue. HEX triplet: 00, 9D and ED. RGB value is (0,157,237). Sum of RGB (Red+Green+Blue) = 0+157+237=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #009DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009DED is #FF6212. Grayscale: #767676. Windows color (decimal): -16736787 or 15572224. OLE color: 15572224.
HSL color Cylindrical-coordinate representation of color #009DED: hue angle of 200.25º 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 #009DED is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 157 | 237 | - |
| CMYK | 1 | 0.34 | 0 | 0.07 |
| HSL | 200.25º | 1% | 0.46% | - |
| HSV(B) | 200.25º | 1% | 0.93% | - |
| XYZ | 27.34 | 30.23 | 84.51 | - |
| YUV | 119.18 | 194.49 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 237 | 1 | 0.34 | 0 | 0.07 | 200.25 | 1 | 0.46 |
| Hex | 0 | 9D | ED | 64 | 22 | 0 | 7 | C8 | 64 | 2E |
| Octal | 0 | 235 | 355 | 144 | 42 | 0 | 7 | 310 | 144 | 56 |
| Binary | 0 | 10011101 | 11101101 | 1100100 | 100010 | 0 | 111 | 11001000 | 1100100 | 101110 |
Color Harmonies of #009DED
Complementary color
Monochromatic Colors of #009DED
Black with #009DED
Text Example
Text Example
White with #009DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DED; }
p { color: rgb(0,157,237); }
H1.HeaderClassName
{
color: #009DED;
}
.AnyTagClassName
{
color: #009DED;
}
</style>
background-color css
<style>
a { background-color: #009DED; }
a { background-color: rgb(0,157,237); }
div.DivClassName
{
background-color: #009DED;
}
.BgClassName
{
background-color: #009DED;
}
</style>
border-color css
<style>
span { border-color: #009DED; }
span { border-color: rgb(0,157,237); }
td.TdClassName
{
border-color: #009DED;
}
.TagClassName
{
border-color: #009DED;
}
</style>