Shades of Robin's Egg Blue #00C7CB
Tints of Robin's Egg Blue #00C7CB
RGB
CMYK
RGB Variations
Color information
#00C7CB (or 0x00C7CB) is known color: Robin's Egg Blue. HEX triplet: 00, C7 and CB. RGB value is (0,199,203). Sum of RGB (Red+Green+Blue) = 0+199+203=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #00C7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C7CB is #FF3834. Grayscale: #8B8B8B. Windows color (decimal): -16726069 or 13354752. OLE color: 13354752.
HSL color Cylindrical-coordinate representation of color #00C7CB: hue angle of 181.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C7CB is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 199 | 203 | - |
| CMYK | 1 | 0.02 | 0 | 0.20 |
| HSL | 181.18º | 1% | 0.4% | - |
| HSV(B) | 181.18º | 1% | 0.8% | - |
| XYZ | 31.2 | 45.16 | 63.57 | - |
| YUV | 139.96 | 163.57 | 28.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 199 | 203 | 1 | 0.02 | 0 | 0.20 | 181.18 | 1 | 0.4 |
| Hex | 0 | C7 | CB | 64 | 2 | 0 | 14 | B5 | 64 | 28 |
| Octal | 0 | 307 | 313 | 144 | 2 | 0 | 24 | 265 | 144 | 50 |
| Binary | 0 | 11000111 | 11001011 | 1100100 | 10 | 0 | 10100 | 10110101 | 1100100 | 101000 |
Color Harmonies of #00C7CB
Complementary color
Monochromatic Colors of #00C7CB
Black with #00C7CB
Text Example
Text Example
White with #00C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C7CB; }
p { color: rgb(0,199,203); }
H1.HeaderClassName
{
color: #00C7CB;
}
.AnyTagClassName
{
color: #00C7CB;
}
</style>
background-color css
<style>
a { background-color: #00C7CB; }
a { background-color: rgb(0,199,203); }
div.DivClassName
{
background-color: #00C7CB;
}
.BgClassName
{
background-color: #00C7CB;
}
</style>
border-color css
<style>
span { border-color: #00C7CB; }
span { border-color: rgb(0,199,203); }
td.TdClassName
{
border-color: #00C7CB;
}
.TagClassName
{
border-color: #00C7CB;
}
</style>