Shades of Humming Bird #C9FFEE
Tints of Humming Bird #C9FFEE
RGB
CMYK
RGB Variations
Color information
#C9FFEE (or 0xC9FFEE) is known color: Humming Bird. HEX triplet: C9, FF and EE. RGB value is (201,255,238). Sum of RGB (Red+Green+Blue) = 201+255+238=694 (91% of max value = 765). Red value is 201 (78.91% from 255 or 28.96% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFEE is #360011. Grayscale: #ECECEC. Windows color (decimal): -3538962 or 15663049. OLE color: 15663049.
HSL color Cylindrical-coordinate representation of color #C9FFEE: hue angle of 161.11º 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 #C9FFEE is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 238 | - |
| CMYK | 0.21 | 0 | 0.07 | 0 |
| HSL | 161.11º | 1% | 0.89% | - |
| HSV(B) | 161.11º | 0.21% | 1% | - |
| XYZ | 75.28 | 90.11 | 94.31 | - |
| YUV | 236.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 238 | 0.21 | 0 | 0.07 | 0 | 161.11 | 1 | 0.89 |
| Hex | C9 | FF | EE | 15 | 0 | 7 | 0 | A1 | 64 | 59 |
| Octal | 311 | 377 | 356 | 25 | 0 | 7 | 0 | 241 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11101110 | 10101 | 0 | 111 | 0 | 10100001 | 1100100 | 1011001 |
Color Harmonies of #C9FFEE
Complementary color
Monochromatic Colors of #C9FFEE
Black with #C9FFEE
Text Example
Text Example
White with #C9FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFEE; }
p { color: rgb(201,255,238); }
H1.HeaderClassName
{
color: #C9FFEE;
}
.AnyTagClassName
{
color: #C9FFEE;
}
</style>
background-color css
<style>
a { background-color: #C9FFEE; }
a { background-color: rgb(201,255,238); }
div.DivClassName
{
background-color: #C9FFEE;
}
.BgClassName
{
background-color: #C9FFEE;
}
</style>
border-color css
<style>
span { border-color: #C9FFEE; }
span { border-color: rgb(201,255,238); }
td.TdClassName
{
border-color: #C9FFEE;
}
.TagClassName
{
border-color: #C9FFEE;
}
</style>