Shades of Robin's Egg Blue #0DD6B9
Tints of Robin's Egg Blue #0DD6B9
RGB
CMYK
RGB Variations
Color information
#0DD6B9 (or 0x0DD6B9) is known color: Robin's Egg Blue. HEX triplet: 0D, D6 and B9. RGB value is (13,214,185). Sum of RGB (Red+Green+Blue) = 13+214+185=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD6B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD6B9 is #F22946. Grayscale: #969696. Windows color (decimal): -15870279 or 12178957. OLE color: 12178957.
HSL color Cylindrical-coordinate representation of color #0DD6B9: hue angle of 171.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD6B9 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 185 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.16 |
| HSL | 171.34º | 0.89% | 0.45% | - |
| HSV(B) | 171.34º | 0.94% | 0.84% | - |
| XYZ | 32.97 | 51.68 | 54.14 | - |
| YUV | 150.6 | 147.41 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 185 | 0.94 | 0 | 0.14 | 0.16 | 171.34 | 0.89 | 0.45 |
| Hex | D | D6 | B9 | 5E | 0 | E | 10 | AB | 59 | 2D |
| Octal | 15 | 326 | 271 | 136 | 0 | 16 | 20 | 253 | 131 | 55 |
| Binary | 1101 | 11010110 | 10111001 | 1011110 | 0 | 1110 | 10000 | 10101011 | 1011001 | 101101 |
Color Harmonies of #0DD6B9
Complementary color
Monochromatic Colors of #0DD6B9
Black with #0DD6B9
Text Example
Text Example
White with #0DD6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD6B9; }
p { color: rgb(13,214,185); }
H1.HeaderClassName
{
color: #0DD6B9;
}
.AnyTagClassName
{
color: #0DD6B9;
}
</style>
background-color css
<style>
a { background-color: #0DD6B9; }
a { background-color: rgb(13,214,185); }
div.DivClassName
{
background-color: #0DD6B9;
}
.BgClassName
{
background-color: #0DD6B9;
}
</style>
border-color css
<style>
span { border-color: #0DD6B9; }
span { border-color: rgb(13,214,185); }
td.TdClassName
{
border-color: #0DD6B9;
}
.TagClassName
{
border-color: #0DD6B9;
}
</style>