Shades of Deep Sky Blue #0DC0EB
Tints of Deep Sky Blue #0DC0EB
RGB
CMYK
RGB Variations
Color information
#0DC0EB (or 0x0DC0EB) is known color: Deep Sky Blue. HEX triplet: 0D, C0 and EB. RGB value is (13,192,235). Sum of RGB (Red+Green+Blue) = 13+192+235=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DC0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC0EB is #F23F14. Grayscale: #8F8F8F. Windows color (decimal): -15875861 or 15450125. OLE color: 15450125.
HSL color Cylindrical-coordinate representation of color #0DC0EB: hue angle of 191.62º 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 #0DC0EB is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 192 | 235 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.08 |
| HSL | 191.62º | 0.9% | 0.49% | - |
| HSV(B) | 191.62º | 0.94% | 0.92% | - |
| XYZ | 34.01 | 43.78 | 85.26 | - |
| YUV | 143.38 | 179.7 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 235 | 0.94 | 0.18 | 0 | 0.08 | 191.62 | 0.9 | 0.49 |
| Hex | D | C0 | EB | 5E | 12 | 0 | 8 | C0 | 5A | 31 |
| Octal | 15 | 300 | 353 | 136 | 22 | 0 | 10 | 300 | 132 | 61 |
| Binary | 1101 | 11000000 | 11101011 | 1011110 | 10010 | 0 | 1000 | 11000000 | 1011010 | 110001 |
Color Harmonies of #0DC0EB
Complementary color
Monochromatic Colors of #0DC0EB
Black with #0DC0EB
Text Example
Text Example
White with #0DC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0EB; }
p { color: rgb(13,192,235); }
H1.HeaderClassName
{
color: #0DC0EB;
}
.AnyTagClassName
{
color: #0DC0EB;
}
</style>
background-color css
<style>
a { background-color: #0DC0EB; }
a { background-color: rgb(13,192,235); }
div.DivClassName
{
background-color: #0DC0EB;
}
.BgClassName
{
background-color: #0DC0EB;
}
</style>
border-color css
<style>
span { border-color: #0DC0EB; }
span { border-color: rgb(13,192,235); }
td.TdClassName
{
border-color: #0DC0EB;
}
.TagClassName
{
border-color: #0DC0EB;
}
</style>