Shades of Humming Bird #C9FEED
Tints of Humming Bird #C9FEED
RGB
CMYK
RGB Variations
Color information
#C9FEED (or 0xC9FEED) is known color: Humming Bird. HEX triplet: C9, FE and ED. RGB value is (201,254,237). Sum of RGB (Red+Green+Blue) = 201+254+237=692 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.05% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FEED is #360112. Grayscale: #ECECEC. Windows color (decimal): -3539219 or 15597257. OLE color: 15597257.
HSL color Cylindrical-coordinate representation of color #C9FEED: hue angle of 160.75º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FEED is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 237 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.00 |
| HSL | 160.75º | 0.96% | 0.89% | - |
| HSV(B) | 160.75º | 0.21% | 1% | - |
| XYZ | 74.82 | 89.42 | 93.44 | - |
| YUV | 236.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 237 | 0.21 | 0 | 0.07 | 0.00 | 160.75 | 0.96 | 0.89 |
| Hex | C9 | FE | ED | 15 | 0 | 7 | 0 | A1 | 60 | 59 |
| Octal | 311 | 376 | 355 | 25 | 0 | 7 | 0 | 241 | 140 | 131 |
| Binary | 11001001 | 11111110 | 11101101 | 10101 | 0 | 111 | 0 | 10100001 | 1100000 | 1011001 |
Color Harmonies of #C9FEED
Complementary color
Monochromatic Colors of #C9FEED
Black with #C9FEED
Text Example
Text Example
White with #C9FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FEED; }
p { color: rgb(201,254,237); }
H1.HeaderClassName
{
color: #C9FEED;
}
.AnyTagClassName
{
color: #C9FEED;
}
</style>
background-color css
<style>
a { background-color: #C9FEED; }
a { background-color: rgb(201,254,237); }
div.DivClassName
{
background-color: #C9FEED;
}
.BgClassName
{
background-color: #C9FEED;
}
</style>
border-color css
<style>
span { border-color: #C9FEED; }
span { border-color: rgb(201,254,237); }
td.TdClassName
{
border-color: #C9FEED;
}
.TagClassName
{
border-color: #C9FEED;
}
</style>