Shades of Robin's Egg Blue #0DDDB7
Tints of Robin's Egg Blue #0DDDB7
RGB
CMYK
RGB Variations
Color information
#0DDDB7 (or 0x0DDDB7) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and B7. RGB value is (13,221,183). Sum of RGB (Red+Green+Blue) = 13+221+183=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDB7 is #F22248. Grayscale: #9A9A9A. Windows color (decimal): -15868489 or 12049677. OLE color: 12049677.
HSL color Cylindrical-coordinate representation of color #0DDDB7: hue angle of 169.04º 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 #0DDDB7 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 183 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.13 |
| HSL | 169.04º | 0.89% | 0.46% | - |
| HSV(B) | 169.04º | 0.94% | 0.87% | - |
| XYZ | 34.57 | 55.22 | 53.64 | - |
| YUV | 154.48 | 144.09 | 27.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 183 | 0.94 | 0 | 0.17 | 0.13 | 169.04 | 0.89 | 0.46 |
| Hex | D | DD | B7 | 5E | 0 | 11 | D | A9 | 59 | 2E |
| Octal | 15 | 335 | 267 | 136 | 0 | 21 | 15 | 251 | 131 | 56 |
| Binary | 1101 | 11011101 | 10110111 | 1011110 | 0 | 10001 | 1101 | 10101001 | 1011001 | 101110 |
Color Harmonies of #0DDDB7
Complementary color
Monochromatic Colors of #0DDDB7
Black with #0DDDB7
Text Example
Text Example
White with #0DDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDB7; }
p { color: rgb(13,221,183); }
H1.HeaderClassName
{
color: #0DDDB7;
}
.AnyTagClassName
{
color: #0DDDB7;
}
</style>
background-color css
<style>
a { background-color: #0DDDB7; }
a { background-color: rgb(13,221,183); }
div.DivClassName
{
background-color: #0DDDB7;
}
.BgClassName
{
background-color: #0DDDB7;
}
</style>
border-color css
<style>
span { border-color: #0DDDB7; }
span { border-color: rgb(13,221,183); }
td.TdClassName
{
border-color: #0DDDB7;
}
.TagClassName
{
border-color: #0DDDB7;
}
</style>