Shades of Humming Bird #CFF9E7
Tints of Humming Bird #CFF9E7
RGB
CMYK
RGB Variations
Color information
#CFF9E7 (or 0xCFF9E7) is known color: Humming Bird. HEX triplet: CF, F9 and E7. RGB value is (207,249,231). Sum of RGB (Red+Green+Blue) = 207+249+231=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9E7 is #300618. Grayscale: #EAEAEA. Windows color (decimal): -3147289 or 15202767. OLE color: 15202767.
HSL color Cylindrical-coordinate representation of color #CFF9E7: hue angle of 154.29º 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 #CFF9E7 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 231 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.02 |
| HSL | 154.29º | 0.78% | 0.89% | - |
| HSV(B) | 154.29º | 0.17% | 0.98% | - |
| XYZ | 74.03 | 86.79 | 88.45 | - |
| YUV | 234.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 231 | 0.17 | 0 | 0.07 | 0.02 | 154.29 | 0.78 | 0.89 |
| Hex | CF | F9 | E7 | 11 | 0 | 7 | 2 | 9A | 4E | 59 |
| Octal | 317 | 371 | 347 | 21 | 0 | 7 | 2 | 232 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11100111 | 10001 | 0 | 111 | 10 | 10011010 | 1001110 | 1011001 |
Color Harmonies of #CFF9E7
Complementary color
Monochromatic Colors of #CFF9E7
Black with #CFF9E7
Text Example
Text Example
White with #CFF9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9E7; }
p { color: rgb(207,249,231); }
H1.HeaderClassName
{
color: #CFF9E7;
}
.AnyTagClassName
{
color: #CFF9E7;
}
</style>
background-color css
<style>
a { background-color: #CFF9E7; }
a { background-color: rgb(207,249,231); }
div.DivClassName
{
background-color: #CFF9E7;
}
.BgClassName
{
background-color: #CFF9E7;
}
</style>
border-color css
<style>
span { border-color: #CFF9E7; }
span { border-color: rgb(207,249,231); }
td.TdClassName
{
border-color: #CFF9E7;
}
.TagClassName
{
border-color: #CFF9E7;
}
</style>