Shades of Robin's Egg Blue #01E9BA
Tints of Robin's Egg Blue #01E9BA
RGB
CMYK
RGB Variations
Color information
#01E9BA (or 0x01E9BA) is known color: Robin's Egg Blue. HEX triplet: 01, E9 and BA. RGB value is (1,233,186). Sum of RGB (Red+Green+Blue) = 1+233+186=420 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 420); Green value is 233 (91.41% from 255 or 55.48% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 233 - color contains mainly: green. Hex color #01E9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E9BA is #FE1645. Grayscale: #9E9E9E. Windows color (decimal): -16651846 or 12249345. OLE color: 12249345.
HSL color Cylindrical-coordinate representation of color #01E9BA: hue angle of 167.84º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E9BA is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 233 | 186 | - |
| CMYK | 1.00 | 0 | 0.20 | 0.09 |
| HSL | 167.84º | 0.99% | 0.46% | - |
| HSV(B) | 167.84º | 1% | 0.91% | - |
| XYZ | 38.01 | 61.83 | 56.39 | - |
| YUV | 158.27 | 143.64 | 15.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 233 | 186 | 1.00 | 0 | 0.20 | 0.09 | 167.84 | 0.99 | 0.46 |
| Hex | 1 | E9 | BA | 64 | 0 | 14 | 9 | A8 | 63 | 2E |
| Octal | 1 | 351 | 272 | 144 | 0 | 24 | 11 | 250 | 143 | 56 |
| Binary | 1 | 11101001 | 10111010 | 1100100 | 0 | 10100 | 1001 | 10101000 | 1100011 | 101110 |
Color Harmonies of #01E9BA
Complementary color
Monochromatic Colors of #01E9BA
Black with #01E9BA
Text Example
Text Example
White with #01E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E9BA; }
p { color: rgb(1,233,186); }
H1.HeaderClassName
{
color: #01E9BA;
}
.AnyTagClassName
{
color: #01E9BA;
}
</style>
background-color css
<style>
a { background-color: #01E9BA; }
a { background-color: rgb(1,233,186); }
div.DivClassName
{
background-color: #01E9BA;
}
.BgClassName
{
background-color: #01E9BA;
}
</style>
border-color css
<style>
span { border-color: #01E9BA; }
span { border-color: rgb(1,233,186); }
td.TdClassName
{
border-color: #01E9BA;
}
.TagClassName
{
border-color: #01E9BA;
}
</style>