Shades of Robin's Egg Blue #0CC6CC
Tints of Robin's Egg Blue #0CC6CC
RGB
CMYK
RGB Variations
Color information
#0CC6CC (or 0x0CC6CC) is known color: Robin's Egg Blue. HEX triplet: 0C, C6 and CC. RGB value is (12,198,204). Sum of RGB (Red+Green+Blue) = 12+198+204=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CC6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC6CC is #F33933. Grayscale: #8E8E8E. Windows color (decimal): -15939892 or 13420044. OLE color: 13420044.
HSL color Cylindrical-coordinate representation of color #0CC6CC: hue angle of 181.88º 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 #0CC6CC is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 198 | 204 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.2 |
| HSL | 181.88º | 0.89% | 0.42% | - |
| HSV(B) | 181.88º | 0.94% | 0.8% | - |
| XYZ | 31.24 | 44.83 | 64.13 | - |
| YUV | 143.07 | 162.38 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 198 | 204 | 0.94 | 0.03 | 0 | 0.2 | 181.88 | 0.89 | 0.42 |
| Hex | C | C6 | CC | 5E | 3 | 0 | 14 | B6 | 59 | 2A |
| Octal | 14 | 306 | 314 | 136 | 3 | 0 | 24 | 266 | 131 | 52 |
| Binary | 1100 | 11000110 | 11001100 | 1011110 | 11 | 0 | 10100 | 10110110 | 1011001 | 101010 |
Color Harmonies of #0CC6CC
Complementary color
Monochromatic Colors of #0CC6CC
Black with #0CC6CC
Text Example
Text Example
White with #0CC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC6CC; }
p { color: rgb(12,198,204); }
H1.HeaderClassName
{
color: #0CC6CC;
}
.AnyTagClassName
{
color: #0CC6CC;
}
</style>
background-color css
<style>
a { background-color: #0CC6CC; }
a { background-color: rgb(12,198,204); }
div.DivClassName
{
background-color: #0CC6CC;
}
.BgClassName
{
background-color: #0CC6CC;
}
</style>
border-color css
<style>
span { border-color: #0CC6CC; }
span { border-color: rgb(12,198,204); }
td.TdClassName
{
border-color: #0CC6CC;
}
.TagClassName
{
border-color: #0CC6CC;
}
</style>