Shades of Robin's Egg Blue #00DFBF
Tints of Robin's Egg Blue #00DFBF
RGB
CMYK
RGB Variations
Color information
#00DFBF (or 0x00DFBF) is known color: Robin's Egg Blue. HEX triplet: 00, DF and BF. RGB value is (0,223,191). Sum of RGB (Red+Green+Blue) = 0+223+191=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFBF is #FF2040. Grayscale: #989898. Windows color (decimal): -16719937 or 12574464. OLE color: 12574464.
HSL color Cylindrical-coordinate representation of color #00DFBF: hue angle of 171.39º 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 #00DFBF is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 191 | - |
| CMYK | 1 | 0 | 0.14 | 0.13 |
| HSL | 171.39º | 1% | 0.44% | - |
| HSV(B) | 171.39º | 1% | 0.87% | - |
| XYZ | 35.79 | 56.54 | 58.32 | - |
| YUV | 152.68 | 149.62 | 19.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 191 | 1 | 0 | 0.14 | 0.13 | 171.39 | 1 | 0.44 |
| Hex | 0 | DF | BF | 64 | 0 | E | D | AB | 64 | 2C |
| Octal | 0 | 337 | 277 | 144 | 0 | 16 | 15 | 253 | 144 | 54 |
| Binary | 0 | 11011111 | 10111111 | 1100100 | 0 | 1110 | 1101 | 10101011 | 1100100 | 101100 |
Color Harmonies of #00DFBF
Complementary color
Monochromatic Colors of #00DFBF
Black with #00DFBF
Text Example
Text Example
White with #00DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFBF; }
p { color: rgb(0,223,191); }
H1.HeaderClassName
{
color: #00DFBF;
}
.AnyTagClassName
{
color: #00DFBF;
}
</style>
background-color css
<style>
a { background-color: #00DFBF; }
a { background-color: rgb(0,223,191); }
div.DivClassName
{
background-color: #00DFBF;
}
.BgClassName
{
background-color: #00DFBF;
}
</style>
border-color css
<style>
span { border-color: #00DFBF; }
span { border-color: rgb(0,223,191); }
td.TdClassName
{
border-color: #00DFBF;
}
.TagClassName
{
border-color: #00DFBF;
}
</style>