Shades of Robin's Egg Blue #00DDB5
Tints of Robin's Egg Blue #00DDB5
RGB
CMYK
RGB Variations
Color information
#00DDB5 (or 0x00DDB5) is known color: Robin's Egg Blue. HEX triplet: 00, DD and B5. RGB value is (0,221,181). Sum of RGB (Red+Green+Blue) = 0+221+181=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDB5 is #FF224A. Grayscale: #969696. Windows color (decimal): -16720459 or 11918592. OLE color: 11918592.
HSL color Cylindrical-coordinate representation of color #00DDB5: hue angle of 169.14º 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 #00DDB5 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 181 | - |
| CMYK | 1 | 0 | 0.18 | 0.13 |
| HSL | 169.14º | 1% | 0.43% | - |
| HSV(B) | 169.14º | 1% | 0.87% | - |
| XYZ | 34.2 | 55.05 | 52.54 | - |
| YUV | 150.36 | 145.28 | 20.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 181 | 1 | 0 | 0.18 | 0.13 | 169.14 | 1 | 0.43 |
| Hex | 0 | DD | B5 | 64 | 0 | 12 | D | A9 | 64 | 2B |
| Octal | 0 | 335 | 265 | 144 | 0 | 22 | 15 | 251 | 144 | 53 |
| Binary | 0 | 11011101 | 10110101 | 1100100 | 0 | 10010 | 1101 | 10101001 | 1100100 | 101011 |
Color Harmonies of #00DDB5
Complementary color
Monochromatic Colors of #00DDB5
Black with #00DDB5
Text Example
Text Example
White with #00DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDB5; }
p { color: rgb(0,221,181); }
H1.HeaderClassName
{
color: #00DDB5;
}
.AnyTagClassName
{
color: #00DDB5;
}
</style>
background-color css
<style>
a { background-color: #00DDB5; }
a { background-color: rgb(0,221,181); }
div.DivClassName
{
background-color: #00DDB5;
}
.BgClassName
{
background-color: #00DDB5;
}
</style>
border-color css
<style>
span { border-color: #00DDB5; }
span { border-color: rgb(0,221,181); }
td.TdClassName
{
border-color: #00DDB5;
}
.TagClassName
{
border-color: #00DDB5;
}
</style>