Shades of Robin's Egg Blue #00CCCC
Tints of Robin's Egg Blue #00CCCC
RGB
CMYK
RGB Variations
Color information
#00CCCC (or 0x00CCCC) is known color: Robin's Egg Blue. HEX triplet: 00, CC and CC. RGB value is (0,204,204). Sum of RGB (Red+Green+Blue) = 0+204+204=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #00CCCC is a web safe color. Inversed color of #00CCCC is #FF3333. Grayscale: #8E8E8E. Windows color (decimal): -16724788 or 13421568. OLE color: 13421568.
HSL color Cylindrical-coordinate representation of color #00CCCC: 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 #00CCCC is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 0 | 204 | 204 | - |
CMYK | 1 | 0 | 0 | 0.2 |
HSL | 180º | 1% | 0.4% | - |
HSV(B) | 180º | 1% | 0.8% | - |
XYZ | 32.49 | 47.55 | 64.59 | - |
YUV | 143 | 162.41 | 26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 204 | 204 | 1 | 0 | 0 | 0.2 | 180 | 1 | 0.4 |
Hex | 0 | CC | CC | 64 | 0 | 0 | 14 | B4 | 64 | 28 |
Octal | 0 | 314 | 314 | 144 | 0 | 0 | 24 | 264 | 144 | 50 |
Binary | 0 | 11001100 | 11001100 | 1100100 | 0 | 0 | 10100 | 10110100 | 1100100 | 101000 |
Color Harmonies of #00CCCC
Complementary color
Monochromatic Colors of #00CCCC
Black with #00CCCC
Text Example
Text Example
White with #00CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCCC; }
p { color: rgb(0,204,204); }
H1.HeaderClassName
{
color: #00CCCC;
}
.AnyTagClassName
{
color: #00CCCC;
}
</style>
background-color css
<style>
a { background-color: #00CCCC; }
a { background-color: rgb(0,204,204); }
div.DivClassName
{
background-color: #00CCCC;
}
.BgClassName
{
background-color: #00CCCC;
}
</style>
border-color css
<style>
span { border-color: #00CCCC; }
span { border-color: rgb(0,204,204); }
td.TdClassName
{
border-color: #00CCCC;
}
.TagClassName
{
border-color: #00CCCC;
}
</style>