Shades of Robin's Egg Blue #00DFBC
Tints of Robin's Egg Blue #00DFBC
RGB
CMYK
RGB Variations
Color information
#00DFBC (or 0x00DFBC) is known color: Robin's Egg Blue. HEX triplet: 00, DF and BC. RGB value is (0,223,188). Sum of RGB (Red+Green+Blue) = 0+223+188=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFBC is #FF2043. Grayscale: #989898. Windows color (decimal): -16719940 or 12377856. OLE color: 12377856.
HSL color Cylindrical-coordinate representation of color #00DFBC: hue angle of 170.58º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFBC is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 188 | - |
| CMYK | 1 | 0 | 0.16 | 0.13 |
| HSL | 170.58º | 1% | 0.44% | - |
| HSV(B) | 170.58º | 1% | 0.87% | - |
| XYZ | 35.46 | 56.41 | 56.6 | - |
| YUV | 152.33 | 148.12 | 19.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 188 | 1 | 0 | 0.16 | 0.13 | 170.58 | 1 | 0.44 |
| Hex | 0 | DF | BC | 64 | 0 | 10 | D | AB | 64 | 2C |
| Octal | 0 | 337 | 274 | 144 | 0 | 20 | 15 | 253 | 144 | 54 |
| Binary | 0 | 11011111 | 10111100 | 1100100 | 0 | 10000 | 1101 | 10101011 | 1100100 | 101100 |
Color Harmonies of #00DFBC
Complementary color
Monochromatic Colors of #00DFBC
Black with #00DFBC
Text Example
Text Example
White with #00DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFBC; }
p { color: rgb(0,223,188); }
H1.HeaderClassName
{
color: #00DFBC;
}
.AnyTagClassName
{
color: #00DFBC;
}
</style>
background-color css
<style>
a { background-color: #00DFBC; }
a { background-color: rgb(0,223,188); }
div.DivClassName
{
background-color: #00DFBC;
}
.BgClassName
{
background-color: #00DFBC;
}
</style>
border-color css
<style>
span { border-color: #00DFBC; }
span { border-color: rgb(0,223,188); }
td.TdClassName
{
border-color: #00DFBC;
}
.TagClassName
{
border-color: #00DFBC;
}
</style>