Shades of Humming Bird #CFFEEA
Tints of Humming Bird #CFFEEA
RGB
CMYK
RGB Variations
Color information
#CFFEEA (or 0xCFFEEA) is known color: Humming Bird. HEX triplet: CF, FE and EA. RGB value is (207,254,234). Sum of RGB (Red+Green+Blue) = 207+254+234=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEEA is #300115. Grayscale: #EDEDED. Windows color (decimal): -3146006 or 15400655. OLE color: 15400655.
HSL color Cylindrical-coordinate representation of color #CFFEEA: hue angle of 154.47º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFEEA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 234 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.00 |
| HSL | 154.47º | 0.96% | 0.9% | - |
| HSV(B) | 154.47º | 0.19% | 1% | - |
| XYZ | 76.03 | 90.09 | 91.22 | - |
| YUV | 237.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 234 | 0.19 | 0 | 0.08 | 0.00 | 154.47 | 0.96 | 0.9 |
| Hex | CF | FE | EA | 13 | 0 | 8 | 0 | 9A | 60 | 5A |
| Octal | 317 | 376 | 352 | 23 | 0 | 10 | 0 | 232 | 140 | 132 |
| Binary | 11001111 | 11111110 | 11101010 | 10011 | 0 | 1000 | 0 | 10011010 | 1100000 | 1011010 |
Color Harmonies of #CFFEEA
Complementary color
Monochromatic Colors of #CFFEEA
Black with #CFFEEA
Text Example
Text Example
White with #CFFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEEA; }
p { color: rgb(207,254,234); }
H1.HeaderClassName
{
color: #CFFEEA;
}
.AnyTagClassName
{
color: #CFFEEA;
}
</style>
background-color css
<style>
a { background-color: #CFFEEA; }
a { background-color: rgb(207,254,234); }
div.DivClassName
{
background-color: #CFFEEA;
}
.BgClassName
{
background-color: #CFFEEA;
}
</style>
border-color css
<style>
span { border-color: #CFFEEA; }
span { border-color: rgb(207,254,234); }
td.TdClassName
{
border-color: #CFFEEA;
}
.TagClassName
{
border-color: #CFFEEA;
}
</style>