Shades of Humming Bird #C2FFEC
Tints of Humming Bird #C2FFEC
RGB
CMYK
RGB Variations
Color information
#C2FFEC (or 0xC2FFEC) is known color: Humming Bird. HEX triplet: C2, FF and EC. RGB value is (194,255,236). Sum of RGB (Red+Green+Blue) = 194+255+236=685 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.32% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFEC is #3D0013. Grayscale: #EAEAEA. Windows color (decimal): -3997716 or 15531970. OLE color: 15531970.
HSL color Cylindrical-coordinate representation of color #C2FFEC: hue angle of 161.31º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFEC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 236 | - |
| CMYK | 0.24 | 0 | 0.07 | 0 |
| HSL | 161.31º | 1% | 0.88% | - |
| HSV(B) | 161.31º | 0.24% | 1% | - |
| XYZ | 73.15 | 89.05 | 92.69 | - |
| YUV | 234.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 236 | 0.24 | 0 | 0.07 | 0 | 161.31 | 1 | 0.88 |
| Hex | C2 | FF | EC | 18 | 0 | 7 | 0 | A1 | 64 | 58 |
| Octal | 302 | 377 | 354 | 30 | 0 | 7 | 0 | 241 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11101100 | 11000 | 0 | 111 | 0 | 10100001 | 1100100 | 1011000 |
Color Harmonies of #C2FFEC
Complementary color
Monochromatic Colors of #C2FFEC
Black with #C2FFEC
Text Example
Text Example
White with #C2FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFEC; }
p { color: rgb(194,255,236); }
H1.HeaderClassName
{
color: #C2FFEC;
}
.AnyTagClassName
{
color: #C2FFEC;
}
</style>
background-color css
<style>
a { background-color: #C2FFEC; }
a { background-color: rgb(194,255,236); }
div.DivClassName
{
background-color: #C2FFEC;
}
.BgClassName
{
background-color: #C2FFEC;
}
</style>
border-color css
<style>
span { border-color: #C2FFEC; }
span { border-color: rgb(194,255,236); }
td.TdClassName
{
border-color: #C2FFEC;
}
.TagClassName
{
border-color: #C2FFEC;
}
</style>