Shades of Humming Bird #C0FCEC
Tints of Humming Bird #C0FCEC
RGB
CMYK
RGB Variations
Color information
#C0FCEC (or 0xC0FCEC) is known color: Humming Bird. HEX triplet: C0, FC and EC. RGB value is (192,252,236). Sum of RGB (Red+Green+Blue) = 192+252+236=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCEC is #3F0313. Grayscale: #E8E8E8. Windows color (decimal): -4129556 or 15531200. OLE color: 15531200.
HSL color Cylindrical-coordinate representation of color #C0FCEC: hue angle of 164º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCEC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 236 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.01 |
| HSL | 164º | 0.91% | 0.87% | - |
| HSV(B) | 164º | 0.24% | 0.99% | - |
| XYZ | 71.69 | 86.88 | 92.35 | - |
| YUV | 232.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 236 | 0.24 | 0 | 0.06 | 0.01 | 164 | 0.91 | 0.87 |
| Hex | C0 | FC | EC | 18 | 0 | 6 | 1 | A4 | 5B | 57 |
| Octal | 300 | 374 | 354 | 30 | 0 | 6 | 1 | 244 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11101100 | 11000 | 0 | 110 | 1 | 10100100 | 1011011 | 1010111 |
Color Harmonies of #C0FCEC
Complementary color
Monochromatic Colors of #C0FCEC
Black with #C0FCEC
Text Example
Text Example
White with #C0FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCEC; }
p { color: rgb(192,252,236); }
H1.HeaderClassName
{
color: #C0FCEC;
}
.AnyTagClassName
{
color: #C0FCEC;
}
</style>
background-color css
<style>
a { background-color: #C0FCEC; }
a { background-color: rgb(192,252,236); }
div.DivClassName
{
background-color: #C0FCEC;
}
.BgClassName
{
background-color: #C0FCEC;
}
</style>
border-color css
<style>
span { border-color: #C0FCEC; }
span { border-color: rgb(192,252,236); }
td.TdClassName
{
border-color: #C0FCEC;
}
.TagClassName
{
border-color: #C0FCEC;
}
</style>