Shades of Robin's Egg Blue #0DDEC9
Tints of Robin's Egg Blue #0DDEC9
RGB
CMYK
RGB Variations
Color information
#0DDEC9 (or 0x0DDEC9) is known color: Robin's Egg Blue. HEX triplet: 0D, DE and C9. RGB value is (13,222,201). Sum of RGB (Red+Green+Blue) = 13+222+201=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDEC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDEC9 is #F22136. Grayscale: #9C9C9C. Windows color (decimal): -15868215 or 13229581. OLE color: 13229581.
HSL color Cylindrical-coordinate representation of color #0DDEC9: hue angle of 173.97º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDEC9 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 201 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.13 |
| HSL | 173.97º | 0.89% | 0.46% | - |
| HSV(B) | 173.97º | 0.94% | 0.87% | - |
| XYZ | 36.83 | 56.55 | 64.23 | - |
| YUV | 157.12 | 152.76 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 201 | 0.94 | 0 | 0.09 | 0.13 | 173.97 | 0.89 | 0.46 |
| Hex | D | DE | C9 | 5E | 0 | 9 | D | AE | 59 | 2E |
| Octal | 15 | 336 | 311 | 136 | 0 | 11 | 15 | 256 | 131 | 56 |
| Binary | 1101 | 11011110 | 11001001 | 1011110 | 0 | 1001 | 1101 | 10101110 | 1011001 | 101110 |
Color Harmonies of #0DDEC9
Complementary color
Monochromatic Colors of #0DDEC9
Black with #0DDEC9
Text Example
Text Example
White with #0DDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEC9; }
p { color: rgb(13,222,201); }
H1.HeaderClassName
{
color: #0DDEC9;
}
.AnyTagClassName
{
color: #0DDEC9;
}
</style>
background-color css
<style>
a { background-color: #0DDEC9; }
a { background-color: rgb(13,222,201); }
div.DivClassName
{
background-color: #0DDEC9;
}
.BgClassName
{
background-color: #0DDEC9;
}
</style>
border-color css
<style>
span { border-color: #0DDEC9; }
span { border-color: rgb(13,222,201); }
td.TdClassName
{
border-color: #0DDEC9;
}
.TagClassName
{
border-color: #0DDEC9;
}
</style>