Shades of Humming Bird #CFF8EE
Tints of Humming Bird #CFF8EE
RGB
CMYK
RGB Variations
Color information
#CFF8EE (or 0xCFF8EE) is known color: Humming Bird. HEX triplet: CF, F8 and EE. RGB value is (207,248,238). Sum of RGB (Red+Green+Blue) = 207+248+238=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF8EE is #300711. Grayscale: #EAEAEA. Windows color (decimal): -3147538 or 15661263. OLE color: 15661263.
HSL color Cylindrical-coordinate representation of color #CFF8EE: hue angle of 165.37º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF8EE is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 238 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.03 |
| HSL | 165.37º | 0.75% | 0.89% | - |
| HSV(B) | 165.37º | 0.17% | 0.97% | - |
| XYZ | 74.73 | 86.57 | 93.66 | - |
| YUV | 234.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 238 | 0.17 | 0 | 0.04 | 0.03 | 165.37 | 0.75 | 0.89 |
| Hex | CF | F8 | EE | 11 | 0 | 4 | 3 | A5 | 4B | 59 |
| Octal | 317 | 370 | 356 | 21 | 0 | 4 | 3 | 245 | 113 | 131 |
| Binary | 11001111 | 11111000 | 11101110 | 10001 | 0 | 100 | 11 | 10100101 | 1001011 | 1011001 |
Color Harmonies of #CFF8EE
Complementary color
Monochromatic Colors of #CFF8EE
Black with #CFF8EE
Text Example
Text Example
White with #CFF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8EE; }
p { color: rgb(207,248,238); }
H1.HeaderClassName
{
color: #CFF8EE;
}
.AnyTagClassName
{
color: #CFF8EE;
}
</style>
background-color css
<style>
a { background-color: #CFF8EE; }
a { background-color: rgb(207,248,238); }
div.DivClassName
{
background-color: #CFF8EE;
}
.BgClassName
{
background-color: #CFF8EE;
}
</style>
border-color css
<style>
span { border-color: #CFF8EE; }
span { border-color: rgb(207,248,238); }
td.TdClassName
{
border-color: #CFF8EE;
}
.TagClassName
{
border-color: #CFF8EE;
}
</style>