Shades of Robin's Egg Blue #0CD1B7
Tints of Robin's Egg Blue #0CD1B7
RGB
CMYK
RGB Variations
Color information
#0CD1B7 (or 0x0CD1B7) is known color: Robin's Egg Blue. HEX triplet: 0C, D1 and B7. RGB value is (12,209,183). Sum of RGB (Red+Green+Blue) = 12+209+183=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD1B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1B7 is #F32E48. Grayscale: #939393. Windows color (decimal): -15937097 or 12046604. OLE color: 12046604.
HSL color Cylindrical-coordinate representation of color #0CD1B7: hue angle of 172.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD1B7 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 209 | 183 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.18 |
| HSL | 172.08º | 0.89% | 0.43% | - |
| HSV(B) | 172.08º | 0.94% | 0.82% | - |
| XYZ | 31.5 | 49.1 | 52.62 | - |
| YUV | 147.13 | 148.23 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 183 | 0.94 | 0 | 0.12 | 0.18 | 172.08 | 0.89 | 0.43 |
| Hex | C | D1 | B7 | 5E | 0 | C | 12 | AC | 59 | 2B |
| Octal | 14 | 321 | 267 | 136 | 0 | 14 | 22 | 254 | 131 | 53 |
| Binary | 1100 | 11010001 | 10110111 | 1011110 | 0 | 1100 | 10010 | 10101100 | 1011001 | 101011 |
Color Harmonies of #0CD1B7
Complementary color
Monochromatic Colors of #0CD1B7
Black with #0CD1B7
Text Example
Text Example
White with #0CD1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD1B7; }
p { color: rgb(12,209,183); }
H1.HeaderClassName
{
color: #0CD1B7;
}
.AnyTagClassName
{
color: #0CD1B7;
}
</style>
background-color css
<style>
a { background-color: #0CD1B7; }
a { background-color: rgb(12,209,183); }
div.DivClassName
{
background-color: #0CD1B7;
}
.BgClassName
{
background-color: #0CD1B7;
}
</style>
border-color css
<style>
span { border-color: #0CD1B7; }
span { border-color: rgb(12,209,183); }
td.TdClassName
{
border-color: #0CD1B7;
}
.TagClassName
{
border-color: #0CD1B7;
}
</style>