Shades of Robin's Egg Blue #00DFBD
Tints of Robin's Egg Blue #00DFBD
RGB
CMYK
RGB Variations
Color information
#00DFBD (or 0x00DFBD) is known color: Robin's Egg Blue. HEX triplet: 00, DF and BD. RGB value is (0,223,189). Sum of RGB (Red+Green+Blue) = 0+223+189=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFBD is #FF2042. Grayscale: #989898. Windows color (decimal): -16719939 or 12443392. OLE color: 12443392.
HSL color Cylindrical-coordinate representation of color #00DFBD: hue angle of 170.85º 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 #00DFBD is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 189 | - |
| CMYK | 1 | 0 | 0.15 | 0.13 |
| HSL | 170.85º | 1% | 0.44% | - |
| HSV(B) | 170.85º | 1% | 0.87% | - |
| XYZ | 35.57 | 56.45 | 57.17 | - |
| YUV | 152.45 | 148.62 | 19.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 189 | 1 | 0 | 0.15 | 0.13 | 170.85 | 1 | 0.44 |
| Hex | 0 | DF | BD | 64 | 0 | F | D | AB | 64 | 2C |
| Octal | 0 | 337 | 275 | 144 | 0 | 17 | 15 | 253 | 144 | 54 |
| Binary | 0 | 11011111 | 10111101 | 1100100 | 0 | 1111 | 1101 | 10101011 | 1100100 | 101100 |
Color Harmonies of #00DFBD
Complementary color
Monochromatic Colors of #00DFBD
Black with #00DFBD
Text Example
Text Example
White with #00DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFBD; }
p { color: rgb(0,223,189); }
H1.HeaderClassName
{
color: #00DFBD;
}
.AnyTagClassName
{
color: #00DFBD;
}
</style>
background-color css
<style>
a { background-color: #00DFBD; }
a { background-color: rgb(0,223,189); }
div.DivClassName
{
background-color: #00DFBD;
}
.BgClassName
{
background-color: #00DFBD;
}
</style>
border-color css
<style>
span { border-color: #00DFBD; }
span { border-color: rgb(0,223,189); }
td.TdClassName
{
border-color: #00DFBD;
}
.TagClassName
{
border-color: #00DFBD;
}
</style>