Shades of Deep Sky Blue #0DD2EE
Tints of Deep Sky Blue #0DD2EE
RGB
CMYK
RGB Variations
Color information
#0DD2EE (or 0x0DD2EE) is known color: Deep Sky Blue. HEX triplet: 0D, D2 and EE. RGB value is (13,210,238). Sum of RGB (Red+Green+Blue) = 13+210+238=461 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.82% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DD2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD2EE is #F22D11. Grayscale: #999999. Windows color (decimal): -15871250 or 15651341. OLE color: 15651341.
HSL color Cylindrical-coordinate representation of color #0DD2EE: hue angle of 187.47º 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 #0DD2EE is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 210 | 238 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.07 |
| HSL | 187.47º | 0.9% | 0.49% | - |
| HSV(B) | 187.47º | 0.95% | 0.93% | - |
| XYZ | 38.65 | 52.35 | 88.96 | - |
| YUV | 154.29 | 175.23 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 238 | 0.95 | 0.12 | 0 | 0.07 | 187.47 | 0.9 | 0.49 |
| Hex | D | D2 | EE | 5F | C | 0 | 7 | BB | 5A | 31 |
| Octal | 15 | 322 | 356 | 137 | 14 | 0 | 7 | 273 | 132 | 61 |
| Binary | 1101 | 11010010 | 11101110 | 1011111 | 1100 | 0 | 111 | 10111011 | 1011010 | 110001 |
Color Harmonies of #0DD2EE
Complementary color
Monochromatic Colors of #0DD2EE
Black with #0DD2EE
Text Example
Text Example
White with #0DD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD2EE; }
p { color: rgb(13,210,238); }
H1.HeaderClassName
{
color: #0DD2EE;
}
.AnyTagClassName
{
color: #0DD2EE;
}
</style>
background-color css
<style>
a { background-color: #0DD2EE; }
a { background-color: rgb(13,210,238); }
div.DivClassName
{
background-color: #0DD2EE;
}
.BgClassName
{
background-color: #0DD2EE;
}
</style>
border-color css
<style>
span { border-color: #0DD2EE; }
span { border-color: rgb(13,210,238); }
td.TdClassName
{
border-color: #0DD2EE;
}
.TagClassName
{
border-color: #0DD2EE;
}
</style>