Shades of Robin's Egg Blue #0CCBBC
Tints of Robin's Egg Blue #0CCBBC
RGB
CMYK
RGB Variations
Color information
#0CCBBC (or 0x0CCBBC) is known color: Robin's Egg Blue. HEX triplet: 0C, CB and BC. RGB value is (12,203,188). Sum of RGB (Red+Green+Blue) = 12+203+188=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBBC is #F33443. Grayscale: #909090. Windows color (decimal): -15938628 or 12372748. OLE color: 12372748.
HSL color Cylindrical-coordinate representation of color #0CCBBC: hue angle of 175.29º 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 #0CCBBC is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 188 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.20 |
| HSL | 175.29º | 0.89% | 0.42% | - |
| HSV(B) | 175.29º | 0.94% | 0.8% | - |
| XYZ | 30.58 | 46.42 | 54.93 | - |
| YUV | 144.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 188 | 0.94 | 0 | 0.07 | 0.20 | 175.29 | 0.89 | 0.42 |
| Hex | C | CB | BC | 5E | 0 | 7 | 14 | AF | 59 | 2A |
| Octal | 14 | 313 | 274 | 136 | 0 | 7 | 24 | 257 | 131 | 52 |
| Binary | 1100 | 11001011 | 10111100 | 1011110 | 0 | 111 | 10100 | 10101111 | 1011001 | 101010 |
Color Harmonies of #0CCBBC
Complementary color
Monochromatic Colors of #0CCBBC
Black with #0CCBBC
Text Example
Text Example
White with #0CCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBBC; }
p { color: rgb(12,203,188); }
H1.HeaderClassName
{
color: #0CCBBC;
}
.AnyTagClassName
{
color: #0CCBBC;
}
</style>
background-color css
<style>
a { background-color: #0CCBBC; }
a { background-color: rgb(12,203,188); }
div.DivClassName
{
background-color: #0CCBBC;
}
.BgClassName
{
background-color: #0CCBBC;
}
</style>
border-color css
<style>
span { border-color: #0CCBBC; }
span { border-color: rgb(12,203,188); }
td.TdClassName
{
border-color: #0CCBBC;
}
.TagClassName
{
border-color: #0CCBBC;
}
</style>