Shades of Deep Sky Blue #0DCCED
Tints of Deep Sky Blue #0DCCED
RGB
CMYK
RGB Variations
Color information
#0DCCED (or 0x0DCCED) is known color: Deep Sky Blue. HEX triplet: 0D, CC and ED. RGB value is (13,204,237). Sum of RGB (Red+Green+Blue) = 13+204+237=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DCCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCCED is #F23312. Grayscale: #969696. Windows color (decimal): -15872787 or 15584269. OLE color: 15584269.
HSL color Cylindrical-coordinate representation of color #0DCCED: hue angle of 188.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCCED is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 204 | 237 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.07 |
| HSL | 188.84º | 0.9% | 0.49% | - |
| HSV(B) | 188.84º | 0.95% | 0.93% | - |
| XYZ | 37.04 | 49.39 | 87.7 | - |
| YUV | 150.65 | 176.72 | 29.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 237 | 0.95 | 0.14 | 0 | 0.07 | 188.84 | 0.9 | 0.49 |
| Hex | D | CC | ED | 5F | E | 0 | 7 | BD | 5A | 31 |
| Octal | 15 | 314 | 355 | 137 | 16 | 0 | 7 | 275 | 132 | 61 |
| Binary | 1101 | 11001100 | 11101101 | 1011111 | 1110 | 0 | 111 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0DCCED
Complementary color
Monochromatic Colors of #0DCCED
Black with #0DCCED
Text Example
Text Example
White with #0DCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCED; }
p { color: rgb(13,204,237); }
H1.HeaderClassName
{
color: #0DCCED;
}
.AnyTagClassName
{
color: #0DCCED;
}
</style>
background-color css
<style>
a { background-color: #0DCCED; }
a { background-color: rgb(13,204,237); }
div.DivClassName
{
background-color: #0DCCED;
}
.BgClassName
{
background-color: #0DCCED;
}
</style>
border-color css
<style>
span { border-color: #0DCCED; }
span { border-color: rgb(13,204,237); }
td.TdClassName
{
border-color: #0DCCED;
}
.TagClassName
{
border-color: #0DCCED;
}
</style>