Shades of Robin's Egg Blue #0DDEC2
Tints of Robin's Egg Blue #0DDEC2
RGB
CMYK
RGB Variations
Color information
#0DDEC2 (or 0x0DDEC2) is known color: Robin's Egg Blue. HEX triplet: 0D, DE and C2. RGB value is (13,222,194). Sum of RGB (Red+Green+Blue) = 13+222+194=429 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.03% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDEC2 is #F2213D. Grayscale: #9C9C9C. Windows color (decimal): -15868222 or 12770829. OLE color: 12770829.
HSL color Cylindrical-coordinate representation of color #0DDEC2: hue angle of 171.96º 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 #0DDEC2 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 194 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.13 |
| HSL | 171.96º | 0.89% | 0.46% | - |
| HSV(B) | 171.96º | 0.94% | 0.87% | - |
| XYZ | 36.02 | 56.22 | 59.99 | - |
| YUV | 156.32 | 149.26 | 25.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 194 | 0.94 | 0 | 0.13 | 0.13 | 171.96 | 0.89 | 0.46 |
| Hex | D | DE | C2 | 5E | 0 | D | D | AC | 59 | 2E |
| Octal | 15 | 336 | 302 | 136 | 0 | 15 | 15 | 254 | 131 | 56 |
| Binary | 1101 | 11011110 | 11000010 | 1011110 | 0 | 1101 | 1101 | 10101100 | 1011001 | 101110 |
Color Harmonies of #0DDEC2
Complementary color
Monochromatic Colors of #0DDEC2
Black with #0DDEC2
Text Example
Text Example
White with #0DDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEC2; }
p { color: rgb(13,222,194); }
H1.HeaderClassName
{
color: #0DDEC2;
}
.AnyTagClassName
{
color: #0DDEC2;
}
</style>
background-color css
<style>
a { background-color: #0DDEC2; }
a { background-color: rgb(13,222,194); }
div.DivClassName
{
background-color: #0DDEC2;
}
.BgClassName
{
background-color: #0DDEC2;
}
</style>
border-color css
<style>
span { border-color: #0DDEC2; }
span { border-color: rgb(13,222,194); }
td.TdClassName
{
border-color: #0DDEC2;
}
.TagClassName
{
border-color: #0DDEC2;
}
</style>