Shades of Humming Bird #C9FAEF
Tints of Humming Bird #C9FAEF
RGB
CMYK
RGB Variations
Color information
#C9FAEF (or 0xC9FAEF) is known color: Humming Bird. HEX triplet: C9, FA and EF. RGB value is (201,250,239). Sum of RGB (Red+Green+Blue) = 201+250+239=690 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.13% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FAEF is #360510. Grayscale: #EAEAEA. Windows color (decimal): -3540241 or 15727305. OLE color: 15727305.
HSL color Cylindrical-coordinate representation of color #C9FAEF: hue angle of 166.53º 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 #C9FAEF is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 239 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.02 |
| HSL | 166.53º | 0.83% | 0.88% | - |
| HSV(B) | 166.53º | 0.2% | 0.98% | - |
| XYZ | 73.85 | 87.02 | 94.57 | - |
| YUV | 234.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 239 | 0.20 | 0 | 0.04 | 0.02 | 166.53 | 0.83 | 0.88 |
| Hex | C9 | FA | EF | 14 | 0 | 4 | 2 | A7 | 53 | 58 |
| Octal | 311 | 372 | 357 | 24 | 0 | 4 | 2 | 247 | 123 | 130 |
| Binary | 11001001 | 11111010 | 11101111 | 10100 | 0 | 100 | 10 | 10100111 | 1010011 | 1011000 |
Color Harmonies of #C9FAEF
Complementary color
Monochromatic Colors of #C9FAEF
Black with #C9FAEF
Text Example
Text Example
White with #C9FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAEF; }
p { color: rgb(201,250,239); }
H1.HeaderClassName
{
color: #C9FAEF;
}
.AnyTagClassName
{
color: #C9FAEF;
}
</style>
background-color css
<style>
a { background-color: #C9FAEF; }
a { background-color: rgb(201,250,239); }
div.DivClassName
{
background-color: #C9FAEF;
}
.BgClassName
{
background-color: #C9FAEF;
}
</style>
border-color css
<style>
span { border-color: #C9FAEF; }
span { border-color: rgb(201,250,239); }
td.TdClassName
{
border-color: #C9FAEF;
}
.TagClassName
{
border-color: #C9FAEF;
}
</style>