Shades of Robin's Egg Blue #00CDC1
Tints of Robin's Egg Blue #00CDC1
RGB
CMYK
RGB Variations
Color information
#00CDC1 (or 0x00CDC1) is known color: Robin's Egg Blue. HEX triplet: 00, CD and C1. RGB value is (0,205,193). Sum of RGB (Red+Green+Blue) = 0+205+193=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDC1 is #FF323E. Grayscale: #8E8E8E. Windows color (decimal): -16724543 or 12700928. OLE color: 12700928.
HSL color Cylindrical-coordinate representation of color #00CDC1: hue angle of 176.49º 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 #00CDC1 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 205 | 193 | - |
| CMYK | 1 | 0 | 0.06 | 0.20 |
| HSL | 176.49º | 1% | 0.4% | - |
| HSV(B) | 176.49º | 1% | 0.8% | - |
| XYZ | 31.46 | 47.51 | 57.97 | - |
| YUV | 142.34 | 156.58 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 193 | 1 | 0 | 0.06 | 0.20 | 176.49 | 1 | 0.4 |
| Hex | 0 | CD | C1 | 64 | 0 | 6 | 14 | B0 | 64 | 28 |
| Octal | 0 | 315 | 301 | 144 | 0 | 6 | 24 | 260 | 144 | 50 |
| Binary | 0 | 11001101 | 11000001 | 1100100 | 0 | 110 | 10100 | 10110000 | 1100100 | 101000 |
Color Harmonies of #00CDC1
Complementary color
Monochromatic Colors of #00CDC1
Black with #00CDC1
Text Example
Text Example
White with #00CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDC1; }
p { color: rgb(0,205,193); }
H1.HeaderClassName
{
color: #00CDC1;
}
.AnyTagClassName
{
color: #00CDC1;
}
</style>
background-color css
<style>
a { background-color: #00CDC1; }
a { background-color: rgb(0,205,193); }
div.DivClassName
{
background-color: #00CDC1;
}
.BgClassName
{
background-color: #00CDC1;
}
</style>
border-color css
<style>
span { border-color: #00CDC1; }
span { border-color: rgb(0,205,193); }
td.TdClassName
{
border-color: #00CDC1;
}
.TagClassName
{
border-color: #00CDC1;
}
</style>