Shades of Robin's Egg Blue #0CCFBD
Tints of Robin's Egg Blue #0CCFBD
RGB
CMYK
RGB Variations
Color information
#0CCFBD (or 0x0CCFBD) is known color: Robin's Egg Blue. HEX triplet: 0C, CF and BD. RGB value is (12,207,189). Sum of RGB (Red+Green+Blue) = 12+207+189=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFBD is #F33042. Grayscale: #929292. Windows color (decimal): -15937603 or 12439308. OLE color: 12439308.
HSL color Cylindrical-coordinate representation of color #0CCFBD: hue angle of 174.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCFBD is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 189 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.19 |
| HSL | 174.46º | 0.89% | 0.43% | - |
| HSV(B) | 174.46º | 0.94% | 0.81% | - |
| XYZ | 31.65 | 48.38 | 55.81 | - |
| YUV | 146.64 | 151.9 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 189 | 0.94 | 0 | 0.09 | 0.19 | 174.46 | 0.89 | 0.43 |
| Hex | C | CF | BD | 5E | 0 | 9 | 13 | AE | 59 | 2B |
| Octal | 14 | 317 | 275 | 136 | 0 | 11 | 23 | 256 | 131 | 53 |
| Binary | 1100 | 11001111 | 10111101 | 1011110 | 0 | 1001 | 10011 | 10101110 | 1011001 | 101011 |
Color Harmonies of #0CCFBD
Complementary color
Monochromatic Colors of #0CCFBD
Black with #0CCFBD
Text Example
Text Example
White with #0CCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFBD; }
p { color: rgb(12,207,189); }
H1.HeaderClassName
{
color: #0CCFBD;
}
.AnyTagClassName
{
color: #0CCFBD;
}
</style>
background-color css
<style>
a { background-color: #0CCFBD; }
a { background-color: rgb(12,207,189); }
div.DivClassName
{
background-color: #0CCFBD;
}
.BgClassName
{
background-color: #0CCFBD;
}
</style>
border-color css
<style>
span { border-color: #0CCFBD; }
span { border-color: rgb(12,207,189); }
td.TdClassName
{
border-color: #0CCFBD;
}
.TagClassName
{
border-color: #0CCFBD;
}
</style>