Shades of Robin's Egg Blue #00DDBC
Tints of Robin's Egg Blue #00DDBC
RGB
CMYK
RGB Variations
Color information
#00DDBC (or 0x00DDBC) is known color: Robin's Egg Blue. HEX triplet: 00, DD and BC. RGB value is (0,221,188). Sum of RGB (Red+Green+Blue) = 0+221+188=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDBC is #FF2243. Grayscale: #979797. Windows color (decimal): -16720452 or 12377344. OLE color: 12377344.
HSL color Cylindrical-coordinate representation of color #00DDBC: hue angle of 171.04º 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 #00DDBC is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 188 | - |
| CMYK | 1 | 0 | 0.15 | 0.13 |
| HSL | 171.04º | 1% | 0.43% | - |
| HSV(B) | 171.04º | 1% | 0.87% | - |
| XYZ | 34.93 | 55.34 | 56.42 | - |
| YUV | 151.16 | 148.78 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 188 | 1 | 0 | 0.15 | 0.13 | 171.04 | 1 | 0.43 |
| Hex | 0 | DD | BC | 64 | 0 | F | D | AB | 64 | 2B |
| Octal | 0 | 335 | 274 | 144 | 0 | 17 | 15 | 253 | 144 | 53 |
| Binary | 0 | 11011101 | 10111100 | 1100100 | 0 | 1111 | 1101 | 10101011 | 1100100 | 101011 |
Color Harmonies of #00DDBC
Complementary color
Monochromatic Colors of #00DDBC
Black with #00DDBC
Text Example
Text Example
White with #00DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDBC; }
p { color: rgb(0,221,188); }
H1.HeaderClassName
{
color: #00DDBC;
}
.AnyTagClassName
{
color: #00DDBC;
}
</style>
background-color css
<style>
a { background-color: #00DDBC; }
a { background-color: rgb(0,221,188); }
div.DivClassName
{
background-color: #00DDBC;
}
.BgClassName
{
background-color: #00DDBC;
}
</style>
border-color css
<style>
span { border-color: #00DDBC; }
span { border-color: rgb(0,221,188); }
td.TdClassName
{
border-color: #00DDBC;
}
.TagClassName
{
border-color: #00DDBC;
}
</style>