Shades of Robin's Egg Blue #07D6CB
Tints of Robin's Egg Blue #07D6CB
RGB
CMYK
RGB Variations
Color information
#07D6CB (or 0x07D6CB) is known color: Robin's Egg Blue. HEX triplet: 07, D6 and CB. RGB value is (7,214,203). Sum of RGB (Red+Green+Blue) = 7+214+203=424 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #07D6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D6CB is #F82934. Grayscale: #969696. Windows color (decimal): -16263477 or 13358599. OLE color: 13358599.
HSL color Cylindrical-coordinate representation of color #07D6CB: hue angle of 176.81º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D6CB is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 214 | 203 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.16 |
| HSL | 176.81º | 0.94% | 0.43% | - |
| HSV(B) | 176.81º | 0.97% | 0.84% | - |
| XYZ | 34.91 | 52.45 | 64.78 | - |
| YUV | 150.85 | 157.42 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 214 | 203 | 0.97 | 0 | 0.05 | 0.16 | 176.81 | 0.94 | 0.43 |
| Hex | 7 | D6 | CB | 61 | 0 | 5 | 10 | B1 | 5E | 2B |
| Octal | 7 | 326 | 313 | 141 | 0 | 5 | 20 | 261 | 136 | 53 |
| Binary | 111 | 11010110 | 11001011 | 1100001 | 0 | 101 | 10000 | 10110001 | 1011110 | 101011 |
Color Harmonies of #07D6CB
Complementary color
Monochromatic Colors of #07D6CB
Black with #07D6CB
Text Example
Text Example
White with #07D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D6CB; }
p { color: rgb(7,214,203); }
H1.HeaderClassName
{
color: #07D6CB;
}
.AnyTagClassName
{
color: #07D6CB;
}
</style>
background-color css
<style>
a { background-color: #07D6CB; }
a { background-color: rgb(7,214,203); }
div.DivClassName
{
background-color: #07D6CB;
}
.BgClassName
{
background-color: #07D6CB;
}
</style>
border-color css
<style>
span { border-color: #07D6CB; }
span { border-color: rgb(7,214,203); }
td.TdClassName
{
border-color: #07D6CB;
}
.TagClassName
{
border-color: #07D6CB;
}
</style>