Shades of Robin's Egg Blue #0DDDC1
Tints of Robin's Egg Blue #0DDDC1
RGB
CMYK
RGB Variations
Color information
#0DDDC1 (or 0x0DDDC1) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and C1. RGB value is (13,221,193). Sum of RGB (Red+Green+Blue) = 13+221+193=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDC1 is #F2223E. Grayscale: #9B9B9B. Windows color (decimal): -15868479 or 12705037. OLE color: 12705037.
HSL color Cylindrical-coordinate representation of color #0DDDC1: hue angle of 171.92º 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 #0DDDC1 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 193 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.13 |
| HSL | 171.92º | 0.89% | 0.46% | - |
| HSV(B) | 171.92º | 0.94% | 0.87% | - |
| XYZ | 35.65 | 55.65 | 59.31 | - |
| YUV | 155.62 | 149.09 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 193 | 0.94 | 0 | 0.13 | 0.13 | 171.92 | 0.89 | 0.46 |
| Hex | D | DD | C1 | 5E | 0 | D | D | AC | 59 | 2E |
| Octal | 15 | 335 | 301 | 136 | 0 | 15 | 15 | 254 | 131 | 56 |
| Binary | 1101 | 11011101 | 11000001 | 1011110 | 0 | 1101 | 1101 | 10101100 | 1011001 | 101110 |
Color Harmonies of #0DDDC1
Complementary color
Monochromatic Colors of #0DDDC1
Black with #0DDDC1
Text Example
Text Example
White with #0DDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDC1; }
p { color: rgb(13,221,193); }
H1.HeaderClassName
{
color: #0DDDC1;
}
.AnyTagClassName
{
color: #0DDDC1;
}
</style>
background-color css
<style>
a { background-color: #0DDDC1; }
a { background-color: rgb(13,221,193); }
div.DivClassName
{
background-color: #0DDDC1;
}
.BgClassName
{
background-color: #0DDDC1;
}
</style>
border-color css
<style>
span { border-color: #0DDDC1; }
span { border-color: rgb(13,221,193); }
td.TdClassName
{
border-color: #0DDDC1;
}
.TagClassName
{
border-color: #0DDDC1;
}
</style>