Shades of Robin's Egg Blue #00DABF
Tints of Robin's Egg Blue #00DABF
RGB
CMYK
RGB Variations
Color information
#00DABF (or 0x00DABF) is known color: Robin's Egg Blue. HEX triplet: 00, DA and BF. RGB value is (0,218,191). Sum of RGB (Red+Green+Blue) = 0+218+191=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #00DABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DABF is #FF2540. Grayscale: #959595. Windows color (decimal): -16721217 or 12573184. OLE color: 12573184.
HSL color Cylindrical-coordinate representation of color #00DABF: hue angle of 172.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DABF is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 191 | - |
| CMYK | 1 | 0 | 0.12 | 0.15 |
| HSL | 172.57º | 1% | 0.43% | - |
| HSV(B) | 172.57º | 1% | 0.85% | - |
| XYZ | 34.48 | 53.9 | 57.88 | - |
| YUV | 149.74 | 151.28 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 191 | 1 | 0 | 0.12 | 0.15 | 172.57 | 1 | 0.43 |
| Hex | 0 | DA | BF | 64 | 0 | C | F | AD | 64 | 2B |
| Octal | 0 | 332 | 277 | 144 | 0 | 14 | 17 | 255 | 144 | 53 |
| Binary | 0 | 11011010 | 10111111 | 1100100 | 0 | 1100 | 1111 | 10101101 | 1100100 | 101011 |
Color Harmonies of #00DABF
Complementary color
Monochromatic Colors of #00DABF
Black with #00DABF
Text Example
Text Example
White with #00DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DABF; }
p { color: rgb(0,218,191); }
H1.HeaderClassName
{
color: #00DABF;
}
.AnyTagClassName
{
color: #00DABF;
}
</style>
background-color css
<style>
a { background-color: #00DABF; }
a { background-color: rgb(0,218,191); }
div.DivClassName
{
background-color: #00DABF;
}
.BgClassName
{
background-color: #00DABF;
}
</style>
border-color css
<style>
span { border-color: #00DABF; }
span { border-color: rgb(0,218,191); }
td.TdClassName
{
border-color: #00DABF;
}
.TagClassName
{
border-color: #00DABF;
}
</style>