Shades of Robin's Egg Blue #01E0BF
Tints of Robin's Egg Blue #01E0BF
RGB
CMYK
RGB Variations
Color information
#01E0BF (or 0x01E0BF) is known color: Robin's Egg Blue. HEX triplet: 01, E0 and BF. RGB value is (1,224,191). Sum of RGB (Red+Green+Blue) = 1+224+191=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0BF is #FE1F40. Grayscale: #999999. Windows color (decimal): -16654145 or 12574721. OLE color: 12574721.
HSL color Cylindrical-coordinate representation of color #01E0BF: hue angle of 171.12º 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 #01E0BF is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 191 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.12 |
| HSL | 171.12º | 0.99% | 0.44% | - |
| HSV(B) | 171.12º | 1% | 0.88% | - |
| XYZ | 36.07 | 57.08 | 58.41 | - |
| YUV | 153.56 | 149.12 | 19.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 191 | 1.00 | 0 | 0.15 | 0.12 | 171.12 | 0.99 | 0.44 |
| Hex | 1 | E0 | BF | 64 | 0 | F | C | AB | 63 | 2C |
| Octal | 1 | 340 | 277 | 144 | 0 | 17 | 14 | 253 | 143 | 54 |
| Binary | 1 | 11100000 | 10111111 | 1100100 | 0 | 1111 | 1100 | 10101011 | 1100011 | 101100 |
Color Harmonies of #01E0BF
Complementary color
Monochromatic Colors of #01E0BF
Black with #01E0BF
Text Example
Text Example
White with #01E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0BF; }
p { color: rgb(1,224,191); }
H1.HeaderClassName
{
color: #01E0BF;
}
.AnyTagClassName
{
color: #01E0BF;
}
</style>
background-color css
<style>
a { background-color: #01E0BF; }
a { background-color: rgb(1,224,191); }
div.DivClassName
{
background-color: #01E0BF;
}
.BgClassName
{
background-color: #01E0BF;
}
</style>
border-color css
<style>
span { border-color: #01E0BF; }
span { border-color: rgb(1,224,191); }
td.TdClassName
{
border-color: #01E0BF;
}
.TagClassName
{
border-color: #01E0BF;
}
</style>