Shades of Robin's Egg Blue #0CCFCD
Tints of Robin's Egg Blue #0CCFCD
RGB
CMYK
RGB Variations
Color information
#0CCFCD (or 0x0CCFCD) is known color: Robin's Egg Blue. HEX triplet: 0C, CF and CD. RGB value is (12,207,205). Sum of RGB (Red+Green+Blue) = 12+207+205=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFCD is #F33032. Grayscale: #949494. Windows color (decimal): -15937587 or 13487884. OLE color: 13487884.
HSL color Cylindrical-coordinate representation of color #0CCFCD: hue angle of 179.38º 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 #0CCFCD is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 205 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.19 |
| HSL | 179.38º | 0.89% | 0.43% | - |
| HSV(B) | 179.38º | 0.94% | 0.81% | - |
| XYZ | 33.48 | 49.11 | 65.47 | - |
| YUV | 148.47 | 159.9 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 205 | 0.94 | 0 | 0.01 | 0.19 | 179.38 | 0.89 | 0.43 |
| Hex | C | CF | CD | 5E | 0 | 1 | 13 | B3 | 59 | 2B |
| Octal | 14 | 317 | 315 | 136 | 0 | 1 | 23 | 263 | 131 | 53 |
| Binary | 1100 | 11001111 | 11001101 | 1011110 | 0 | 1 | 10011 | 10110011 | 1011001 | 101011 |
Color Harmonies of #0CCFCD
Complementary color
Monochromatic Colors of #0CCFCD
Black with #0CCFCD
Text Example
Text Example
White with #0CCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFCD; }
p { color: rgb(12,207,205); }
H1.HeaderClassName
{
color: #0CCFCD;
}
.AnyTagClassName
{
color: #0CCFCD;
}
</style>
background-color css
<style>
a { background-color: #0CCFCD; }
a { background-color: rgb(12,207,205); }
div.DivClassName
{
background-color: #0CCFCD;
}
.BgClassName
{
background-color: #0CCFCD;
}
</style>
border-color css
<style>
span { border-color: #0CCFCD; }
span { border-color: rgb(12,207,205); }
td.TdClassName
{
border-color: #0CCFCD;
}
.TagClassName
{
border-color: #0CCFCD;
}
</style>