Shades of Robin's Egg Blue #07E7BC
Tints of Robin's Egg Blue #07E7BC
RGB
CMYK
RGB Variations
Color information
#07E7BC (or 0x07E7BC) is known color: Robin's Egg Blue. HEX triplet: 07, E7 and BC. RGB value is (7,231,188). Sum of RGB (Red+Green+Blue) = 7+231+188=426 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 426); Green value is 231 (90.62% from 255 or 54.23% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 231 - color contains mainly: green. Hex color #07E7BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07E7BC is #F81843. Grayscale: #9F9F9F. Windows color (decimal): -16259140 or 12379911. OLE color: 12379911.
HSL color Cylindrical-coordinate representation of color #07E7BC: hue angle of 168.48º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E7BC is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 231 | 188 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.09 |
| HSL | 168.48º | 0.94% | 0.47% | - |
| HSV(B) | 168.48º | 0.97% | 0.91% | - |
| XYZ | 37.74 | 60.83 | 57.33 | - |
| YUV | 159.12 | 144.29 | 19.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 188 | 0.97 | 0 | 0.19 | 0.09 | 168.48 | 0.94 | 0.47 |
| Hex | 7 | E7 | BC | 61 | 0 | 13 | 9 | A8 | 5E | 2F |
| Octal | 7 | 347 | 274 | 141 | 0 | 23 | 11 | 250 | 136 | 57 |
| Binary | 111 | 11100111 | 10111100 | 1100001 | 0 | 10011 | 1001 | 10101000 | 1011110 | 101111 |
Color Harmonies of #07E7BC
Complementary color
Monochromatic Colors of #07E7BC
Black with #07E7BC
Text Example
Text Example
White with #07E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E7BC; }
p { color: rgb(7,231,188); }
H1.HeaderClassName
{
color: #07E7BC;
}
.AnyTagClassName
{
color: #07E7BC;
}
</style>
background-color css
<style>
a { background-color: #07E7BC; }
a { background-color: rgb(7,231,188); }
div.DivClassName
{
background-color: #07E7BC;
}
.BgClassName
{
background-color: #07E7BC;
}
</style>
border-color css
<style>
span { border-color: #07E7BC; }
span { border-color: rgb(7,231,188); }
td.TdClassName
{
border-color: #07E7BC;
}
.TagClassName
{
border-color: #07E7BC;
}
</style>