Shades of Robin's Egg Blue #07E0BD
Tints of Robin's Egg Blue #07E0BD
RGB
CMYK
RGB Variations
Color information
#07E0BD (or 0x07E0BD) is known color: Robin's Egg Blue. HEX triplet: 07, E0 and BD. RGB value is (7,224,189). Sum of RGB (Red+Green+Blue) = 7+224+189=420 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #07E0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E0BD is #F81F42. Grayscale: #9B9B9B. Windows color (decimal): -16260931 or 12443655. OLE color: 12443655.
HSL color Cylindrical-coordinate representation of color #07E0BD: hue angle of 170.32º 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 #07E0BD is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 189 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.12 |
| HSL | 170.32º | 0.94% | 0.45% | - |
| HSV(B) | 170.32º | 0.97% | 0.88% | - |
| XYZ | 35.93 | 57.03 | 57.26 | - |
| YUV | 155.13 | 147.11 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 189 | 0.97 | 0 | 0.16 | 0.12 | 170.32 | 0.94 | 0.45 |
| Hex | 7 | E0 | BD | 61 | 0 | 10 | C | AA | 5E | 2D |
| Octal | 7 | 340 | 275 | 141 | 0 | 20 | 14 | 252 | 136 | 55 |
| Binary | 111 | 11100000 | 10111101 | 1100001 | 0 | 10000 | 1100 | 10101010 | 1011110 | 101101 |
Color Harmonies of #07E0BD
Complementary color
Monochromatic Colors of #07E0BD
Black with #07E0BD
Text Example
Text Example
White with #07E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E0BD; }
p { color: rgb(7,224,189); }
H1.HeaderClassName
{
color: #07E0BD;
}
.AnyTagClassName
{
color: #07E0BD;
}
</style>
background-color css
<style>
a { background-color: #07E0BD; }
a { background-color: rgb(7,224,189); }
div.DivClassName
{
background-color: #07E0BD;
}
.BgClassName
{
background-color: #07E0BD;
}
</style>
border-color css
<style>
span { border-color: #07E0BD; }
span { border-color: rgb(7,224,189); }
td.TdClassName
{
border-color: #07E0BD;
}
.TagClassName
{
border-color: #07E0BD;
}
</style>