Shades of Robin's Egg Blue #07E2BD
Tints of Robin's Egg Blue #07E2BD
RGB
CMYK
RGB Variations
Color information
#07E2BD (or 0x07E2BD) is known color: Robin's Egg Blue. HEX triplet: 07, E2 and BD. RGB value is (7,226,189). Sum of RGB (Red+Green+Blue) = 7+226+189=422 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #07E2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E2BD is #F81D42. Grayscale: #9C9C9C. Windows color (decimal): -16260419 or 12444167. OLE color: 12444167.
HSL color Cylindrical-coordinate representation of color #07E2BD: hue angle of 169.86º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E2BD is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 226 | 189 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.11 |
| HSL | 169.86º | 0.94% | 0.46% | - |
| HSV(B) | 169.86º | 0.97% | 0.89% | - |
| XYZ | 36.47 | 58.11 | 57.44 | - |
| YUV | 156.3 | 146.45 | 21.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 226 | 189 | 0.97 | 0 | 0.16 | 0.11 | 169.86 | 0.94 | 0.46 |
| Hex | 7 | E2 | BD | 61 | 0 | 10 | B | AA | 5E | 2E |
| Octal | 7 | 342 | 275 | 141 | 0 | 20 | 13 | 252 | 136 | 56 |
| Binary | 111 | 11100010 | 10111101 | 1100001 | 0 | 10000 | 1011 | 10101010 | 1011110 | 101110 |
Color Harmonies of #07E2BD
Complementary color
Monochromatic Colors of #07E2BD
Black with #07E2BD
Text Example
Text Example
White with #07E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E2BD; }
p { color: rgb(7,226,189); }
H1.HeaderClassName
{
color: #07E2BD;
}
.AnyTagClassName
{
color: #07E2BD;
}
</style>
background-color css
<style>
a { background-color: #07E2BD; }
a { background-color: rgb(7,226,189); }
div.DivClassName
{
background-color: #07E2BD;
}
.BgClassName
{
background-color: #07E2BD;
}
</style>
border-color css
<style>
span { border-color: #07E2BD; }
span { border-color: rgb(7,226,189); }
td.TdClassName
{
border-color: #07E2BD;
}
.TagClassName
{
border-color: #07E2BD;
}
</style>