Shades of Humming Bird #C9FFED
Tints of Humming Bird #C9FFED
RGB
CMYK
RGB Variations
Color information
#C9FFED (or 0xC9FFED) is known color: Humming Bird. HEX triplet: C9, FF and ED. RGB value is (201,255,237). Sum of RGB (Red+Green+Blue) = 201+255+237=693 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.00% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFED is #360012. Grayscale: #ECECEC. Windows color (decimal): -3538963 or 15597513. OLE color: 15597513.
HSL color Cylindrical-coordinate representation of color #C9FFED: hue angle of 160º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FFED is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 237 | - |
| CMYK | 0.21 | 0 | 0.07 | 0 |
| HSL | 160º | 1% | 0.89% | - |
| HSV(B) | 160º | 0.21% | 1% | - |
| XYZ | 75.13 | 90.05 | 93.54 | - |
| YUV | 236.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 237 | 0.21 | 0 | 0.07 | 0 | 160 | 1 | 0.89 |
| Hex | C9 | FF | ED | 15 | 0 | 7 | 0 | A0 | 64 | 59 |
| Octal | 311 | 377 | 355 | 25 | 0 | 7 | 0 | 240 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11101101 | 10101 | 0 | 111 | 0 | 10100000 | 1100100 | 1011001 |
Color Harmonies of #C9FFED
Complementary color
Monochromatic Colors of #C9FFED
Black with #C9FFED
Text Example
Text Example
White with #C9FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFED; }
p { color: rgb(201,255,237); }
H1.HeaderClassName
{
color: #C9FFED;
}
.AnyTagClassName
{
color: #C9FFED;
}
</style>
background-color css
<style>
a { background-color: #C9FFED; }
a { background-color: rgb(201,255,237); }
div.DivClassName
{
background-color: #C9FFED;
}
.BgClassName
{
background-color: #C9FFED;
}
</style>
border-color css
<style>
span { border-color: #C9FFED; }
span { border-color: rgb(201,255,237); }
td.TdClassName
{
border-color: #C9FFED;
}
.TagClassName
{
border-color: #C9FFED;
}
</style>