Shades of Robin's Egg Blue #0CD6C8
Tints of Robin's Egg Blue #0CD6C8
RGB
CMYK
RGB Variations
Color information
#0CD6C8 (or 0x0CD6C8) is known color: Robin's Egg Blue. HEX triplet: 0C, D6 and C8. RGB value is (12,214,200). Sum of RGB (Red+Green+Blue) = 12+214+200=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD6C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD6C8 is #F32937. Grayscale: #979797. Windows color (decimal): -15935800 or 13161996. OLE color: 13161996.
HSL color Cylindrical-coordinate representation of color #0CD6C8: hue angle of 175.84º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD6C8 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 214 | 200 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.16 |
| HSL | 175.84º | 0.89% | 0.44% | - |
| HSV(B) | 175.84º | 0.94% | 0.84% | - |
| XYZ | 34.62 | 52.34 | 62.92 | - |
| YUV | 152.01 | 155.08 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 214 | 200 | 0.94 | 0 | 0.07 | 0.16 | 175.84 | 0.89 | 0.44 |
| Hex | C | D6 | C8 | 5E | 0 | 7 | 10 | B0 | 59 | 2C |
| Octal | 14 | 326 | 310 | 136 | 0 | 7 | 20 | 260 | 131 | 54 |
| Binary | 1100 | 11010110 | 11001000 | 1011110 | 0 | 111 | 10000 | 10110000 | 1011001 | 101100 |
Color Harmonies of #0CD6C8
Complementary color
Monochromatic Colors of #0CD6C8
Black with #0CD6C8
Text Example
Text Example
White with #0CD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD6C8; }
p { color: rgb(12,214,200); }
H1.HeaderClassName
{
color: #0CD6C8;
}
.AnyTagClassName
{
color: #0CD6C8;
}
</style>
background-color css
<style>
a { background-color: #0CD6C8; }
a { background-color: rgb(12,214,200); }
div.DivClassName
{
background-color: #0CD6C8;
}
.BgClassName
{
background-color: #0CD6C8;
}
</style>
border-color css
<style>
span { border-color: #0CD6C8; }
span { border-color: rgb(12,214,200); }
td.TdClassName
{
border-color: #0CD6C8;
}
.TagClassName
{
border-color: #0CD6C8;
}
</style>