Shades of Robin's Egg Blue #0CCDBD
Tints of Robin's Egg Blue #0CCDBD
RGB
CMYK
RGB Variations
Color information
#0CCDBD (or 0x0CCDBD) is known color: Robin's Egg Blue. HEX triplet: 0C, CD and BD. RGB value is (12,205,189). Sum of RGB (Red+Green+Blue) = 12+205+189=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDBD is #F33242. Grayscale: #919191. Windows color (decimal): -15938115 or 12438796. OLE color: 12438796.
HSL color Cylindrical-coordinate representation of color #0CCDBD: hue angle of 175.03º 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 #0CCDBD is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 189 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.20 |
| HSL | 175.03º | 0.89% | 0.43% | - |
| HSV(B) | 175.03º | 0.94% | 0.8% | - |
| XYZ | 31.17 | 47.41 | 55.65 | - |
| YUV | 145.47 | 152.56 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 189 | 0.94 | 0 | 0.08 | 0.20 | 175.03 | 0.89 | 0.43 |
| Hex | C | CD | BD | 5E | 0 | 8 | 14 | AF | 59 | 2B |
| Octal | 14 | 315 | 275 | 136 | 0 | 10 | 24 | 257 | 131 | 53 |
| Binary | 1100 | 11001101 | 10111101 | 1011110 | 0 | 1000 | 10100 | 10101111 | 1011001 | 101011 |
Color Harmonies of #0CCDBD
Complementary color
Monochromatic Colors of #0CCDBD
Black with #0CCDBD
Text Example
Text Example
White with #0CCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDBD; }
p { color: rgb(12,205,189); }
H1.HeaderClassName
{
color: #0CCDBD;
}
.AnyTagClassName
{
color: #0CCDBD;
}
</style>
background-color css
<style>
a { background-color: #0CCDBD; }
a { background-color: rgb(12,205,189); }
div.DivClassName
{
background-color: #0CCDBD;
}
.BgClassName
{
background-color: #0CCDBD;
}
</style>
border-color css
<style>
span { border-color: #0CCDBD; }
span { border-color: rgb(12,205,189); }
td.TdClassName
{
border-color: #0CCDBD;
}
.TagClassName
{
border-color: #0CCDBD;
}
</style>