Shades of Robin's Egg Blue #00D8BC
Tints of Robin's Egg Blue #00D8BC
RGB
CMYK
RGB Variations
Color information
#00D8BC (or 0x00D8BC) is known color: Robin's Egg Blue. HEX triplet: 00, D8 and BC. RGB value is (0,216,188). Sum of RGB (Red+Green+Blue) = 0+216+188=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #00D8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D8BC is #FF2743. Grayscale: #949494. Windows color (decimal): -16721732 or 12376064. OLE color: 12376064.
HSL color Cylindrical-coordinate representation of color #00D8BC: hue angle of 172.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D8BC is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 216 | 188 | - |
| CMYK | 1 | 0 | 0.13 | 0.15 |
| HSL | 172.22º | 1% | 0.42% | - |
| HSV(B) | 172.22º | 1% | 0.85% | - |
| XYZ | 33.63 | 52.74 | 55.98 | - |
| YUV | 148.22 | 150.44 | 22.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 216 | 188 | 1 | 0 | 0.13 | 0.15 | 172.22 | 1 | 0.42 |
| Hex | 0 | D8 | BC | 64 | 0 | D | F | AC | 64 | 2A |
| Octal | 0 | 330 | 274 | 144 | 0 | 15 | 17 | 254 | 144 | 52 |
| Binary | 0 | 11011000 | 10111100 | 1100100 | 0 | 1101 | 1111 | 10101100 | 1100100 | 101010 |
Color Harmonies of #00D8BC
Complementary color
Monochromatic Colors of #00D8BC
Black with #00D8BC
Text Example
Text Example
White with #00D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D8BC; }
p { color: rgb(0,216,188); }
H1.HeaderClassName
{
color: #00D8BC;
}
.AnyTagClassName
{
color: #00D8BC;
}
</style>
background-color css
<style>
a { background-color: #00D8BC; }
a { background-color: rgb(0,216,188); }
div.DivClassName
{
background-color: #00D8BC;
}
.BgClassName
{
background-color: #00D8BC;
}
</style>
border-color css
<style>
span { border-color: #00D8BC; }
span { border-color: rgb(0,216,188); }
td.TdClassName
{
border-color: #00D8BC;
}
.TagClassName
{
border-color: #00D8BC;
}
</style>