Shades of Humming Bird #CFF1EA
Tints of Humming Bird #CFF1EA
RGB
CMYK
RGB Variations
Color information
#CFF1EA (or 0xCFF1EA) is known color: Humming Bird. HEX triplet: CF, F1 and EA. RGB value is (207,241,234). Sum of RGB (Red+Green+Blue) = 207+241+234=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1EA is #300E15. Grayscale: #E6E6E6. Windows color (decimal): -3149334 or 15397327. OLE color: 15397327.
HSL color Cylindrical-coordinate representation of color #CFF1EA: hue angle of 167.65º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1EA is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 234 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.05 |
| HSL | 167.65º | 0.55% | 0.88% | - |
| HSV(B) | 167.65º | 0.14% | 0.95% | - |
| XYZ | 72.04 | 82.12 | 89.9 | - |
| YUV | 230.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 234 | 0.14 | 0 | 0.03 | 0.05 | 167.65 | 0.55 | 0.88 |
| Hex | CF | F1 | EA | E | 0 | 3 | 5 | A8 | 37 | 58 |
| Octal | 317 | 361 | 352 | 16 | 0 | 3 | 5 | 250 | 67 | 130 |
| Binary | 11001111 | 11110001 | 11101010 | 1110 | 0 | 11 | 101 | 10101000 | 110111 | 1011000 |
Color Harmonies of #CFF1EA
Complementary color
Monochromatic Colors of #CFF1EA
Black with #CFF1EA
Text Example
Text Example
White with #CFF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1EA; }
p { color: rgb(207,241,234); }
H1.HeaderClassName
{
color: #CFF1EA;
}
.AnyTagClassName
{
color: #CFF1EA;
}
</style>
background-color css
<style>
a { background-color: #CFF1EA; }
a { background-color: rgb(207,241,234); }
div.DivClassName
{
background-color: #CFF1EA;
}
.BgClassName
{
background-color: #CFF1EA;
}
</style>
border-color css
<style>
span { border-color: #CFF1EA; }
span { border-color: rgb(207,241,234); }
td.TdClassName
{
border-color: #CFF1EA;
}
.TagClassName
{
border-color: #CFF1EA;
}
</style>