Shades of Robin's Egg Blue #00CDCD
Tints of Robin's Egg Blue #00CDCD
RGB
CMYK
RGB Variations
Color information
#00CDCD (or 0x00CDCD) is known color: Robin's Egg Blue. HEX triplet: 00, CD and CD. RGB value is (0,205,205). Sum of RGB (Red+Green+Blue) = 0+205+205=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #00CDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDCD is #FF3232. Grayscale: #8F8F8F. Windows color (decimal): -16724531 or 13487360. OLE color: 13487360.
HSL color Cylindrical-coordinate representation of color #00CDCD: hue angle of 180º 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 #00CDCD is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 205 | 205 | - |
| CMYK | 1 | 0 | 0 | 0.20 |
| HSL | 180º | 1% | 0.4% | - |
| HSV(B) | 180º | 1% | 0.8% | - |
| XYZ | 32.85 | 48.07 | 65.3 | - |
| YUV | 143.71 | 162.58 | 25.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 205 | 1 | 0 | 0 | 0.20 | 180 | 1 | 0.4 |
| Hex | 0 | CD | CD | 64 | 0 | 0 | 14 | B4 | 64 | 28 |
| Octal | 0 | 315 | 315 | 144 | 0 | 0 | 24 | 264 | 144 | 50 |
| Binary | 0 | 11001101 | 11001101 | 1100100 | 0 | 0 | 10100 | 10110100 | 1100100 | 101000 |
Color Harmonies of #00CDCD
Complementary color
Monochromatic Colors of #00CDCD
Black with #00CDCD
Text Example
Text Example
White with #00CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDCD; }
p { color: rgb(0,205,205); }
H1.HeaderClassName
{
color: #00CDCD;
}
.AnyTagClassName
{
color: #00CDCD;
}
</style>
background-color css
<style>
a { background-color: #00CDCD; }
a { background-color: rgb(0,205,205); }
div.DivClassName
{
background-color: #00CDCD;
}
.BgClassName
{
background-color: #00CDCD;
}
</style>
border-color css
<style>
span { border-color: #00CDCD; }
span { border-color: rgb(0,205,205); }
td.TdClassName
{
border-color: #00CDCD;
}
.TagClassName
{
border-color: #00CDCD;
}
</style>