Shades of Humming Bird #C9FFF5
Tints of Humming Bird #C9FFF5
RGB
CMYK
RGB Variations
Color information
#C9FFF5 (or 0xC9FFF5) is known color: Humming Bird. HEX triplet: C9, FF and F5. RGB value is (201,255,245). Sum of RGB (Red+Green+Blue) = 201+255+245=701 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.67% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFF5 is #36000A. Grayscale: #EDEDED. Windows color (decimal): -3538955 or 16121801. OLE color: 16121801.
HSL color Cylindrical-coordinate representation of color #C9FFF5: hue angle of 168.89º 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 #C9FFF5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 245 | - |
| CMYK | 0.21 | 0 | 0.04 | 0 |
| HSL | 168.89º | 1% | 0.89% | - |
| HSV(B) | 168.89º | 0.21% | 1% | - |
| XYZ | 76.33 | 90.53 | 99.84 | - |
| YUV | 237.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 245 | 0.21 | 0 | 0.04 | 0 | 168.89 | 1 | 0.89 |
| Hex | C9 | FF | F5 | 15 | 0 | 4 | 0 | A9 | 64 | 59 |
| Octal | 311 | 377 | 365 | 25 | 0 | 4 | 0 | 251 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11110101 | 10101 | 0 | 100 | 0 | 10101001 | 1100100 | 1011001 |
Color Harmonies of #C9FFF5
Complementary color
Monochromatic Colors of #C9FFF5
Black with #C9FFF5
Text Example
Text Example
White with #C9FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFF5; }
p { color: rgb(201,255,245); }
H1.HeaderClassName
{
color: #C9FFF5;
}
.AnyTagClassName
{
color: #C9FFF5;
}
</style>
background-color css
<style>
a { background-color: #C9FFF5; }
a { background-color: rgb(201,255,245); }
div.DivClassName
{
background-color: #C9FFF5;
}
.BgClassName
{
background-color: #C9FFF5;
}
</style>
border-color css
<style>
span { border-color: #C9FFF5; }
span { border-color: rgb(201,255,245); }
td.TdClassName
{
border-color: #C9FFF5;
}
.TagClassName
{
border-color: #C9FFF5;
}
</style>