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