Shades of Humming Bird #C9FCEB
Tints of Humming Bird #C9FCEB
RGB
CMYK
RGB Variations
Color information
#C9FCEB (or 0xC9FCEB) is known color: Humming Bird. HEX triplet: C9, FC and EB. RGB value is (201,252,235). Sum of RGB (Red+Green+Blue) = 201+252+235=688 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.22% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FCEB is #360314. Grayscale: #EAEAEA. Windows color (decimal): -3539733 or 15465673. OLE color: 15465673.
HSL color Cylindrical-coordinate representation of color #C9FCEB: hue angle of 160º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FCEB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 252 | 235 | - |
CMYK | 0.20 | 0 | 0.07 | 0.01 |
HSL | 160º | 0.89% | 0.89% | - |
HSV(B) | 160º | 0.2% | 0.99% | - |
XYZ | 73.89 | 88.04 | 91.7 | - |
YUV | 234.81 | 128.1 | 103.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 252 | 235 | 0.20 | 0 | 0.07 | 0.01 | 160 | 0.89 | 0.89 |
Hex | C9 | FC | EB | 14 | 0 | 7 | 1 | A0 | 59 | 59 |
Octal | 311 | 374 | 353 | 24 | 0 | 7 | 1 | 240 | 131 | 131 |
Binary | 11001001 | 11111100 | 11101011 | 10100 | 0 | 111 | 1 | 10100000 | 1011001 | 1011001 |
Color Harmonies of #C9FCEB
Complementary color
Monochromatic Colors of #C9FCEB
Black with #C9FCEB
Text Example
Text Example
White with #C9FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FCEB; }
p { color: rgb(201,252,235); }
H1.HeaderClassName
{
color: #C9FCEB;
}
.AnyTagClassName
{
color: #C9FCEB;
}
</style>
background-color css
<style>
a { background-color: #C9FCEB; }
a { background-color: rgb(201,252,235); }
div.DivClassName
{
background-color: #C9FCEB;
}
.BgClassName
{
background-color: #C9FCEB;
}
</style>
border-color css
<style>
span { border-color: #C9FCEB; }
span { border-color: rgb(201,252,235); }
td.TdClassName
{
border-color: #C9FCEB;
}
.TagClassName
{
border-color: #C9FCEB;
}
</style>