Shades of Humming Bird #C9FDE2
Tints of Humming Bird #C9FDE2
RGB
CMYK
RGB Variations
Color information
#C9FDE2 (or 0xC9FDE2) is known color: Humming Bird. HEX triplet: C9, FD and E2. RGB value is (201,253,226). Sum of RGB (Red+Green+Blue) = 201+253+226=680 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.56% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FDE2 is #36021D. Grayscale: #EAEAEA. Windows color (decimal): -3539486 or 14876105. OLE color: 14876105.
HSL color Cylindrical-coordinate representation of color #C9FDE2: hue angle of 148.85º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FDE2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 253 | 226 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.01 |
| HSL | 148.85º | 0.93% | 0.89% | - |
| HSV(B) | 148.85º | 0.21% | 0.99% | - |
| XYZ | 72.94 | 88.16 | 85.12 | - |
| YUV | 234.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 253 | 226 | 0.21 | 0 | 0.11 | 0.01 | 148.85 | 0.93 | 0.89 |
| Hex | C9 | FD | E2 | 15 | 0 | B | 1 | 95 | 5D | 59 |
| Octal | 311 | 375 | 342 | 25 | 0 | 13 | 1 | 225 | 135 | 131 |
| Binary | 11001001 | 11111101 | 11100010 | 10101 | 0 | 1011 | 1 | 10010101 | 1011101 | 1011001 |
Color Harmonies of #C9FDE2
Complementary color
Monochromatic Colors of #C9FDE2
Black with #C9FDE2
Text Example
Text Example
White with #C9FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FDE2; }
p { color: rgb(201,253,226); }
H1.HeaderClassName
{
color: #C9FDE2;
}
.AnyTagClassName
{
color: #C9FDE2;
}
</style>
background-color css
<style>
a { background-color: #C9FDE2; }
a { background-color: rgb(201,253,226); }
div.DivClassName
{
background-color: #C9FDE2;
}
.BgClassName
{
background-color: #C9FDE2;
}
</style>
border-color css
<style>
span { border-color: #C9FDE2; }
span { border-color: rgb(201,253,226); }
td.TdClassName
{
border-color: #C9FDE2;
}
.TagClassName
{
border-color: #C9FDE2;
}
</style>