Shades of Humming Bird #C9FAE8
Tints of Humming Bird #C9FAE8
RGB
CMYK
RGB Variations
Color information
#C9FAE8 (or 0xC9FAE8) is known color: Humming Bird. HEX triplet: C9, FA and E8. RGB value is (201,250,232). Sum of RGB (Red+Green+Blue) = 201+250+232=683 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.43% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FAE8 is #360517. Grayscale: #E9E9E9. Windows color (decimal): -3540248 or 15268553. OLE color: 15268553.
HSL color Cylindrical-coordinate representation of color #C9FAE8: hue angle of 157.96º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FAE8 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 232 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.02 |
| HSL | 157.96º | 0.83% | 0.88% | - |
| HSV(B) | 157.96º | 0.2% | 0.98% | - |
| XYZ | 72.84 | 86.61 | 89.22 | - |
| YUV | 233.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 232 | 0.20 | 0 | 0.07 | 0.02 | 157.96 | 0.83 | 0.88 |
| Hex | C9 | FA | E8 | 14 | 0 | 7 | 2 | 9E | 53 | 58 |
| Octal | 311 | 372 | 350 | 24 | 0 | 7 | 2 | 236 | 123 | 130 |
| Binary | 11001001 | 11111010 | 11101000 | 10100 | 0 | 111 | 10 | 10011110 | 1010011 | 1011000 |
Color Harmonies of #C9FAE8
Complementary color
Monochromatic Colors of #C9FAE8
Black with #C9FAE8
Text Example
Text Example
White with #C9FAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAE8; }
p { color: rgb(201,250,232); }
H1.HeaderClassName
{
color: #C9FAE8;
}
.AnyTagClassName
{
color: #C9FAE8;
}
</style>
background-color css
<style>
a { background-color: #C9FAE8; }
a { background-color: rgb(201,250,232); }
div.DivClassName
{
background-color: #C9FAE8;
}
.BgClassName
{
background-color: #C9FAE8;
}
</style>
border-color css
<style>
span { border-color: #C9FAE8; }
span { border-color: rgb(201,250,232); }
td.TdClassName
{
border-color: #C9FAE8;
}
.TagClassName
{
border-color: #C9FAE8;
}
</style>