Shades of Humming Bird #C9F9ED
Tints of Humming Bird #C9F9ED
RGB
CMYK
RGB Variations
Color information
#C9F9ED (or 0xC9F9ED) is known color: Humming Bird. HEX triplet: C9, F9 and ED. RGB value is (201,249,237). Sum of RGB (Red+Green+Blue) = 201+249+237=687 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.26% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F9ED is #360612. Grayscale: #E9E9E9. Windows color (decimal): -3540499 or 15595977. OLE color: 15595977.
HSL color Cylindrical-coordinate representation of color #C9F9ED: hue angle of 165º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9F9ED is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 237 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.02 |
| HSL | 165º | 0.8% | 0.88% | - |
| HSV(B) | 165º | 0.19% | 0.98% | - |
| XYZ | 73.25 | 86.28 | 92.91 | - |
| YUV | 233.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 237 | 0.19 | 0 | 0.05 | 0.02 | 165 | 0.8 | 0.88 |
| Hex | C9 | F9 | ED | 13 | 0 | 5 | 2 | A5 | 50 | 58 |
| Octal | 311 | 371 | 355 | 23 | 0 | 5 | 2 | 245 | 120 | 130 |
| Binary | 11001001 | 11111001 | 11101101 | 10011 | 0 | 101 | 10 | 10100101 | 1010000 | 1011000 |
Color Harmonies of #C9F9ED
Complementary color
Monochromatic Colors of #C9F9ED
Black with #C9F9ED
Text Example
Text Example
White with #C9F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F9ED; }
p { color: rgb(201,249,237); }
H1.HeaderClassName
{
color: #C9F9ED;
}
.AnyTagClassName
{
color: #C9F9ED;
}
</style>
background-color css
<style>
a { background-color: #C9F9ED; }
a { background-color: rgb(201,249,237); }
div.DivClassName
{
background-color: #C9F9ED;
}
.BgClassName
{
background-color: #C9F9ED;
}
</style>
border-color css
<style>
span { border-color: #C9F9ED; }
span { border-color: rgb(201,249,237); }
td.TdClassName
{
border-color: #C9F9ED;
}
.TagClassName
{
border-color: #C9F9ED;
}
</style>