Shades of Robin's Egg Blue #07CDC0
Tints of Robin's Egg Blue #07CDC0
RGB
CMYK
RGB Variations
Color information
#07CDC0 (or 0x07CDC0) is known color: Robin's Egg Blue. HEX triplet: 07, CD and C0. RGB value is (7,205,192). Sum of RGB (Red+Green+Blue) = 7+205+192=404 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #07CDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CDC0 is #F8323F. Grayscale: #909090. Windows color (decimal): -16265792 or 12635399. OLE color: 12635399.
HSL color Cylindrical-coordinate representation of color #07CDC0: hue angle of 176.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CDC0 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 205 | 192 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.20 |
| HSL | 176.06º | 0.93% | 0.42% | - |
| HSV(B) | 176.06º | 0.97% | 0.8% | - |
| XYZ | 31.43 | 47.51 | 57.38 | - |
| YUV | 144.32 | 154.9 | 30.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 192 | 0.97 | 0 | 0.06 | 0.20 | 176.06 | 0.93 | 0.42 |
| Hex | 7 | CD | C0 | 61 | 0 | 6 | 14 | B0 | 5D | 2A |
| Octal | 7 | 315 | 300 | 141 | 0 | 6 | 24 | 260 | 135 | 52 |
| Binary | 111 | 11001101 | 11000000 | 1100001 | 0 | 110 | 10100 | 10110000 | 1011101 | 101010 |
Color Harmonies of #07CDC0
Complementary color
Monochromatic Colors of #07CDC0
Black with #07CDC0
Text Example
Text Example
White with #07CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDC0; }
p { color: rgb(7,205,192); }
H1.HeaderClassName
{
color: #07CDC0;
}
.AnyTagClassName
{
color: #07CDC0;
}
</style>
background-color css
<style>
a { background-color: #07CDC0; }
a { background-color: rgb(7,205,192); }
div.DivClassName
{
background-color: #07CDC0;
}
.BgClassName
{
background-color: #07CDC0;
}
</style>
border-color css
<style>
span { border-color: #07CDC0; }
span { border-color: rgb(7,205,192); }
td.TdClassName
{
border-color: #07CDC0;
}
.TagClassName
{
border-color: #07CDC0;
}
</style>