Shades of Robin's Egg Blue #00DCBB
Tints of Robin's Egg Blue #00DCBB
RGB
CMYK
RGB Variations
Color information
#00DCBB (or 0x00DCBB) is known color: Robin's Egg Blue. HEX triplet: 00, DC and BB. RGB value is (0,220,187). Sum of RGB (Red+Green+Blue) = 0+220+187=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCBB is #FF2344. Grayscale: #969696. Windows color (decimal): -16720709 or 12311552. OLE color: 12311552.
HSL color Cylindrical-coordinate representation of color #00DCBB: hue angle of 171º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCBB is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 187 | - |
| CMYK | 1 | 0 | 0.15 | 0.14 |
| HSL | 171º | 1% | 0.43% | - |
| HSV(B) | 171º | 1% | 0.86% | - |
| XYZ | 34.56 | 54.77 | 55.76 | - |
| YUV | 150.46 | 148.61 | 20.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 187 | 1 | 0 | 0.15 | 0.14 | 171 | 1 | 0.43 |
| Hex | 0 | DC | BB | 64 | 0 | F | E | AB | 64 | 2B |
| Octal | 0 | 334 | 273 | 144 | 0 | 17 | 16 | 253 | 144 | 53 |
| Binary | 0 | 11011100 | 10111011 | 1100100 | 0 | 1111 | 1110 | 10101011 | 1100100 | 101011 |
Color Harmonies of #00DCBB
Complementary color
Monochromatic Colors of #00DCBB
Black with #00DCBB
Text Example
Text Example
White with #00DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCBB; }
p { color: rgb(0,220,187); }
H1.HeaderClassName
{
color: #00DCBB;
}
.AnyTagClassName
{
color: #00DCBB;
}
</style>
background-color css
<style>
a { background-color: #00DCBB; }
a { background-color: rgb(0,220,187); }
div.DivClassName
{
background-color: #00DCBB;
}
.BgClassName
{
background-color: #00DCBB;
}
</style>
border-color css
<style>
span { border-color: #00DCBB; }
span { border-color: rgb(0,220,187); }
td.TdClassName
{
border-color: #00DCBB;
}
.TagClassName
{
border-color: #00DCBB;
}
</style>