Shades of Robin's Egg Blue #0DDDC8
Tints of Robin's Egg Blue #0DDDC8
RGB
CMYK
RGB Variations
Color information
#0DDDC8 (or 0x0DDDC8) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and C8. RGB value is (13,221,200). Sum of RGB (Red+Green+Blue) = 13+221+200=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDC8 is #F22237. Grayscale: #9C9C9C. Windows color (decimal): -15868472 or 13163789. OLE color: 13163789.
HSL color Cylindrical-coordinate representation of color #0DDDC8: hue angle of 173.94º 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 #0DDDC8 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 200 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.13 |
| HSL | 173.94º | 0.89% | 0.46% | - |
| HSV(B) | 173.94º | 0.94% | 0.87% | - |
| XYZ | 36.45 | 55.97 | 63.53 | - |
| YUV | 156.41 | 152.59 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 200 | 0.94 | 0 | 0.10 | 0.13 | 173.94 | 0.89 | 0.46 |
| Hex | D | DD | C8 | 5E | 0 | A | D | AE | 59 | 2E |
| Octal | 15 | 335 | 310 | 136 | 0 | 12 | 15 | 256 | 131 | 56 |
| Binary | 1101 | 11011101 | 11001000 | 1011110 | 0 | 1010 | 1101 | 10101110 | 1011001 | 101110 |
Color Harmonies of #0DDDC8
Complementary color
Monochromatic Colors of #0DDDC8
Black with #0DDDC8
Text Example
Text Example
White with #0DDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDC8; }
p { color: rgb(13,221,200); }
H1.HeaderClassName
{
color: #0DDDC8;
}
.AnyTagClassName
{
color: #0DDDC8;
}
</style>
background-color css
<style>
a { background-color: #0DDDC8; }
a { background-color: rgb(13,221,200); }
div.DivClassName
{
background-color: #0DDDC8;
}
.BgClassName
{
background-color: #0DDDC8;
}
</style>
border-color css
<style>
span { border-color: #0DDDC8; }
span { border-color: rgb(13,221,200); }
td.TdClassName
{
border-color: #0DDDC8;
}
.TagClassName
{
border-color: #0DDDC8;
}
</style>