Shades of Humming Bird #C9FCEF
Tints of Humming Bird #C9FCEF
RGB
CMYK
RGB Variations
Color information
#C9FCEF (or 0xC9FCEF) is known color: Humming Bird. HEX triplet: C9, FC and EF. RGB value is (201,252,239). Sum of RGB (Red+Green+Blue) = 201+252+239=692 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.05% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FCEF is #360310. Grayscale: #EBEBEB. Windows color (decimal): -3539729 or 15727817. OLE color: 15727817.
HSL color Cylindrical-coordinate representation of color #C9FCEF: hue angle of 164.71º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FCEF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 239 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.01 |
| HSL | 164.71º | 0.89% | 0.89% | - |
| HSV(B) | 164.71º | 0.2% | 0.99% | - |
| XYZ | 74.48 | 88.27 | 94.77 | - |
| YUV | 235.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 239 | 0.20 | 0 | 0.05 | 0.01 | 164.71 | 0.89 | 0.89 |
| Hex | C9 | FC | EF | 14 | 0 | 5 | 1 | A5 | 59 | 59 |
| Octal | 311 | 374 | 357 | 24 | 0 | 5 | 1 | 245 | 131 | 131 |
| Binary | 11001001 | 11111100 | 11101111 | 10100 | 0 | 101 | 1 | 10100101 | 1011001 | 1011001 |
Color Harmonies of #C9FCEF
Complementary color
Monochromatic Colors of #C9FCEF
Black with #C9FCEF
Text Example
Text Example
White with #C9FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FCEF; }
p { color: rgb(201,252,239); }
H1.HeaderClassName
{
color: #C9FCEF;
}
.AnyTagClassName
{
color: #C9FCEF;
}
</style>
background-color css
<style>
a { background-color: #C9FCEF; }
a { background-color: rgb(201,252,239); }
div.DivClassName
{
background-color: #C9FCEF;
}
.BgClassName
{
background-color: #C9FCEF;
}
</style>
border-color css
<style>
span { border-color: #C9FCEF; }
span { border-color: rgb(201,252,239); }
td.TdClassName
{
border-color: #C9FCEF;
}
.TagClassName
{
border-color: #C9FCEF;
}
</style>