Shades of Humming Bird #CFF9EC
Tints of Humming Bird #CFF9EC
RGB
CMYK
RGB Variations
Color information
#CFF9EC (or 0xCFF9EC) is known color: Humming Bird. HEX triplet: CF, F9 and EC. RGB value is (207,249,236). Sum of RGB (Red+Green+Blue) = 207+249+236=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9EC is #300613. Grayscale: #EAEAEA. Windows color (decimal): -3147284 or 15530447. OLE color: 15530447.
HSL color Cylindrical-coordinate representation of color #CFF9EC: hue angle of 161.43º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9EC is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 236 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.02 |
| HSL | 161.43º | 0.78% | 0.89% | - |
| HSV(B) | 161.43º | 0.17% | 0.98% | - |
| XYZ | 74.75 | 87.07 | 92.22 | - |
| YUV | 234.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 236 | 0.17 | 0 | 0.05 | 0.02 | 161.43 | 0.78 | 0.89 |
| Hex | CF | F9 | EC | 11 | 0 | 5 | 2 | A1 | 4E | 59 |
| Octal | 317 | 371 | 354 | 21 | 0 | 5 | 2 | 241 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11101100 | 10001 | 0 | 101 | 10 | 10100001 | 1001110 | 1011001 |
Color Harmonies of #CFF9EC
Complementary color
Monochromatic Colors of #CFF9EC
Black with #CFF9EC
Text Example
Text Example
White with #CFF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9EC; }
p { color: rgb(207,249,236); }
H1.HeaderClassName
{
color: #CFF9EC;
}
.AnyTagClassName
{
color: #CFF9EC;
}
</style>
background-color css
<style>
a { background-color: #CFF9EC; }
a { background-color: rgb(207,249,236); }
div.DivClassName
{
background-color: #CFF9EC;
}
.BgClassName
{
background-color: #CFF9EC;
}
</style>
border-color css
<style>
span { border-color: #CFF9EC; }
span { border-color: rgb(207,249,236); }
td.TdClassName
{
border-color: #CFF9EC;
}
.TagClassName
{
border-color: #CFF9EC;
}
</style>