Shades of Robin's Egg Blue #0CCFCB
Tints of Robin's Egg Blue #0CCFCB
RGB
CMYK
RGB Variations
Color information
#0CCFCB (or 0x0CCFCB) is known color: Robin's Egg Blue. HEX triplet: 0C, CF and CB. RGB value is (12,207,203). Sum of RGB (Red+Green+Blue) = 12+207+203=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFCB is #F33034. Grayscale: #949494. Windows color (decimal): -15937589 or 13356812. OLE color: 13356812.
HSL color Cylindrical-coordinate representation of color #0CCFCB: hue angle of 178.77º 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 #0CCFCB is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 203 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.19 |
| HSL | 178.77º | 0.89% | 0.43% | - |
| HSV(B) | 178.77º | 0.94% | 0.81% | - |
| XYZ | 33.24 | 49.02 | 64.21 | - |
| YUV | 148.24 | 158.9 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 203 | 0.94 | 0 | 0.02 | 0.19 | 178.77 | 0.89 | 0.43 |
| Hex | C | CF | CB | 5E | 0 | 2 | 13 | B3 | 59 | 2B |
| Octal | 14 | 317 | 313 | 136 | 0 | 2 | 23 | 263 | 131 | 53 |
| Binary | 1100 | 11001111 | 11001011 | 1011110 | 0 | 10 | 10011 | 10110011 | 1011001 | 101011 |
Color Harmonies of #0CCFCB
Complementary color
Monochromatic Colors of #0CCFCB
Black with #0CCFCB
Text Example
Text Example
White with #0CCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFCB; }
p { color: rgb(12,207,203); }
H1.HeaderClassName
{
color: #0CCFCB;
}
.AnyTagClassName
{
color: #0CCFCB;
}
</style>
background-color css
<style>
a { background-color: #0CCFCB; }
a { background-color: rgb(12,207,203); }
div.DivClassName
{
background-color: #0CCFCB;
}
.BgClassName
{
background-color: #0CCFCB;
}
</style>
border-color css
<style>
span { border-color: #0CCFCB; }
span { border-color: rgb(12,207,203); }
td.TdClassName
{
border-color: #0CCFCB;
}
.TagClassName
{
border-color: #0CCFCB;
}
</style>