Shades of Robin's Egg Blue #00DDBD
Tints of Robin's Egg Blue #00DDBD
RGB
CMYK
RGB Variations
Color information
#00DDBD (or 0x00DDBD) is known color: Robin's Egg Blue. HEX triplet: 00, DD and BD. RGB value is (0,221,189). Sum of RGB (Red+Green+Blue) = 0+221+189=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDBD is #FF2242. Grayscale: #979797. Windows color (decimal): -16720451 or 12442880. OLE color: 12442880.
HSL color Cylindrical-coordinate representation of color #00DDBD: hue angle of 171.31º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDBD is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 189 | - |
| CMYK | 1 | 0 | 0.14 | 0.13 |
| HSL | 171.31º | 1% | 0.43% | - |
| HSV(B) | 171.31º | 1% | 0.87% | - |
| XYZ | 35.04 | 55.39 | 56.99 | - |
| YUV | 151.27 | 149.28 | 20.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 189 | 1 | 0 | 0.14 | 0.13 | 171.31 | 1 | 0.43 |
| Hex | 0 | DD | BD | 64 | 0 | E | D | AB | 64 | 2B |
| Octal | 0 | 335 | 275 | 144 | 0 | 16 | 15 | 253 | 144 | 53 |
| Binary | 0 | 11011101 | 10111101 | 1100100 | 0 | 1110 | 1101 | 10101011 | 1100100 | 101011 |
Color Harmonies of #00DDBD
Complementary color
Monochromatic Colors of #00DDBD
Black with #00DDBD
Text Example
Text Example
White with #00DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDBD; }
p { color: rgb(0,221,189); }
H1.HeaderClassName
{
color: #00DDBD;
}
.AnyTagClassName
{
color: #00DDBD;
}
</style>
background-color css
<style>
a { background-color: #00DDBD; }
a { background-color: rgb(0,221,189); }
div.DivClassName
{
background-color: #00DDBD;
}
.BgClassName
{
background-color: #00DDBD;
}
</style>
border-color css
<style>
span { border-color: #00DDBD; }
span { border-color: rgb(0,221,189); }
td.TdClassName
{
border-color: #00DDBD;
}
.TagClassName
{
border-color: #00DDBD;
}
</style>