Shades of Deep Sky Blue #0DC0E6
Tints of Deep Sky Blue #0DC0E6
RGB
CMYK
RGB Variations
Color information
#0DC0E6 (or 0x0DC0E6) is known color: Deep Sky Blue. HEX triplet: 0D, C0 and E6. RGB value is (13,192,230). Sum of RGB (Red+Green+Blue) = 13+192+230=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #0DC0E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC0E6 is #F23F19. Grayscale: #8E8E8E. Windows color (decimal): -15875866 or 15122445. OLE color: 15122445.
HSL color Cylindrical-coordinate representation of color #0DC0E6: hue angle of 190.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC0E6 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 192 | 230 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.10 |
| HSL | 190.51º | 0.89% | 0.48% | - |
| HSV(B) | 190.51º | 0.94% | 0.9% | - |
| XYZ | 33.3 | 43.5 | 81.5 | - |
| YUV | 142.81 | 177.2 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 230 | 0.94 | 0.17 | 0 | 0.10 | 190.51 | 0.89 | 0.48 |
| Hex | D | C0 | E6 | 5E | 11 | 0 | A | BF | 59 | 30 |
| Octal | 15 | 300 | 346 | 136 | 21 | 0 | 12 | 277 | 131 | 60 |
| Binary | 1101 | 11000000 | 11100110 | 1011110 | 10001 | 0 | 1010 | 10111111 | 1011001 | 110000 |
Color Harmonies of #0DC0E6
Complementary color
Monochromatic Colors of #0DC0E6
Black with #0DC0E6
Text Example
Text Example
White with #0DC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC0E6; }
p { color: rgb(13,192,230); }
H1.HeaderClassName
{
color: #0DC0E6;
}
.AnyTagClassName
{
color: #0DC0E6;
}
</style>
background-color css
<style>
a { background-color: #0DC0E6; }
a { background-color: rgb(13,192,230); }
div.DivClassName
{
background-color: #0DC0E6;
}
.BgClassName
{
background-color: #0DC0E6;
}
</style>
border-color css
<style>
span { border-color: #0DC0E6; }
span { border-color: rgb(13,192,230); }
td.TdClassName
{
border-color: #0DC0E6;
}
.TagClassName
{
border-color: #0DC0E6;
}
</style>