Shades of Robin's Egg Blue #00C5CD
Tints of Robin's Egg Blue #00C5CD
RGB
CMYK
RGB Variations
Color information
#00C5CD (or 0x00C5CD) is known color: Robin's Egg Blue. HEX triplet: 00, C5 and CD. RGB value is (0,197,205). Sum of RGB (Red+Green+Blue) = 0+197+205=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #00C5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C5CD is #FF3A32. Grayscale: #8A8A8A. Windows color (decimal): -16726579 or 13485312. OLE color: 13485312.
HSL color Cylindrical-coordinate representation of color #00C5CD: hue angle of 182.34º 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 #00C5CD is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 197 | 205 | - |
| CMYK | 1 | 0.04 | 0 | 0.20 |
| HSL | 182.34º | 1% | 0.4% | - |
| HSV(B) | 182.34º | 1% | 0.8% | - |
| XYZ | 30.99 | 44.34 | 64.68 | - |
| YUV | 139.01 | 165.23 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 205 | 1 | 0.04 | 0 | 0.20 | 182.34 | 1 | 0.4 |
| Hex | 0 | C5 | CD | 64 | 4 | 0 | 14 | B6 | 64 | 28 |
| Octal | 0 | 305 | 315 | 144 | 4 | 0 | 24 | 266 | 144 | 50 |
| Binary | 0 | 11000101 | 11001101 | 1100100 | 100 | 0 | 10100 | 10110110 | 1100100 | 101000 |
Color Harmonies of #00C5CD
Complementary color
Monochromatic Colors of #00C5CD
Black with #00C5CD
Text Example
Text Example
White with #00C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C5CD; }
p { color: rgb(0,197,205); }
H1.HeaderClassName
{
color: #00C5CD;
}
.AnyTagClassName
{
color: #00C5CD;
}
</style>
background-color css
<style>
a { background-color: #00C5CD; }
a { background-color: rgb(0,197,205); }
div.DivClassName
{
background-color: #00C5CD;
}
.BgClassName
{
background-color: #00C5CD;
}
</style>
border-color css
<style>
span { border-color: #00C5CD; }
span { border-color: rgb(0,197,205); }
td.TdClassName
{
border-color: #00C5CD;
}
.TagClassName
{
border-color: #00C5CD;
}
</style>