Shades of Robin's Egg Blue #00DFBB
Tints of Robin's Egg Blue #00DFBB
RGB
CMYK
RGB Variations
Color information
#00DFBB (or 0x00DFBB) is known color: Robin's Egg Blue. HEX triplet: 00, DF and BB. RGB value is (0,223,187). Sum of RGB (Red+Green+Blue) = 0+223+187=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DFBB is #FF2044. Grayscale: #989898. Windows color (decimal): -16719941 or 12312320. OLE color: 12312320.
HSL color Cylindrical-coordinate representation of color #00DFBB: hue angle of 170.31º 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 #00DFBB is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 187 | - |
| CMYK | 1 | 0 | 0.16 | 0.13 |
| HSL | 170.31º | 1% | 0.44% | - |
| HSV(B) | 170.31º | 1% | 0.87% | - |
| XYZ | 35.36 | 56.36 | 56.03 | - |
| YUV | 152.22 | 147.62 | 19.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 187 | 1 | 0 | 0.16 | 0.13 | 170.31 | 1 | 0.44 |
| Hex | 0 | DF | BB | 64 | 0 | 10 | D | AA | 64 | 2C |
| Octal | 0 | 337 | 273 | 144 | 0 | 20 | 15 | 252 | 144 | 54 |
| Binary | 0 | 11011111 | 10111011 | 1100100 | 0 | 10000 | 1101 | 10101010 | 1100100 | 101100 |
Color Harmonies of #00DFBB
Complementary color
Monochromatic Colors of #00DFBB
Black with #00DFBB
Text Example
Text Example
White with #00DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFBB; }
p { color: rgb(0,223,187); }
H1.HeaderClassName
{
color: #00DFBB;
}
.AnyTagClassName
{
color: #00DFBB;
}
</style>
background-color css
<style>
a { background-color: #00DFBB; }
a { background-color: rgb(0,223,187); }
div.DivClassName
{
background-color: #00DFBB;
}
.BgClassName
{
background-color: #00DFBB;
}
</style>
border-color css
<style>
span { border-color: #00DFBB; }
span { border-color: rgb(0,223,187); }
td.TdClassName
{
border-color: #00DFBB;
}
.TagClassName
{
border-color: #00DFBB;
}
</style>