Shades of Humming Bird #CFF5EC
Tints of Humming Bird #CFF5EC
RGB
CMYK
RGB Variations
Color information
#CFF5EC (or 0xCFF5EC) is known color: Humming Bird. HEX triplet: CF, F5 and EC. RGB value is (207,245,236). Sum of RGB (Red+Green+Blue) = 207+245+236=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5EC is #300A13. Grayscale: #E8E8E8. Windows color (decimal): -3148308 or 15529423. OLE color: 15529423.
HSL color Cylindrical-coordinate representation of color #CFF5EC: hue angle of 165.79º degrees, saturation: 0.66, 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 #CFF5EC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 245 | 236 | - |
CMYK | 0.16 | 0 | 0.04 | 0.04 |
HSL | 165.79º | 0.66% | 0.89% | - |
HSV(B) | 165.79º | 0.16% | 0.96% | - |
XYZ | 73.52 | 84.63 | 91.82 | - |
YUV | 232.61 | 129.91 | 109.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 245 | 236 | 0.16 | 0 | 0.04 | 0.04 | 165.79 | 0.66 | 0.89 |
Hex | CF | F5 | EC | 10 | 0 | 4 | 4 | A6 | 42 | 59 |
Octal | 317 | 365 | 354 | 20 | 0 | 4 | 4 | 246 | 102 | 131 |
Binary | 11001111 | 11110101 | 11101100 | 10000 | 0 | 100 | 100 | 10100110 | 1000010 | 1011001 |
Color Harmonies of #CFF5EC
Complementary color
Monochromatic Colors of #CFF5EC
Black with #CFF5EC
Text Example
Text Example
White with #CFF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5EC; }
p { color: rgb(207,245,236); }
H1.HeaderClassName
{
color: #CFF5EC;
}
.AnyTagClassName
{
color: #CFF5EC;
}
</style>
background-color css
<style>
a { background-color: #CFF5EC; }
a { background-color: rgb(207,245,236); }
div.DivClassName
{
background-color: #CFF5EC;
}
.BgClassName
{
background-color: #CFF5EC;
}
</style>
border-color css
<style>
span { border-color: #CFF5EC; }
span { border-color: rgb(207,245,236); }
td.TdClassName
{
border-color: #CFF5EC;
}
.TagClassName
{
border-color: #CFF5EC;
}
</style>