Shades of Robin's Egg Blue #00C7CD
Tints of Robin's Egg Blue #00C7CD
RGB
CMYK
RGB Variations
Color information
#00C7CD (or 0x00C7CD) is known color: Robin's Egg Blue. HEX triplet: 00, C7 and CD. RGB value is (0,199,205). Sum of RGB (Red+Green+Blue) = 0+199+205=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #00C7CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C7CD is #FF3832. Grayscale: #8B8B8B. Windows color (decimal): -16726067 or 13485824. OLE color: 13485824.
HSL color Cylindrical-coordinate representation of color #00C7CD: hue angle of 181.76º 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 #00C7CD is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 199 | 205 | - |
| CMYK | 1 | 0.03 | 0 | 0.20 |
| HSL | 181.76º | 1% | 0.4% | - |
| HSV(B) | 181.76º | 1% | 0.8% | - |
| XYZ | 31.44 | 45.25 | 64.84 | - |
| YUV | 140.18 | 164.57 | 28.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 199 | 205 | 1 | 0.03 | 0 | 0.20 | 181.76 | 1 | 0.4 |
| Hex | 0 | C7 | CD | 64 | 3 | 0 | 14 | B6 | 64 | 28 |
| Octal | 0 | 307 | 315 | 144 | 3 | 0 | 24 | 266 | 144 | 50 |
| Binary | 0 | 11000111 | 11001101 | 1100100 | 11 | 0 | 10100 | 10110110 | 1100100 | 101000 |
Color Harmonies of #00C7CD
Complementary color
Monochromatic Colors of #00C7CD
Black with #00C7CD
Text Example
Text Example
White with #00C7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C7CD; }
p { color: rgb(0,199,205); }
H1.HeaderClassName
{
color: #00C7CD;
}
.AnyTagClassName
{
color: #00C7CD;
}
</style>
background-color css
<style>
a { background-color: #00C7CD; }
a { background-color: rgb(0,199,205); }
div.DivClassName
{
background-color: #00C7CD;
}
.BgClassName
{
background-color: #00C7CD;
}
</style>
border-color css
<style>
span { border-color: #00C7CD; }
span { border-color: rgb(0,199,205); }
td.TdClassName
{
border-color: #00C7CD;
}
.TagClassName
{
border-color: #00C7CD;
}
</style>