Shades of Robin's Egg Blue #07CCC2
Tints of Robin's Egg Blue #07CCC2
RGB
CMYK
RGB Variations
Color information
#07CCC2 (or 0x07CCC2) is known color: Robin's Egg Blue. HEX triplet: 07, CC and C2. RGB value is (7,204,194). Sum of RGB (Red+Green+Blue) = 7+204+194=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #07CCC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CCC2 is #F8333D. Grayscale: #8F8F8F. Windows color (decimal): -16266046 or 12766215. OLE color: 12766215.
HSL color Cylindrical-coordinate representation of color #07CCC2: hue angle of 176.95º 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 #07CCC2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 194 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.2 |
| HSL | 176.95º | 0.93% | 0.41% | - |
| HSV(B) | 176.95º | 0.97% | 0.8% | - |
| XYZ | 31.42 | 47.13 | 58.48 | - |
| YUV | 143.96 | 156.23 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 194 | 0.97 | 0 | 0.05 | 0.2 | 176.95 | 0.93 | 0.41 |
| Hex | 7 | CC | C2 | 61 | 0 | 5 | 14 | B1 | 5D | 29 |
| Octal | 7 | 314 | 302 | 141 | 0 | 5 | 24 | 261 | 135 | 51 |
| Binary | 111 | 11001100 | 11000010 | 1100001 | 0 | 101 | 10100 | 10110001 | 1011101 | 101001 |
Color Harmonies of #07CCC2
Complementary color
Monochromatic Colors of #07CCC2
Black with #07CCC2
Text Example
Text Example
White with #07CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CCC2; }
p { color: rgb(7,204,194); }
H1.HeaderClassName
{
color: #07CCC2;
}
.AnyTagClassName
{
color: #07CCC2;
}
</style>
background-color css
<style>
a { background-color: #07CCC2; }
a { background-color: rgb(7,204,194); }
div.DivClassName
{
background-color: #07CCC2;
}
.BgClassName
{
background-color: #07CCC2;
}
</style>
border-color css
<style>
span { border-color: #07CCC2; }
span { border-color: rgb(7,204,194); }
td.TdClassName
{
border-color: #07CCC2;
}
.TagClassName
{
border-color: #07CCC2;
}
</style>