Shades of Robin's Egg Blue #01DCBD
Tints of Robin's Egg Blue #01DCBD
RGB
CMYK
RGB Variations
Color information
#01DCBD (or 0x01DCBD) is known color: Robin's Egg Blue. HEX triplet: 01, DC and BD. RGB value is (1,220,189). Sum of RGB (Red+Green+Blue) = 1+220+189=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCBD is #FE2342. Grayscale: #969696. Windows color (decimal): -16655171 or 12442625. OLE color: 12442625.
HSL color Cylindrical-coordinate representation of color #01DCBD: hue angle of 171.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCBD is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 189 | - |
| CMYK | 1.00 | 0 | 0.14 | 0.14 |
| HSL | 171.51º | 0.99% | 0.43% | - |
| HSV(B) | 171.51º | 1% | 0.86% | - |
| XYZ | 34.79 | 54.87 | 56.9 | - |
| YUV | 150.99 | 149.45 | 21.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 189 | 1.00 | 0 | 0.14 | 0.14 | 171.51 | 0.99 | 0.43 |
| Hex | 1 | DC | BD | 64 | 0 | E | E | AC | 63 | 2B |
| Octal | 1 | 334 | 275 | 144 | 0 | 16 | 16 | 254 | 143 | 53 |
| Binary | 1 | 11011100 | 10111101 | 1100100 | 0 | 1110 | 1110 | 10101100 | 1100011 | 101011 |
Color Harmonies of #01DCBD
Complementary color
Monochromatic Colors of #01DCBD
Black with #01DCBD
Text Example
Text Example
White with #01DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCBD; }
p { color: rgb(1,220,189); }
H1.HeaderClassName
{
color: #01DCBD;
}
.AnyTagClassName
{
color: #01DCBD;
}
</style>
background-color css
<style>
a { background-color: #01DCBD; }
a { background-color: rgb(1,220,189); }
div.DivClassName
{
background-color: #01DCBD;
}
.BgClassName
{
background-color: #01DCBD;
}
</style>
border-color css
<style>
span { border-color: #01DCBD; }
span { border-color: rgb(1,220,189); }
td.TdClassName
{
border-color: #01DCBD;
}
.TagClassName
{
border-color: #01DCBD;
}
</style>