Shades of Robin's Egg Blue #0CC7CC
Tints of Robin's Egg Blue #0CC7CC
RGB
CMYK
RGB Variations
Color information
#0CC7CC (or 0x0CC7CC) is known color: Robin's Egg Blue. HEX triplet: 0C, C7 and CC. RGB value is (12,199,204). Sum of RGB (Red+Green+Blue) = 12+199+204=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CC7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC7CC is #F33833. Grayscale: #8F8F8F. Windows color (decimal): -15939636 or 13420300. OLE color: 13420300.
HSL color Cylindrical-coordinate representation of color #0CC7CC: hue angle of 181.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC7CC is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 199 | 204 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.2 |
| HSL | 181.56º | 0.89% | 0.42% | - |
| HSV(B) | 181.56º | 0.94% | 0.8% | - |
| XYZ | 31.47 | 45.28 | 64.21 | - |
| YUV | 143.66 | 162.05 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 204 | 0.94 | 0.02 | 0 | 0.2 | 181.56 | 0.89 | 0.42 |
| Hex | C | C7 | CC | 5E | 2 | 0 | 14 | B6 | 59 | 2A |
| Octal | 14 | 307 | 314 | 136 | 2 | 0 | 24 | 266 | 131 | 52 |
| Binary | 1100 | 11000111 | 11001100 | 1011110 | 10 | 0 | 10100 | 10110110 | 1011001 | 101010 |
Color Harmonies of #0CC7CC
Complementary color
Monochromatic Colors of #0CC7CC
Black with #0CC7CC
Text Example
Text Example
White with #0CC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC7CC; }
p { color: rgb(12,199,204); }
H1.HeaderClassName
{
color: #0CC7CC;
}
.AnyTagClassName
{
color: #0CC7CC;
}
</style>
background-color css
<style>
a { background-color: #0CC7CC; }
a { background-color: rgb(12,199,204); }
div.DivClassName
{
background-color: #0CC7CC;
}
.BgClassName
{
background-color: #0CC7CC;
}
</style>
border-color css
<style>
span { border-color: #0CC7CC; }
span { border-color: rgb(12,199,204); }
td.TdClassName
{
border-color: #0CC7CC;
}
.TagClassName
{
border-color: #0CC7CC;
}
</style>