Shades of Robin's Egg Blue #07D1CB
Tints of Robin's Egg Blue #07D1CB
RGB
CMYK
RGB Variations
Color information
#07D1CB (or 0x07D1CB) is known color: Robin's Egg Blue. HEX triplet: 07, D1 and CB. RGB value is (7,209,203). Sum of RGB (Red+Green+Blue) = 7+209+203=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #07D1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D1CB is #F82E34. Grayscale: #939393. Windows color (decimal): -16264757 or 13357319. OLE color: 13357319.
HSL color Cylindrical-coordinate representation of color #07D1CB: hue angle of 178.22º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D1CB is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 209 | 203 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.18 |
| HSL | 178.22º | 0.94% | 0.42% | - |
| HSV(B) | 178.22º | 0.97% | 0.82% | - |
| XYZ | 33.67 | 49.96 | 64.37 | - |
| YUV | 147.92 | 159.08 | 27.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 209 | 203 | 0.97 | 0 | 0.03 | 0.18 | 178.22 | 0.94 | 0.42 |
| Hex | 7 | D1 | CB | 61 | 0 | 3 | 12 | B2 | 5E | 2A |
| Octal | 7 | 321 | 313 | 141 | 0 | 3 | 22 | 262 | 136 | 52 |
| Binary | 111 | 11010001 | 11001011 | 1100001 | 0 | 11 | 10010 | 10110010 | 1011110 | 101010 |
Color Harmonies of #07D1CB
Complementary color
Monochromatic Colors of #07D1CB
Black with #07D1CB
Text Example
Text Example
White with #07D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D1CB; }
p { color: rgb(7,209,203); }
H1.HeaderClassName
{
color: #07D1CB;
}
.AnyTagClassName
{
color: #07D1CB;
}
</style>
background-color css
<style>
a { background-color: #07D1CB; }
a { background-color: rgb(7,209,203); }
div.DivClassName
{
background-color: #07D1CB;
}
.BgClassName
{
background-color: #07D1CB;
}
</style>
border-color css
<style>
span { border-color: #07D1CB; }
span { border-color: rgb(7,209,203); }
td.TdClassName
{
border-color: #07D1CB;
}
.TagClassName
{
border-color: #07D1CB;
}
</style>