Shades of Humming Bird #C9F8E0
Tints of Humming Bird #C9F8E0
RGB
CMYK
RGB Variations
Color information
#C9F8E0 (or 0xC9F8E0) is known color: Humming Bird. HEX triplet: C9, F8 and E0. RGB value is (201,248,224). Sum of RGB (Red+Green+Blue) = 201+248+224=673 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.87% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F8E0 is #36071F. Grayscale: #E7E7E7. Windows color (decimal): -3540768 or 14743753. OLE color: 14743753.
HSL color Cylindrical-coordinate representation of color #C9F8E0: hue angle of 149.36º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9F8E0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 224 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.03 |
| HSL | 149.36º | 0.77% | 0.88% | - |
| HSV(B) | 149.36º | 0.19% | 0.97% | - |
| XYZ | 71.11 | 84.93 | 83.17 | - |
| YUV | 231.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 224 | 0.19 | 0 | 0.10 | 0.03 | 149.36 | 0.77 | 0.88 |
| Hex | C9 | F8 | E0 | 13 | 0 | A | 3 | 95 | 4D | 58 |
| Octal | 311 | 370 | 340 | 23 | 0 | 12 | 3 | 225 | 115 | 130 |
| Binary | 11001001 | 11111000 | 11100000 | 10011 | 0 | 1010 | 11 | 10010101 | 1001101 | 1011000 |
Color Harmonies of #C9F8E0
Complementary color
Monochromatic Colors of #C9F8E0
Black with #C9F8E0
Text Example
Text Example
White with #C9F8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F8E0; }
p { color: rgb(201,248,224); }
H1.HeaderClassName
{
color: #C9F8E0;
}
.AnyTagClassName
{
color: #C9F8E0;
}
</style>
background-color css
<style>
a { background-color: #C9F8E0; }
a { background-color: rgb(201,248,224); }
div.DivClassName
{
background-color: #C9F8E0;
}
.BgClassName
{
background-color: #C9F8E0;
}
</style>
border-color css
<style>
span { border-color: #C9F8E0; }
span { border-color: rgb(201,248,224); }
td.TdClassName
{
border-color: #C9F8E0;
}
.TagClassName
{
border-color: #C9F8E0;
}
</style>