Shades of Robin's Egg Blue #07C8CC
Tints of Robin's Egg Blue #07C8CC
RGB
CMYK
RGB Variations
Color information
#07C8CC (or 0x07C8CC) is known color: Robin's Egg Blue. HEX triplet: 07, C8 and CC. RGB value is (7,200,204). Sum of RGB (Red+Green+Blue) = 7+200+204=411 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #07C8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C8CC is #F83733. Grayscale: #8E8E8E. Windows color (decimal): -16267060 or 13420551. OLE color: 13420551.
HSL color Cylindrical-coordinate representation of color #07C8CC: hue angle of 181.22º 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 #07C8CC is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 200 | 204 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.2 |
| HSL | 181.22º | 0.93% | 0.41% | - |
| HSV(B) | 181.22º | 0.97% | 0.8% | - |
| XYZ | 31.64 | 45.71 | 64.28 | - |
| YUV | 142.75 | 162.56 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 204 | 0.97 | 0.02 | 0 | 0.2 | 181.22 | 0.93 | 0.41 |
| Hex | 7 | C8 | CC | 61 | 2 | 0 | 14 | B5 | 5D | 29 |
| Octal | 7 | 310 | 314 | 141 | 2 | 0 | 24 | 265 | 135 | 51 |
| Binary | 111 | 11001000 | 11001100 | 1100001 | 10 | 0 | 10100 | 10110101 | 1011101 | 101001 |
Color Harmonies of #07C8CC
Complementary color
Monochromatic Colors of #07C8CC
Black with #07C8CC
Text Example
Text Example
White with #07C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C8CC; }
p { color: rgb(7,200,204); }
H1.HeaderClassName
{
color: #07C8CC;
}
.AnyTagClassName
{
color: #07C8CC;
}
</style>
background-color css
<style>
a { background-color: #07C8CC; }
a { background-color: rgb(7,200,204); }
div.DivClassName
{
background-color: #07C8CC;
}
.BgClassName
{
background-color: #07C8CC;
}
</style>
border-color css
<style>
span { border-color: #07C8CC; }
span { border-color: rgb(7,200,204); }
td.TdClassName
{
border-color: #07C8CC;
}
.TagClassName
{
border-color: #07C8CC;
}
</style>