Shades of Humming Bird #C9EFE1
Tints of Humming Bird #C9EFE1
RGB
CMYK
RGB Variations
Color information
#C9EFE1 (or 0xC9EFE1) is known color: Humming Bird. HEX triplet: C9, EF and E1. RGB value is (201,239,225). Sum of RGB (Red+Green+Blue) = 201+239+225=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EFE1 is #36101E. Grayscale: #E2E2E2. Windows color (decimal): -3543071 or 14806985. OLE color: 14806985.
HSL color Cylindrical-coordinate representation of color #C9EFE1: hue angle of 157.89º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EFE1 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 225 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.06 |
| HSL | 157.89º | 0.54% | 0.86% | - |
| HSV(B) | 157.89º | 0.16% | 0.94% | - |
| XYZ | 68.54 | 79.59 | 82.98 | - |
| YUV | 226.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 225 | 0.16 | 0 | 0.06 | 0.06 | 157.89 | 0.54 | 0.86 |
| Hex | C9 | EF | E1 | 10 | 0 | 6 | 6 | 9E | 36 | 56 |
| Octal | 311 | 357 | 341 | 20 | 0 | 6 | 6 | 236 | 66 | 126 |
| Binary | 11001001 | 11101111 | 11100001 | 10000 | 0 | 110 | 110 | 10011110 | 110110 | 1010110 |
Color Harmonies of #C9EFE1
Complementary color
Monochromatic Colors of #C9EFE1
Black with #C9EFE1
Text Example
Text Example
White with #C9EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFE1; }
p { color: rgb(201,239,225); }
H1.HeaderClassName
{
color: #C9EFE1;
}
.AnyTagClassName
{
color: #C9EFE1;
}
</style>
background-color css
<style>
a { background-color: #C9EFE1; }
a { background-color: rgb(201,239,225); }
div.DivClassName
{
background-color: #C9EFE1;
}
.BgClassName
{
background-color: #C9EFE1;
}
</style>
border-color css
<style>
span { border-color: #C9EFE1; }
span { border-color: rgb(201,239,225); }
td.TdClassName
{
border-color: #C9EFE1;
}
.TagClassName
{
border-color: #C9EFE1;
}
</style>