Shades of Deep Sky Blue #0DC9EB
Tints of Deep Sky Blue #0DC9EB
RGB
CMYK
RGB Variations
Color information
#0DC9EB (or 0x0DC9EB) is known color: Deep Sky Blue. HEX triplet: 0D, C9 and EB. RGB value is (13,201,235). Sum of RGB (Red+Green+Blue) = 13+201+235=449 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DC9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC9EB is #F23614. Grayscale: #949494. Windows color (decimal): -15873557 or 15452429. OLE color: 15452429.
HSL color Cylindrical-coordinate representation of color #0DC9EB: hue angle of 189.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC9EB is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 201 | 235 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.08 |
| HSL | 189.19º | 0.9% | 0.49% | - |
| HSV(B) | 189.19º | 0.94% | 0.92% | - |
| XYZ | 36.05 | 47.86 | 85.93 | - |
| YUV | 148.66 | 176.72 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 235 | 0.94 | 0.14 | 0 | 0.08 | 189.19 | 0.9 | 0.49 |
| Hex | D | C9 | EB | 5E | E | 0 | 8 | BD | 5A | 31 |
| Octal | 15 | 311 | 353 | 136 | 16 | 0 | 10 | 275 | 132 | 61 |
| Binary | 1101 | 11001001 | 11101011 | 1011110 | 1110 | 0 | 1000 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0DC9EB
Complementary color
Monochromatic Colors of #0DC9EB
Black with #0DC9EB
Text Example
Text Example
White with #0DC9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC9EB; }
p { color: rgb(13,201,235); }
H1.HeaderClassName
{
color: #0DC9EB;
}
.AnyTagClassName
{
color: #0DC9EB;
}
</style>
background-color css
<style>
a { background-color: #0DC9EB; }
a { background-color: rgb(13,201,235); }
div.DivClassName
{
background-color: #0DC9EB;
}
.BgClassName
{
background-color: #0DC9EB;
}
</style>
border-color css
<style>
span { border-color: #0DC9EB; }
span { border-color: rgb(13,201,235); }
td.TdClassName
{
border-color: #0DC9EB;
}
.TagClassName
{
border-color: #0DC9EB;
}
</style>