Shades of Robin's Egg Blue #0DDDB5
Tints of Robin's Egg Blue #0DDDB5
RGB
CMYK
RGB Variations
Color information
#0DDDB5 (or 0x0DDDB5) is known color: Robin's Egg Blue. HEX triplet: 0D, DD and B5. RGB value is (13,221,181). Sum of RGB (Red+Green+Blue) = 13+221+181=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDB5 is #F2224A. Grayscale: #9A9A9A. Windows color (decimal): -15868491 or 11918605. OLE color: 11918605.
HSL color Cylindrical-coordinate representation of color #0DDDB5: hue angle of 168.46º 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 #0DDDB5 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 181 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.13 |
| HSL | 168.46º | 0.89% | 0.46% | - |
| HSV(B) | 168.46º | 0.94% | 0.87% | - |
| XYZ | 34.36 | 55.13 | 52.55 | - |
| YUV | 154.25 | 143.09 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 181 | 0.94 | 0 | 0.18 | 0.13 | 168.46 | 0.89 | 0.46 |
| Hex | D | DD | B5 | 5E | 0 | 12 | D | A8 | 59 | 2E |
| Octal | 15 | 335 | 265 | 136 | 0 | 22 | 15 | 250 | 131 | 56 |
| Binary | 1101 | 11011101 | 10110101 | 1011110 | 0 | 10010 | 1101 | 10101000 | 1011001 | 101110 |
Color Harmonies of #0DDDB5
Complementary color
Monochromatic Colors of #0DDDB5
Black with #0DDDB5
Text Example
Text Example
White with #0DDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDB5; }
p { color: rgb(13,221,181); }
H1.HeaderClassName
{
color: #0DDDB5;
}
.AnyTagClassName
{
color: #0DDDB5;
}
</style>
background-color css
<style>
a { background-color: #0DDDB5; }
a { background-color: rgb(13,221,181); }
div.DivClassName
{
background-color: #0DDDB5;
}
.BgClassName
{
background-color: #0DDDB5;
}
</style>
border-color css
<style>
span { border-color: #0DDDB5; }
span { border-color: rgb(13,221,181); }
td.TdClassName
{
border-color: #0DDDB5;
}
.TagClassName
{
border-color: #0DDDB5;
}
</style>