Shades of Robin's Egg Blue #07C2BD
Tints of Robin's Egg Blue #07C2BD
RGB
CMYK
RGB Variations
Color information
#07C2BD (or 0x07C2BD) is known color: Robin's Egg Blue. HEX triplet: 07, C2 and BD. RGB value is (7,194,189). Sum of RGB (Red+Green+Blue) = 7+194+189=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #07C2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C2BD is #F83D42. Grayscale: #898989. Windows color (decimal): -16268611 or 12435975. OLE color: 12435975.
HSL color Cylindrical-coordinate representation of color #07C2BD: hue angle of 178.4º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C2BD is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 189 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.24 |
| HSL | 178.4º | 0.93% | 0.39% | - |
| HSV(B) | 178.4º | 0.96% | 0.76% | - |
| XYZ | 28.56 | 42.3 | 54.8 | - |
| YUV | 137.52 | 157.05 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 189 | 0.96 | 0 | 0.03 | 0.24 | 178.4 | 0.93 | 0.39 |
| Hex | 7 | C2 | BD | 60 | 0 | 3 | 18 | B2 | 5D | 27 |
| Octal | 7 | 302 | 275 | 140 | 0 | 3 | 30 | 262 | 135 | 47 |
| Binary | 111 | 11000010 | 10111101 | 1100000 | 0 | 11 | 11000 | 10110010 | 1011101 | 100111 |
Color Harmonies of #07C2BD
Complementary color
Monochromatic Colors of #07C2BD
Black with #07C2BD
Text Example
Text Example
White with #07C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C2BD; }
p { color: rgb(7,194,189); }
H1.HeaderClassName
{
color: #07C2BD;
}
.AnyTagClassName
{
color: #07C2BD;
}
</style>
background-color css
<style>
a { background-color: #07C2BD; }
a { background-color: rgb(7,194,189); }
div.DivClassName
{
background-color: #07C2BD;
}
.BgClassName
{
background-color: #07C2BD;
}
</style>
border-color css
<style>
span { border-color: #07C2BD; }
span { border-color: rgb(7,194,189); }
td.TdClassName
{
border-color: #07C2BD;
}
.TagClassName
{
border-color: #07C2BD;
}
</style>