Shades of Humming Bird #C9FFF1
Tints of Humming Bird #C9FFF1
RGB
CMYK
RGB Variations
Color information
#C9FFF1 (or 0xC9FFF1) is known color: Humming Bird. HEX triplet: C9, FF and F1. RGB value is (201,255,241). Sum of RGB (Red+Green+Blue) = 201+255+241=697 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.84% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFF1 is #36000E. Grayscale: #EDEDED. Windows color (decimal): -3538959 or 15859657. OLE color: 15859657.
HSL color Cylindrical-coordinate representation of color #C9FFF1: hue angle of 164.44º 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 #C9FFF1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 241 | - |
| CMYK | 0.21 | 0 | 0.05 | 0 |
| HSL | 164.44º | 1% | 0.89% | - |
| HSV(B) | 164.44º | 0.21% | 1% | - |
| XYZ | 75.72 | 90.29 | 96.66 | - |
| YUV | 237.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 241 | 0.21 | 0 | 0.05 | 0 | 164.44 | 1 | 0.89 |
| Hex | C9 | FF | F1 | 15 | 0 | 5 | 0 | A4 | 64 | 59 |
| Octal | 311 | 377 | 361 | 25 | 0 | 5 | 0 | 244 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11110001 | 10101 | 0 | 101 | 0 | 10100100 | 1100100 | 1011001 |
Color Harmonies of #C9FFF1
Complementary color
Monochromatic Colors of #C9FFF1
Black with #C9FFF1
Text Example
Text Example
White with #C9FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFF1; }
p { color: rgb(201,255,241); }
H1.HeaderClassName
{
color: #C9FFF1;
}
.AnyTagClassName
{
color: #C9FFF1;
}
</style>
background-color css
<style>
a { background-color: #C9FFF1; }
a { background-color: rgb(201,255,241); }
div.DivClassName
{
background-color: #C9FFF1;
}
.BgClassName
{
background-color: #C9FFF1;
}
</style>
border-color css
<style>
span { border-color: #C9FFF1; }
span { border-color: rgb(201,255,241); }
td.TdClassName
{
border-color: #C9FFF1;
}
.TagClassName
{
border-color: #C9FFF1;
}
</style>