Shades of Robin's Egg Blue #07CBB7
Tints of Robin's Egg Blue #07CBB7
RGB
CMYK
RGB Variations
Color information
#07CBB7 (or 0x07CBB7) is known color: Robin's Egg Blue. HEX triplet: 07, CB and B7. RGB value is (7,203,183). Sum of RGB (Red+Green+Blue) = 7+203+183=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #07CBB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBB7 is #F83448. Grayscale: #8E8E8E. Windows color (decimal): -16266313 or 12045063. OLE color: 12045063.
HSL color Cylindrical-coordinate representation of color #07CBB7: hue angle of 173.88º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBB7 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 183 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.20 |
| HSL | 173.88º | 0.93% | 0.41% | - |
| HSV(B) | 173.88º | 0.97% | 0.8% | - |
| XYZ | 29.99 | 46.18 | 52.13 | - |
| YUV | 142.12 | 151.07 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 183 | 0.97 | 0 | 0.10 | 0.20 | 173.88 | 0.93 | 0.41 |
| Hex | 7 | CB | B7 | 61 | 0 | A | 14 | AE | 5D | 29 |
| Octal | 7 | 313 | 267 | 141 | 0 | 12 | 24 | 256 | 135 | 51 |
| Binary | 111 | 11001011 | 10110111 | 1100001 | 0 | 1010 | 10100 | 10101110 | 1011101 | 101001 |
Color Harmonies of #07CBB7
Complementary color
Monochromatic Colors of #07CBB7
Black with #07CBB7
Text Example
Text Example
White with #07CBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBB7; }
p { color: rgb(7,203,183); }
H1.HeaderClassName
{
color: #07CBB7;
}
.AnyTagClassName
{
color: #07CBB7;
}
</style>
background-color css
<style>
a { background-color: #07CBB7; }
a { background-color: rgb(7,203,183); }
div.DivClassName
{
background-color: #07CBB7;
}
.BgClassName
{
background-color: #07CBB7;
}
</style>
border-color css
<style>
span { border-color: #07CBB7; }
span { border-color: rgb(7,203,183); }
td.TdClassName
{
border-color: #07CBB7;
}
.TagClassName
{
border-color: #07CBB7;
}
</style>