Shades of Robin's Egg Blue #0DDAB9
Tints of Robin's Egg Blue #0DDAB9
RGB
CMYK
RGB Variations
Color information
#0DDAB9 (or 0x0DDAB9) is known color: Robin's Egg Blue. HEX triplet: 0D, DA and B9. RGB value is (13,218,185). Sum of RGB (Red+Green+Blue) = 13+218+185=416 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDAB9 is #F22546. Grayscale: #989898. Windows color (decimal): -15869255 or 12179981. OLE color: 12179981.
HSL color Cylindrical-coordinate representation of color #0DDAB9: hue angle of 170.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDAB9 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 185 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.15 |
| HSL | 170.34º | 0.89% | 0.45% | - |
| HSV(B) | 170.34º | 0.94% | 0.85% | - |
| XYZ | 33.99 | 53.73 | 54.48 | - |
| YUV | 152.94 | 146.08 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 185 | 0.94 | 0 | 0.15 | 0.15 | 170.34 | 0.89 | 0.45 |
| Hex | D | DA | B9 | 5E | 0 | F | F | AA | 59 | 2D |
| Octal | 15 | 332 | 271 | 136 | 0 | 17 | 17 | 252 | 131 | 55 |
| Binary | 1101 | 11011010 | 10111001 | 1011110 | 0 | 1111 | 1111 | 10101010 | 1011001 | 101101 |
Color Harmonies of #0DDAB9
Complementary color
Monochromatic Colors of #0DDAB9
Black with #0DDAB9
Text Example
Text Example
White with #0DDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDAB9; }
p { color: rgb(13,218,185); }
H1.HeaderClassName
{
color: #0DDAB9;
}
.AnyTagClassName
{
color: #0DDAB9;
}
</style>
background-color css
<style>
a { background-color: #0DDAB9; }
a { background-color: rgb(13,218,185); }
div.DivClassName
{
background-color: #0DDAB9;
}
.BgClassName
{
background-color: #0DDAB9;
}
</style>
border-color css
<style>
span { border-color: #0DDAB9; }
span { border-color: rgb(13,218,185); }
td.TdClassName
{
border-color: #0DDAB9;
}
.TagClassName
{
border-color: #0DDAB9;
}
</style>