Shades of Humming Bird #C9FAE4
Tints of Humming Bird #C9FAE4
RGB
CMYK
RGB Variations
Color information
#C9FAE4 (or 0xC9FAE4) is known color: Humming Bird. HEX triplet: C9, FA and E4. RGB value is (201,250,228). Sum of RGB (Red+Green+Blue) = 201+250+228=679 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.60% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAE4 is #36051B. Grayscale: #E8E8E8. Windows color (decimal): -3540252 or 15006409. OLE color: 15006409.
HSL color Cylindrical-coordinate representation of color #C9FAE4: hue angle of 153.06º 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 #C9FAE4 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 228 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.02 |
| HSL | 153.06º | 0.83% | 0.88% | - |
| HSV(B) | 153.06º | 0.2% | 0.98% | - |
| XYZ | 72.28 | 86.39 | 86.26 | - |
| YUV | 232.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 228 | 0.20 | 0 | 0.09 | 0.02 | 153.06 | 0.83 | 0.88 |
| Hex | C9 | FA | E4 | 14 | 0 | 9 | 2 | 99 | 53 | 58 |
| Octal | 311 | 372 | 344 | 24 | 0 | 11 | 2 | 231 | 123 | 130 |
| Binary | 11001001 | 11111010 | 11100100 | 10100 | 0 | 1001 | 10 | 10011001 | 1010011 | 1011000 |
Color Harmonies of #C9FAE4
Complementary color
Monochromatic Colors of #C9FAE4
Black with #C9FAE4
Text Example
Text Example
White with #C9FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAE4; }
p { color: rgb(201,250,228); }
H1.HeaderClassName
{
color: #C9FAE4;
}
.AnyTagClassName
{
color: #C9FAE4;
}
</style>
background-color css
<style>
a { background-color: #C9FAE4; }
a { background-color: rgb(201,250,228); }
div.DivClassName
{
background-color: #C9FAE4;
}
.BgClassName
{
background-color: #C9FAE4;
}
</style>
border-color css
<style>
span { border-color: #C9FAE4; }
span { border-color: rgb(201,250,228); }
td.TdClassName
{
border-color: #C9FAE4;
}
.TagClassName
{
border-color: #C9FAE4;
}
</style>