Shades of Robin's Egg Blue #0DDDBD
Tints of Robin's Egg Blue #0DDDBD
RGB
CMYK
RGB Variations
Color information
#0DDDBD (or 0x0DDDBD) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and BD. RGB value is (13,221,189). Sum of RGB (Red+Green+Blue) = 13+221+189=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDBD is #F22242. Grayscale: #9B9B9B. Windows color (decimal): -15868483 or 12442893. OLE color: 12442893.
HSL color Cylindrical-coordinate representation of color #0DDDBD: hue angle of 170.77º 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 #0DDDBD is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 189 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.13 |
| HSL | 170.77º | 0.89% | 0.46% | - |
| HSV(B) | 170.77º | 0.94% | 0.87% | - |
| XYZ | 35.21 | 55.47 | 57 | - |
| YUV | 155.16 | 147.09 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 189 | 0.94 | 0 | 0.14 | 0.13 | 170.77 | 0.89 | 0.46 |
| Hex | D | DD | BD | 5E | 0 | E | D | AB | 59 | 2E |
| Octal | 15 | 335 | 275 | 136 | 0 | 16 | 15 | 253 | 131 | 56 |
| Binary | 1101 | 11011101 | 10111101 | 1011110 | 0 | 1110 | 1101 | 10101011 | 1011001 | 101110 |
Color Harmonies of #0DDDBD
Complementary color
Monochromatic Colors of #0DDDBD
Black with #0DDDBD
Text Example
Text Example
White with #0DDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDBD; }
p { color: rgb(13,221,189); }
H1.HeaderClassName
{
color: #0DDDBD;
}
.AnyTagClassName
{
color: #0DDDBD;
}
</style>
background-color css
<style>
a { background-color: #0DDDBD; }
a { background-color: rgb(13,221,189); }
div.DivClassName
{
background-color: #0DDDBD;
}
.BgClassName
{
background-color: #0DDDBD;
}
</style>
border-color css
<style>
span { border-color: #0DDDBD; }
span { border-color: rgb(13,221,189); }
td.TdClassName
{
border-color: #0DDDBD;
}
.TagClassName
{
border-color: #0DDDBD;
}
</style>