Shades of Humming Bird #CFF6EA
Tints of Humming Bird #CFF6EA
RGB
CMYK
RGB Variations
Color information
#CFF6EA (or 0xCFF6EA) is known color: Humming Bird. HEX triplet: CF, F6 and EA. RGB value is (207,246,234). Sum of RGB (Red+Green+Blue) = 207+246+234=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6EA is #300915. Grayscale: #E8E8E8. Windows color (decimal): -3148054 or 15398607. OLE color: 15398607.
HSL color Cylindrical-coordinate representation of color #CFF6EA: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6EA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 234 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.04 |
| HSL | 161.54º | 0.68% | 0.89% | - |
| HSV(B) | 161.54º | 0.16% | 0.96% | - |
| XYZ | 73.54 | 85.12 | 90.4 | - |
| YUV | 232.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 234 | 0.16 | 0 | 0.05 | 0.04 | 161.54 | 0.68 | 0.89 |
| Hex | CF | F6 | EA | 10 | 0 | 5 | 4 | A2 | 44 | 59 |
| Octal | 317 | 366 | 352 | 20 | 0 | 5 | 4 | 242 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11101010 | 10000 | 0 | 101 | 100 | 10100010 | 1000100 | 1011001 |
Color Harmonies of #CFF6EA
Complementary color
Monochromatic Colors of #CFF6EA
Black with #CFF6EA
Text Example
Text Example
White with #CFF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6EA; }
p { color: rgb(207,246,234); }
H1.HeaderClassName
{
color: #CFF6EA;
}
.AnyTagClassName
{
color: #CFF6EA;
}
</style>
background-color css
<style>
a { background-color: #CFF6EA; }
a { background-color: rgb(207,246,234); }
div.DivClassName
{
background-color: #CFF6EA;
}
.BgClassName
{
background-color: #CFF6EA;
}
</style>
border-color css
<style>
span { border-color: #CFF6EA; }
span { border-color: rgb(207,246,234); }
td.TdClassName
{
border-color: #CFF6EA;
}
.TagClassName
{
border-color: #CFF6EA;
}
</style>