Shades of Robin's Egg Blue #0DDABC
Tints of Robin's Egg Blue #0DDABC
RGB
CMYK
RGB Variations
Color information
#0DDABC (or 0x0DDABC) is known color: Robin's Egg Blue. HEX triplet: 0D, DA and BC. RGB value is (13,218,188). Sum of RGB (Red+Green+Blue) = 13+218+188=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDABC is #F22543. Grayscale: #999999. Windows color (decimal): -15869252 or 12376589. OLE color: 12376589.
HSL color Cylindrical-coordinate representation of color #0DDABC: hue angle of 171.22º 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 #0DDABC is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 188 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.15 |
| HSL | 171.22º | 0.89% | 0.45% | - |
| HSV(B) | 171.22º | 0.94% | 0.85% | - |
| XYZ | 34.31 | 53.86 | 56.16 | - |
| YUV | 153.29 | 147.58 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 188 | 0.94 | 0 | 0.14 | 0.15 | 171.22 | 0.89 | 0.45 |
| Hex | D | DA | BC | 5E | 0 | E | F | AB | 59 | 2D |
| Octal | 15 | 332 | 274 | 136 | 0 | 16 | 17 | 253 | 131 | 55 |
| Binary | 1101 | 11011010 | 10111100 | 1011110 | 0 | 1110 | 1111 | 10101011 | 1011001 | 101101 |
Color Harmonies of #0DDABC
Complementary color
Monochromatic Colors of #0DDABC
Black with #0DDABC
Text Example
Text Example
White with #0DDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDABC; }
p { color: rgb(13,218,188); }
H1.HeaderClassName
{
color: #0DDABC;
}
.AnyTagClassName
{
color: #0DDABC;
}
</style>
background-color css
<style>
a { background-color: #0DDABC; }
a { background-color: rgb(13,218,188); }
div.DivClassName
{
background-color: #0DDABC;
}
.BgClassName
{
background-color: #0DDABC;
}
</style>
border-color css
<style>
span { border-color: #0DDABC; }
span { border-color: rgb(13,218,188); }
td.TdClassName
{
border-color: #0DDABC;
}
.TagClassName
{
border-color: #0DDABC;
}
</style>