Shades of Robin's Egg Blue #0CCBCE
Tints of Robin's Egg Blue #0CCBCE
RGB
CMYK
RGB Variations
Color information
#0CCBCE (or 0x0CCBCE) is known color: Robin's Egg Blue. HEX triplet: 0C, CB and CE. RGB value is (12,203,206). Sum of RGB (Red+Green+Blue) = 12+203+206=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CCBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBCE is #F33431. Grayscale: #929292. Windows color (decimal): -15938610 or 13552396. OLE color: 13552396.
HSL color Cylindrical-coordinate representation of color #0CCBCE: hue angle of 180.93º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCBCE is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 203 | 206 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.19 |
| HSL | 180.93º | 0.89% | 0.43% | - |
| HSV(B) | 180.93º | 0.94% | 0.81% | - |
| XYZ | 32.65 | 47.25 | 65.79 | - |
| YUV | 146.23 | 161.72 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 206 | 0.94 | 0.01 | 0 | 0.19 | 180.93 | 0.89 | 0.43 |
| Hex | C | CB | CE | 5E | 1 | 0 | 13 | B5 | 59 | 2B |
| Octal | 14 | 313 | 316 | 136 | 1 | 0 | 23 | 265 | 131 | 53 |
| Binary | 1100 | 11001011 | 11001110 | 1011110 | 1 | 0 | 10011 | 10110101 | 1011001 | 101011 |
Color Harmonies of #0CCBCE
Complementary color
Monochromatic Colors of #0CCBCE
Black with #0CCBCE
Text Example
Text Example
White with #0CCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBCE; }
p { color: rgb(12,203,206); }
H1.HeaderClassName
{
color: #0CCBCE;
}
.AnyTagClassName
{
color: #0CCBCE;
}
</style>
background-color css
<style>
a { background-color: #0CCBCE; }
a { background-color: rgb(12,203,206); }
div.DivClassName
{
background-color: #0CCBCE;
}
.BgClassName
{
background-color: #0CCBCE;
}
</style>
border-color css
<style>
span { border-color: #0CCBCE; }
span { border-color: rgb(12,203,206); }
td.TdClassName
{
border-color: #0CCBCE;
}
.TagClassName
{
border-color: #0CCBCE;
}
</style>