Shades of Robin's Egg Blue #0DDDC9
Tints of Robin's Egg Blue #0DDDC9
RGB
CMYK
RGB Variations
Color information
#0DDDC9 (or 0x0DDDC9) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and C9. RGB value is (13,221,201). Sum of RGB (Red+Green+Blue) = 13+221+201=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDC9 is #F22236. Grayscale: #9C9C9C. Windows color (decimal): -15868471 or 13229325. OLE color: 13229325.
HSL color Cylindrical-coordinate representation of color #0DDDC9: hue angle of 174.23º 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 #0DDDC9 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 201 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.13 |
| HSL | 174.23º | 0.89% | 0.46% | - |
| HSV(B) | 174.23º | 0.94% | 0.87% | - |
| XYZ | 36.57 | 56.02 | 64.14 | - |
| YUV | 156.53 | 153.09 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 201 | 0.94 | 0 | 0.09 | 0.13 | 174.23 | 0.89 | 0.46 |
| Hex | D | DD | C9 | 5E | 0 | 9 | D | AE | 59 | 2E |
| Octal | 15 | 335 | 311 | 136 | 0 | 11 | 15 | 256 | 131 | 56 |
| Binary | 1101 | 11011101 | 11001001 | 1011110 | 0 | 1001 | 1101 | 10101110 | 1011001 | 101110 |
Color Harmonies of #0DDDC9
Complementary color
Monochromatic Colors of #0DDDC9
Black with #0DDDC9
Text Example
Text Example
White with #0DDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDC9; }
p { color: rgb(13,221,201); }
H1.HeaderClassName
{
color: #0DDDC9;
}
.AnyTagClassName
{
color: #0DDDC9;
}
</style>
background-color css
<style>
a { background-color: #0DDDC9; }
a { background-color: rgb(13,221,201); }
div.DivClassName
{
background-color: #0DDDC9;
}
.BgClassName
{
background-color: #0DDDC9;
}
</style>
border-color css
<style>
span { border-color: #0DDDC9; }
span { border-color: rgb(13,221,201); }
td.TdClassName
{
border-color: #0DDDC9;
}
.TagClassName
{
border-color: #0DDDC9;
}
</style>