Shades of Robin's Egg Blue #0CC5CC
Tints of Robin's Egg Blue #0CC5CC
RGB
CMYK
RGB Variations
Color information
#0CC5CC (or 0x0CC5CC) is known color: Robin's Egg Blue. HEX triplet: 0C, C5 and CC. RGB value is (12,197,204). Sum of RGB (Red+Green+Blue) = 12+197+204=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CC5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC5CC is #F33A33. Grayscale: #8E8E8E. Windows color (decimal): -15940148 or 13419788. OLE color: 13419788.
HSL color Cylindrical-coordinate representation of color #0CC5CC: hue angle of 182.19º 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 #0CC5CC is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 197 | 204 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.2 |
| HSL | 182.19º | 0.89% | 0.42% | - |
| HSV(B) | 182.19º | 0.94% | 0.8% | - |
| XYZ | 31.02 | 44.37 | 64.06 | - |
| YUV | 142.48 | 162.71 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 197 | 204 | 0.94 | 0.03 | 0 | 0.2 | 182.19 | 0.89 | 0.42 |
| Hex | C | C5 | CC | 5E | 3 | 0 | 14 | B6 | 59 | 2A |
| Octal | 14 | 305 | 314 | 136 | 3 | 0 | 24 | 266 | 131 | 52 |
| Binary | 1100 | 11000101 | 11001100 | 1011110 | 11 | 0 | 10100 | 10110110 | 1011001 | 101010 |
Color Harmonies of #0CC5CC
Complementary color
Monochromatic Colors of #0CC5CC
Black with #0CC5CC
Text Example
Text Example
White with #0CC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC5CC; }
p { color: rgb(12,197,204); }
H1.HeaderClassName
{
color: #0CC5CC;
}
.AnyTagClassName
{
color: #0CC5CC;
}
</style>
background-color css
<style>
a { background-color: #0CC5CC; }
a { background-color: rgb(12,197,204); }
div.DivClassName
{
background-color: #0CC5CC;
}
.BgClassName
{
background-color: #0CC5CC;
}
</style>
border-color css
<style>
span { border-color: #0CC5CC; }
span { border-color: rgb(12,197,204); }
td.TdClassName
{
border-color: #0CC5CC;
}
.TagClassName
{
border-color: #0CC5CC;
}
</style>