Shades of Robin's Egg Blue #01E0BD
Tints of Robin's Egg Blue #01E0BD
RGB
CMYK
RGB Variations
Color information
#01E0BD (or 0x01E0BD) is known color: Robin's Egg Blue. HEX triplet: 01, E0 and BD. RGB value is (1,224,189). Sum of RGB (Red+Green+Blue) = 1+224+189=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0BD is #FE1F42. Grayscale: #999999. Windows color (decimal): -16654147 or 12443649. OLE color: 12443649.
HSL color Cylindrical-coordinate representation of color #01E0BD: hue angle of 170.58º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E0BD is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 189 | - |
| CMYK | 1.00 | 0 | 0.16 | 0.12 |
| HSL | 170.58º | 0.99% | 0.44% | - |
| HSV(B) | 170.58º | 1% | 0.88% | - |
| XYZ | 35.85 | 56.99 | 57.25 | - |
| YUV | 153.33 | 148.12 | 19.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 189 | 1.00 | 0 | 0.16 | 0.12 | 170.58 | 0.99 | 0.44 |
| Hex | 1 | E0 | BD | 64 | 0 | 10 | C | AB | 63 | 2C |
| Octal | 1 | 340 | 275 | 144 | 0 | 20 | 14 | 253 | 143 | 54 |
| Binary | 1 | 11100000 | 10111101 | 1100100 | 0 | 10000 | 1100 | 10101011 | 1100011 | 101100 |
Color Harmonies of #01E0BD
Complementary color
Monochromatic Colors of #01E0BD
Black with #01E0BD
Text Example
Text Example
White with #01E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0BD; }
p { color: rgb(1,224,189); }
H1.HeaderClassName
{
color: #01E0BD;
}
.AnyTagClassName
{
color: #01E0BD;
}
</style>
background-color css
<style>
a { background-color: #01E0BD; }
a { background-color: rgb(1,224,189); }
div.DivClassName
{
background-color: #01E0BD;
}
.BgClassName
{
background-color: #01E0BD;
}
</style>
border-color css
<style>
span { border-color: #01E0BD; }
span { border-color: rgb(1,224,189); }
td.TdClassName
{
border-color: #01E0BD;
}
.TagClassName
{
border-color: #01E0BD;
}
</style>