Shades of Humming Bird #C9EFE2
Tints of Humming Bird #C9EFE2
RGB
CMYK
RGB Variations
Color information
#C9EFE2 (or 0xC9EFE2) is known color: Humming Bird. HEX triplet: C9, EF and E2. RGB value is (201,239,226). Sum of RGB (Red+Green+Blue) = 201+239+226=666 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.18% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EFE2 is #36101D. Grayscale: #E2E2E2. Windows color (decimal): -3543070 or 14872521. OLE color: 14872521.
HSL color Cylindrical-coordinate representation of color #C9EFE2: hue angle of 159.47º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EFE2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 226 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.06 |
| HSL | 159.47º | 0.54% | 0.86% | - |
| HSV(B) | 159.47º | 0.16% | 0.94% | - |
| XYZ | 68.68 | 79.64 | 83.7 | - |
| YUV | 226.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 226 | 0.16 | 0 | 0.05 | 0.06 | 159.47 | 0.54 | 0.86 |
| Hex | C9 | EF | E2 | 10 | 0 | 5 | 6 | 9F | 36 | 56 |
| Octal | 311 | 357 | 342 | 20 | 0 | 5 | 6 | 237 | 66 | 126 |
| Binary | 11001001 | 11101111 | 11100010 | 10000 | 0 | 101 | 110 | 10011111 | 110110 | 1010110 |
Color Harmonies of #C9EFE2
Complementary color
Monochromatic Colors of #C9EFE2
Black with #C9EFE2
Text Example
Text Example
White with #C9EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFE2; }
p { color: rgb(201,239,226); }
H1.HeaderClassName
{
color: #C9EFE2;
}
.AnyTagClassName
{
color: #C9EFE2;
}
</style>
background-color css
<style>
a { background-color: #C9EFE2; }
a { background-color: rgb(201,239,226); }
div.DivClassName
{
background-color: #C9EFE2;
}
.BgClassName
{
background-color: #C9EFE2;
}
</style>
border-color css
<style>
span { border-color: #C9EFE2; }
span { border-color: rgb(201,239,226); }
td.TdClassName
{
border-color: #C9EFE2;
}
.TagClassName
{
border-color: #C9EFE2;
}
</style>