Shades of Robin's Egg Blue #0DDDC5
Tints of Robin's Egg Blue #0DDDC5
RGB
CMYK
RGB Variations
Color information
#0DDDC5 (or 0x0DDDC5) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and C5. RGB value is (13,221,197). Sum of RGB (Red+Green+Blue) = 13+221+197=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDC5 is #F2223A. Grayscale: #9B9B9B. Windows color (decimal): -15868475 or 12967181. OLE color: 12967181.
HSL color Cylindrical-coordinate representation of color #0DDDC5: hue angle of 173.08º 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 #0DDDC5 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 197 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.13 |
| HSL | 173.08º | 0.89% | 0.46% | - |
| HSV(B) | 173.08º | 0.94% | 0.87% | - |
| XYZ | 36.1 | 55.83 | 61.7 | - |
| YUV | 156.07 | 151.09 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 197 | 0.94 | 0 | 0.11 | 0.13 | 173.08 | 0.89 | 0.46 |
| Hex | D | DD | C5 | 5E | 0 | B | D | AD | 59 | 2E |
| Octal | 15 | 335 | 305 | 136 | 0 | 13 | 15 | 255 | 131 | 56 |
| Binary | 1101 | 11011101 | 11000101 | 1011110 | 0 | 1011 | 1101 | 10101101 | 1011001 | 101110 |
Color Harmonies of #0DDDC5
Complementary color
Monochromatic Colors of #0DDDC5
Black with #0DDDC5
Text Example
Text Example
White with #0DDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDC5; }
p { color: rgb(13,221,197); }
H1.HeaderClassName
{
color: #0DDDC5;
}
.AnyTagClassName
{
color: #0DDDC5;
}
</style>
background-color css
<style>
a { background-color: #0DDDC5; }
a { background-color: rgb(13,221,197); }
div.DivClassName
{
background-color: #0DDDC5;
}
.BgClassName
{
background-color: #0DDDC5;
}
</style>
border-color css
<style>
span { border-color: #0DDDC5; }
span { border-color: rgb(13,221,197); }
td.TdClassName
{
border-color: #0DDDC5;
}
.TagClassName
{
border-color: #0DDDC5;
}
</style>