Shades of Humming Bird #C9FFEC
Tints of Humming Bird #C9FFEC
RGB
CMYK
RGB Variations
Color information
#C9FFEC (or 0xC9FFEC) is known color: Humming Bird. HEX triplet: C9, FF and EC. RGB value is (201,255,236). Sum of RGB (Red+Green+Blue) = 201+255+236=692 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.05% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFEC is #360013. Grayscale: #ECECEC. Windows color (decimal): -3538964 or 15531977. OLE color: 15531977.
HSL color Cylindrical-coordinate representation of color #C9FFEC: hue angle of 158.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FFEC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 236 | - |
| CMYK | 0.21 | 0 | 0.07 | 0 |
| HSL | 158.89º | 1% | 0.89% | - |
| HSV(B) | 158.89º | 0.21% | 1% | - |
| XYZ | 74.99 | 89.99 | 92.78 | - |
| YUV | 236.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 236 | 0.21 | 0 | 0.07 | 0 | 158.89 | 1 | 0.89 |
| Hex | C9 | FF | EC | 15 | 0 | 7 | 0 | 9F | 64 | 59 |
| Octal | 311 | 377 | 354 | 25 | 0 | 7 | 0 | 237 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11101100 | 10101 | 0 | 111 | 0 | 10011111 | 1100100 | 1011001 |
Color Harmonies of #C9FFEC
Complementary color
Monochromatic Colors of #C9FFEC
Black with #C9FFEC
Text Example
Text Example
White with #C9FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFEC; }
p { color: rgb(201,255,236); }
H1.HeaderClassName
{
color: #C9FFEC;
}
.AnyTagClassName
{
color: #C9FFEC;
}
</style>
background-color css
<style>
a { background-color: #C9FFEC; }
a { background-color: rgb(201,255,236); }
div.DivClassName
{
background-color: #C9FFEC;
}
.BgClassName
{
background-color: #C9FFEC;
}
</style>
border-color css
<style>
span { border-color: #C9FFEC; }
span { border-color: rgb(201,255,236); }
td.TdClassName
{
border-color: #C9FFEC;
}
.TagClassName
{
border-color: #C9FFEC;
}
</style>