Shades of Robin's Egg Blue #0CC7CB
Tints of Robin's Egg Blue #0CC7CB
RGB
CMYK
RGB Variations
Color information
#0CC7CB (or 0x0CC7CB) is known color: Robin's Egg Blue. HEX triplet: 0C, C7 and CB. RGB value is (12,199,203). Sum of RGB (Red+Green+Blue) = 12+199+203=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CC7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC7CB is #F33834. Grayscale: #8F8F8F. Windows color (decimal): -15939637 or 13354764. OLE color: 13354764.
HSL color Cylindrical-coordinate representation of color #0CC7CB: hue angle of 181.26º 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 #0CC7CB is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 199 | 203 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.20 |
| HSL | 181.26º | 0.89% | 0.42% | - |
| HSV(B) | 181.26º | 0.94% | 0.8% | - |
| XYZ | 31.35 | 45.24 | 63.58 | - |
| YUV | 143.54 | 161.55 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 203 | 0.94 | 0.02 | 0 | 0.20 | 181.26 | 0.89 | 0.42 |
| Hex | C | C7 | CB | 5E | 2 | 0 | 14 | B5 | 59 | 2A |
| Octal | 14 | 307 | 313 | 136 | 2 | 0 | 24 | 265 | 131 | 52 |
| Binary | 1100 | 11000111 | 11001011 | 1011110 | 10 | 0 | 10100 | 10110101 | 1011001 | 101010 |
Color Harmonies of #0CC7CB
Complementary color
Monochromatic Colors of #0CC7CB
Black with #0CC7CB
Text Example
Text Example
White with #0CC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC7CB; }
p { color: rgb(12,199,203); }
H1.HeaderClassName
{
color: #0CC7CB;
}
.AnyTagClassName
{
color: #0CC7CB;
}
</style>
background-color css
<style>
a { background-color: #0CC7CB; }
a { background-color: rgb(12,199,203); }
div.DivClassName
{
background-color: #0CC7CB;
}
.BgClassName
{
background-color: #0CC7CB;
}
</style>
border-color css
<style>
span { border-color: #0CC7CB; }
span { border-color: rgb(12,199,203); }
td.TdClassName
{
border-color: #0CC7CB;
}
.TagClassName
{
border-color: #0CC7CB;
}
</style>