Shades of Humming Bird #CFF9EF
Tints of Humming Bird #CFF9EF
RGB
CMYK
RGB Variations
Color information
#CFF9EF (or 0xCFF9EF) is known color: Humming Bird. HEX triplet: CF, F9 and EF. RGB value is (207,249,239). Sum of RGB (Red+Green+Blue) = 207+249+239=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9EF is #300610. Grayscale: #EBEBEB. Windows color (decimal): -3147281 or 15727055. OLE color: 15727055.
HSL color Cylindrical-coordinate representation of color #CFF9EF: hue angle of 165.71º 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 #CFF9EF is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 239 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.02 |
| HSL | 165.71º | 0.78% | 0.89% | - |
| HSV(B) | 165.71º | 0.17% | 0.98% | - |
| XYZ | 75.19 | 87.25 | 94.54 | - |
| YUV | 235.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 239 | 0.17 | 0 | 0.04 | 0.02 | 165.71 | 0.78 | 0.89 |
| Hex | CF | F9 | EF | 11 | 0 | 4 | 2 | A6 | 4E | 59 |
| Octal | 317 | 371 | 357 | 21 | 0 | 4 | 2 | 246 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11101111 | 10001 | 0 | 100 | 10 | 10100110 | 1001110 | 1011001 |
Color Harmonies of #CFF9EF
Complementary color
Monochromatic Colors of #CFF9EF
Black with #CFF9EF
Text Example
Text Example
White with #CFF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9EF; }
p { color: rgb(207,249,239); }
H1.HeaderClassName
{
color: #CFF9EF;
}
.AnyTagClassName
{
color: #CFF9EF;
}
</style>
background-color css
<style>
a { background-color: #CFF9EF; }
a { background-color: rgb(207,249,239); }
div.DivClassName
{
background-color: #CFF9EF;
}
.BgClassName
{
background-color: #CFF9EF;
}
</style>
border-color css
<style>
span { border-color: #CFF9EF; }
span { border-color: rgb(207,249,239); }
td.TdClassName
{
border-color: #CFF9EF;
}
.TagClassName
{
border-color: #CFF9EF;
}
</style>