Shades of Robin's Egg Blue #0CDBBC
Tints of Robin's Egg Blue #0CDBBC
RGB
CMYK
RGB Variations
Color information
#0CDBBC (or 0x0CDBBC) is known color: Robin's Egg Blue. HEX triplet: 0C, DB and BC. RGB value is (12,219,188). Sum of RGB (Red+Green+Blue) = 12+219+188=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBBC is #F32443. Grayscale: #999999. Windows color (decimal): -15934532 or 12376844. OLE color: 12376844.
HSL color Cylindrical-coordinate representation of color #0CDBBC: hue angle of 171.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDBBC is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 188 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.14 |
| HSL | 171.01º | 0.9% | 0.45% | - |
| HSV(B) | 171.01º | 0.95% | 0.86% | - |
| XYZ | 34.56 | 54.37 | 56.25 | - |
| YUV | 153.57 | 147.42 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 188 | 0.95 | 0 | 0.14 | 0.14 | 171.01 | 0.9 | 0.45 |
| Hex | C | DB | BC | 5F | 0 | E | E | AB | 5A | 2D |
| Octal | 14 | 333 | 274 | 137 | 0 | 16 | 16 | 253 | 132 | 55 |
| Binary | 1100 | 11011011 | 10111100 | 1011111 | 0 | 1110 | 1110 | 10101011 | 1011010 | 101101 |
Color Harmonies of #0CDBBC
Complementary color
Monochromatic Colors of #0CDBBC
Black with #0CDBBC
Text Example
Text Example
White with #0CDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDBBC; }
p { color: rgb(12,219,188); }
H1.HeaderClassName
{
color: #0CDBBC;
}
.AnyTagClassName
{
color: #0CDBBC;
}
</style>
background-color css
<style>
a { background-color: #0CDBBC; }
a { background-color: rgb(12,219,188); }
div.DivClassName
{
background-color: #0CDBBC;
}
.BgClassName
{
background-color: #0CDBBC;
}
</style>
border-color css
<style>
span { border-color: #0CDBBC; }
span { border-color: rgb(12,219,188); }
td.TdClassName
{
border-color: #0CDBBC;
}
.TagClassName
{
border-color: #0CDBBC;
}
</style>