Shades of Robin's Egg Blue #07C2CF
Tints of Robin's Egg Blue #07C2CF
RGB
CMYK
RGB Variations
Color information
#07C2CF (or 0x07C2CF) is known color: Robin's Egg Blue. HEX triplet: 07, C2 and CF. RGB value is (7,194,207). Sum of RGB (Red+Green+Blue) = 7+194+207=408 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #07C2CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C2CF is #F83D30. Grayscale: #8B8B8B. Windows color (decimal): -16268593 or 13615623. OLE color: 13615623.
HSL color Cylindrical-coordinate representation of color #07C2CF: hue angle of 183.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C2CF is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 194 | 207 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.19 |
| HSL | 183.9º | 0.93% | 0.42% | - |
| HSV(B) | 183.9º | 0.97% | 0.81% | - |
| XYZ | 30.64 | 43.13 | 65.74 | - |
| YUV | 139.57 | 166.05 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 207 | 0.97 | 0.06 | 0 | 0.19 | 183.9 | 0.93 | 0.42 |
| Hex | 7 | C2 | CF | 61 | 6 | 0 | 13 | B8 | 5D | 2A |
| Octal | 7 | 302 | 317 | 141 | 6 | 0 | 23 | 270 | 135 | 52 |
| Binary | 111 | 11000010 | 11001111 | 1100001 | 110 | 0 | 10011 | 10111000 | 1011101 | 101010 |
Color Harmonies of #07C2CF
Complementary color
Monochromatic Colors of #07C2CF
Black with #07C2CF
Text Example
Text Example
White with #07C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C2CF; }
p { color: rgb(7,194,207); }
H1.HeaderClassName
{
color: #07C2CF;
}
.AnyTagClassName
{
color: #07C2CF;
}
</style>
background-color css
<style>
a { background-color: #07C2CF; }
a { background-color: rgb(7,194,207); }
div.DivClassName
{
background-color: #07C2CF;
}
.BgClassName
{
background-color: #07C2CF;
}
</style>
border-color css
<style>
span { border-color: #07C2CF; }
span { border-color: rgb(7,194,207); }
td.TdClassName
{
border-color: #07C2CF;
}
.TagClassName
{
border-color: #07C2CF;
}
</style>