Shades of Robin's Egg Blue #07E1BA
Tints of Robin's Egg Blue #07E1BA
RGB
CMYK
RGB Variations
Color information
#07E1BA (or 0x07E1BA) is known color: Robin's Egg Blue. HEX triplet: 07, E1 and BA. RGB value is (7,225,186). Sum of RGB (Red+Green+Blue) = 7+225+186=418 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #07E1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E1BA is #F81E45. Grayscale: #9B9B9B. Windows color (decimal): -16260678 or 12247303. OLE color: 12247303.
HSL color Cylindrical-coordinate representation of color #07E1BA: hue angle of 169.27º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E1BA is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 186 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.12 |
| HSL | 169.27º | 0.94% | 0.45% | - |
| HSV(B) | 169.27º | 0.97% | 0.88% | - |
| XYZ | 35.88 | 57.44 | 55.65 | - |
| YUV | 155.37 | 145.28 | 22.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 186 | 0.97 | 0 | 0.17 | 0.12 | 169.27 | 0.94 | 0.45 |
| Hex | 7 | E1 | BA | 61 | 0 | 11 | C | A9 | 5E | 2D |
| Octal | 7 | 341 | 272 | 141 | 0 | 21 | 14 | 251 | 136 | 55 |
| Binary | 111 | 11100001 | 10111010 | 1100001 | 0 | 10001 | 1100 | 10101001 | 1011110 | 101101 |
Color Harmonies of #07E1BA
Complementary color
Monochromatic Colors of #07E1BA
Black with #07E1BA
Text Example
Text Example
White with #07E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E1BA; }
p { color: rgb(7,225,186); }
H1.HeaderClassName
{
color: #07E1BA;
}
.AnyTagClassName
{
color: #07E1BA;
}
</style>
background-color css
<style>
a { background-color: #07E1BA; }
a { background-color: rgb(7,225,186); }
div.DivClassName
{
background-color: #07E1BA;
}
.BgClassName
{
background-color: #07E1BA;
}
</style>
border-color css
<style>
span { border-color: #07E1BA; }
span { border-color: rgb(7,225,186); }
td.TdClassName
{
border-color: #07E1BA;
}
.TagClassName
{
border-color: #07E1BA;
}
</style>