Shades of Robin's Egg Blue #0CCECC
Tints of Robin's Egg Blue #0CCECC
RGB
CMYK
RGB Variations
Color information
#0CCECC (or 0x0CCECC) is known color: Robin's Egg Blue. HEX triplet: 0C, CE and CC. RGB value is (12,206,204). Sum of RGB (Red+Green+Blue) = 12+206+204=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCECC is #F33133. Grayscale: #939393. Windows color (decimal): -15937844 or 13422092. OLE color: 13422092.
HSL color Cylindrical-coordinate representation of color #0CCECC: hue angle of 179.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCECC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 204 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.19 |
| HSL | 179.38º | 0.89% | 0.43% | - |
| HSV(B) | 179.38º | 0.94% | 0.81% | - |
| XYZ | 33.12 | 48.58 | 64.76 | - |
| YUV | 147.77 | 159.73 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 204 | 0.94 | 0 | 0.01 | 0.19 | 179.38 | 0.89 | 0.43 |
| Hex | C | CE | CC | 5E | 0 | 1 | 13 | B3 | 59 | 2B |
| Octal | 14 | 316 | 314 | 136 | 0 | 1 | 23 | 263 | 131 | 53 |
| Binary | 1100 | 11001110 | 11001100 | 1011110 | 0 | 1 | 10011 | 10110011 | 1011001 | 101011 |
Color Harmonies of #0CCECC
Complementary color
Monochromatic Colors of #0CCECC
Black with #0CCECC
Text Example
Text Example
White with #0CCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCECC; }
p { color: rgb(12,206,204); }
H1.HeaderClassName
{
color: #0CCECC;
}
.AnyTagClassName
{
color: #0CCECC;
}
</style>
background-color css
<style>
a { background-color: #0CCECC; }
a { background-color: rgb(12,206,204); }
div.DivClassName
{
background-color: #0CCECC;
}
.BgClassName
{
background-color: #0CCECC;
}
</style>
border-color css
<style>
span { border-color: #0CCECC; }
span { border-color: rgb(12,206,204); }
td.TdClassName
{
border-color: #0CCECC;
}
.TagClassName
{
border-color: #0CCECC;
}
</style>