Shades of Humming Bird #C5FFEC
Tints of Humming Bird #C5FFEC
RGB
CMYK
RGB Variations
Color information
#C5FFEC (or 0xC5FFEC) is known color: Humming Bird. HEX triplet: C5, FF and EC. RGB value is (197,255,236). Sum of RGB (Red+Green+Blue) = 197+255+236=688 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.63% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFEC is #3A0013. Grayscale: #EBEBEB. Windows color (decimal): -3801108 or 15531973. OLE color: 15531973.
HSL color Cylindrical-coordinate representation of color #C5FFEC: hue angle of 160.34º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFEC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 236 | - |
| CMYK | 0.23 | 0 | 0.07 | 0 |
| HSL | 160.34º | 1% | 0.89% | - |
| HSV(B) | 160.34º | 0.23% | 1% | - |
| XYZ | 73.93 | 89.45 | 92.73 | - |
| YUV | 235.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 236 | 0.23 | 0 | 0.07 | 0 | 160.34 | 1 | 0.89 |
| Hex | C5 | FF | EC | 17 | 0 | 7 | 0 | A0 | 64 | 59 |
| Octal | 305 | 377 | 354 | 27 | 0 | 7 | 0 | 240 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11101100 | 10111 | 0 | 111 | 0 | 10100000 | 1100100 | 1011001 |
Color Harmonies of #C5FFEC
Complementary color
Monochromatic Colors of #C5FFEC
Black with #C5FFEC
Text Example
Text Example
White with #C5FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFEC; }
p { color: rgb(197,255,236); }
H1.HeaderClassName
{
color: #C5FFEC;
}
.AnyTagClassName
{
color: #C5FFEC;
}
</style>
background-color css
<style>
a { background-color: #C5FFEC; }
a { background-color: rgb(197,255,236); }
div.DivClassName
{
background-color: #C5FFEC;
}
.BgClassName
{
background-color: #C5FFEC;
}
</style>
border-color css
<style>
span { border-color: #C5FFEC; }
span { border-color: rgb(197,255,236); }
td.TdClassName
{
border-color: #C5FFEC;
}
.TagClassName
{
border-color: #C5FFEC;
}
</style>