Shades of Humming Bird #CFF7EE
Tints of Humming Bird #CFF7EE
RGB
CMYK
RGB Variations
Color information
#CFF7EE (or 0xCFF7EE) is known color: Humming Bird. HEX triplet: CF, F7 and EE. RGB value is (207,247,238). Sum of RGB (Red+Green+Blue) = 207+247+238=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF7EE is #300811. Grayscale: #EAEAEA. Windows color (decimal): -3147794 or 15661007. OLE color: 15661007.
HSL color Cylindrical-coordinate representation of color #CFF7EE: hue angle of 166.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7EE is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 238 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.03 |
| HSL | 166.5º | 0.71% | 0.89% | - |
| HSV(B) | 166.5º | 0.16% | 0.97% | - |
| XYZ | 74.43 | 85.96 | 93.56 | - |
| YUV | 234.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 238 | 0.16 | 0 | 0.04 | 0.03 | 166.5 | 0.71 | 0.89 |
| Hex | CF | F7 | EE | 10 | 0 | 4 | 3 | A6 | 47 | 59 |
| Octal | 317 | 367 | 356 | 20 | 0 | 4 | 3 | 246 | 107 | 131 |
| Binary | 11001111 | 11110111 | 11101110 | 10000 | 0 | 100 | 11 | 10100110 | 1000111 | 1011001 |
Color Harmonies of #CFF7EE
Complementary color
Monochromatic Colors of #CFF7EE
Black with #CFF7EE
Text Example
Text Example
White with #CFF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7EE; }
p { color: rgb(207,247,238); }
H1.HeaderClassName
{
color: #CFF7EE;
}
.AnyTagClassName
{
color: #CFF7EE;
}
</style>
background-color css
<style>
a { background-color: #CFF7EE; }
a { background-color: rgb(207,247,238); }
div.DivClassName
{
background-color: #CFF7EE;
}
.BgClassName
{
background-color: #CFF7EE;
}
</style>
border-color css
<style>
span { border-color: #CFF7EE; }
span { border-color: rgb(207,247,238); }
td.TdClassName
{
border-color: #CFF7EE;
}
.TagClassName
{
border-color: #CFF7EE;
}
</style>