Shades of Robin's Egg Blue #0CCDBB
Tints of Robin's Egg Blue #0CCDBB
RGB
CMYK
RGB Variations
Color information
#0CCDBB (or 0x0CCDBB) is known color: Robin's Egg Blue. HEX triplet: 0C, CD and BB. RGB value is (12,205,187). Sum of RGB (Red+Green+Blue) = 12+205+187=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDBB is #F33244. Grayscale: #919191. Windows color (decimal): -15938117 or 12307724. OLE color: 12307724.
HSL color Cylindrical-coordinate representation of color #0CCDBB: hue angle of 174.4º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCDBB is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 187 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.20 |
| HSL | 174.4º | 0.89% | 0.43% | - |
| HSV(B) | 174.4º | 0.94% | 0.8% | - |
| XYZ | 30.95 | 47.33 | 54.52 | - |
| YUV | 145.24 | 151.56 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 187 | 0.94 | 0 | 0.09 | 0.20 | 174.4 | 0.89 | 0.43 |
| Hex | C | CD | BB | 5E | 0 | 9 | 14 | AE | 59 | 2B |
| Octal | 14 | 315 | 273 | 136 | 0 | 11 | 24 | 256 | 131 | 53 |
| Binary | 1100 | 11001101 | 10111011 | 1011110 | 0 | 1001 | 10100 | 10101110 | 1011001 | 101011 |
Color Harmonies of #0CCDBB
Complementary color
Monochromatic Colors of #0CCDBB
Black with #0CCDBB
Text Example
Text Example
White with #0CCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDBB; }
p { color: rgb(12,205,187); }
H1.HeaderClassName
{
color: #0CCDBB;
}
.AnyTagClassName
{
color: #0CCDBB;
}
</style>
background-color css
<style>
a { background-color: #0CCDBB; }
a { background-color: rgb(12,205,187); }
div.DivClassName
{
background-color: #0CCDBB;
}
.BgClassName
{
background-color: #0CCDBB;
}
</style>
border-color css
<style>
span { border-color: #0CCDBB; }
span { border-color: rgb(12,205,187); }
td.TdClassName
{
border-color: #0CCDBB;
}
.TagClassName
{
border-color: #0CCDBB;
}
</style>