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