Shades of Robin's Egg Blue #07CEBA
Tints of Robin's Egg Blue #07CEBA
RGB
CMYK
RGB Variations
Color information
#07CEBA (or 0x07CEBA) is known color: Robin's Egg Blue. HEX triplet: 07, CE and BA. RGB value is (7,206,186). Sum of RGB (Red+Green+Blue) = 7+206+186=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #07CEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CEBA is #F83145. Grayscale: #909090. Windows color (decimal): -16265542 or 12242439. OLE color: 12242439.
HSL color Cylindrical-coordinate representation of color #07CEBA: hue angle of 173.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CEBA is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 186 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.19 |
| HSL | 173.97º | 0.93% | 0.42% | - |
| HSV(B) | 173.97º | 0.97% | 0.81% | - |
| XYZ | 31.02 | 47.73 | 54.03 | - |
| YUV | 144.22 | 151.57 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 186 | 0.97 | 0 | 0.10 | 0.19 | 173.97 | 0.93 | 0.42 |
| Hex | 7 | CE | BA | 61 | 0 | A | 13 | AE | 5D | 2A |
| Octal | 7 | 316 | 272 | 141 | 0 | 12 | 23 | 256 | 135 | 52 |
| Binary | 111 | 11001110 | 10111010 | 1100001 | 0 | 1010 | 10011 | 10101110 | 1011101 | 101010 |
Color Harmonies of #07CEBA
Complementary color
Monochromatic Colors of #07CEBA
Black with #07CEBA
Text Example
Text Example
White with #07CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CEBA; }
p { color: rgb(7,206,186); }
H1.HeaderClassName
{
color: #07CEBA;
}
.AnyTagClassName
{
color: #07CEBA;
}
</style>
background-color css
<style>
a { background-color: #07CEBA; }
a { background-color: rgb(7,206,186); }
div.DivClassName
{
background-color: #07CEBA;
}
.BgClassName
{
background-color: #07CEBA;
}
</style>
border-color css
<style>
span { border-color: #07CEBA; }
span { border-color: rgb(7,206,186); }
td.TdClassName
{
border-color: #07CEBA;
}
.TagClassName
{
border-color: #07CEBA;
}
</style>