Shades of Deep Sky Blue #0DCDEC
Tints of Deep Sky Blue #0DCDEC
RGB
CMYK
RGB Variations
Color information
#0DCDEC (or 0x0DCDEC) is known color: Deep Sky Blue. HEX triplet: 0D, CD and EC. RGB value is (13,205,236). Sum of RGB (Red+Green+Blue) = 13+205+236=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #0DCDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCDEC is #F23213. Grayscale: #969696. Windows color (decimal): -15872532 or 15518989. OLE color: 15518989.
HSL color Cylindrical-coordinate representation of color #0DCDEC: hue angle of 188.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCDEC is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 205 | 236 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.07 |
| HSL | 188.34º | 0.9% | 0.49% | - |
| HSV(B) | 188.34º | 0.94% | 0.93% | - |
| XYZ | 37.14 | 49.8 | 87.01 | - |
| YUV | 151.13 | 175.89 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 236 | 0.94 | 0.13 | 0 | 0.07 | 188.34 | 0.9 | 0.49 |
| Hex | D | CD | EC | 5E | D | 0 | 7 | BC | 5A | 31 |
| Octal | 15 | 315 | 354 | 136 | 15 | 0 | 7 | 274 | 132 | 61 |
| Binary | 1101 | 11001101 | 11101100 | 1011110 | 1101 | 0 | 111 | 10111100 | 1011010 | 110001 |
Color Harmonies of #0DCDEC
Complementary color
Monochromatic Colors of #0DCDEC
Black with #0DCDEC
Text Example
Text Example
White with #0DCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDEC; }
p { color: rgb(13,205,236); }
H1.HeaderClassName
{
color: #0DCDEC;
}
.AnyTagClassName
{
color: #0DCDEC;
}
</style>
background-color css
<style>
a { background-color: #0DCDEC; }
a { background-color: rgb(13,205,236); }
div.DivClassName
{
background-color: #0DCDEC;
}
.BgClassName
{
background-color: #0DCDEC;
}
</style>
border-color css
<style>
span { border-color: #0DCDEC; }
span { border-color: rgb(13,205,236); }
td.TdClassName
{
border-color: #0DCDEC;
}
.TagClassName
{
border-color: #0DCDEC;
}
</style>