Shades of Robin's Egg Blue #07CABA
Tints of Robin's Egg Blue #07CABA
RGB
CMYK
RGB Variations
Color information
#07CABA (or 0x07CABA) is known color: Robin's Egg Blue. HEX triplet: 07, CA and BA. RGB value is (7,202,186). Sum of RGB (Red+Green+Blue) = 7+202+186=395 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #07CABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CABA is #F83545. Grayscale: #8D8D8D. Windows color (decimal): -16266566 or 12241415. OLE color: 12241415.
HSL color Cylindrical-coordinate representation of color #07CABA: hue angle of 175.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CABA is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 186 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.21 |
| HSL | 175.08º | 0.93% | 0.41% | - |
| HSV(B) | 175.08º | 0.97% | 0.79% | - |
| XYZ | 30.07 | 45.83 | 53.72 | - |
| YUV | 141.87 | 152.9 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 186 | 0.97 | 0 | 0.08 | 0.21 | 175.08 | 0.93 | 0.41 |
| Hex | 7 | CA | BA | 61 | 0 | 8 | 15 | AF | 5D | 29 |
| Octal | 7 | 312 | 272 | 141 | 0 | 10 | 25 | 257 | 135 | 51 |
| Binary | 111 | 11001010 | 10111010 | 1100001 | 0 | 1000 | 10101 | 10101111 | 1011101 | 101001 |
Color Harmonies of #07CABA
Complementary color
Monochromatic Colors of #07CABA
Black with #07CABA
Text Example
Text Example
White with #07CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CABA; }
p { color: rgb(7,202,186); }
H1.HeaderClassName
{
color: #07CABA;
}
.AnyTagClassName
{
color: #07CABA;
}
</style>
background-color css
<style>
a { background-color: #07CABA; }
a { background-color: rgb(7,202,186); }
div.DivClassName
{
background-color: #07CABA;
}
.BgClassName
{
background-color: #07CABA;
}
</style>
border-color css
<style>
span { border-color: #07CABA; }
span { border-color: rgb(7,202,186); }
td.TdClassName
{
border-color: #07CABA;
}
.TagClassName
{
border-color: #07CABA;
}
</style>