Shades of Humming Bird #C4FCEA
Tints of Humming Bird #C4FCEA
RGB
CMYK
RGB Variations
Color information
#C4FCEA (or 0xC4FCEA) is known color: Humming Bird. HEX triplet: C4, FC and EA. RGB value is (196,252,234). Sum of RGB (Red+Green+Blue) = 196+252+234=682 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.74% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FCEA is #3B0315. Grayscale: #E9E9E9. Windows color (decimal): -3867414 or 15400132. OLE color: 15400132.
HSL color Cylindrical-coordinate representation of color #C4FCEA: hue angle of 160.71º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FCEA is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 252 | 234 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.01 |
| HSL | 160.71º | 0.9% | 0.88% | - |
| HSV(B) | 160.71º | 0.22% | 0.99% | - |
| XYZ | 72.43 | 87.3 | 90.87 | - |
| YUV | 233.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 252 | 234 | 0.22 | 0 | 0.07 | 0.01 | 160.71 | 0.9 | 0.88 |
| Hex | C4 | FC | EA | 16 | 0 | 7 | 1 | A1 | 5A | 58 |
| Octal | 304 | 374 | 352 | 26 | 0 | 7 | 1 | 241 | 132 | 130 |
| Binary | 11000100 | 11111100 | 11101010 | 10110 | 0 | 111 | 1 | 10100001 | 1011010 | 1011000 |
Color Harmonies of #C4FCEA
Complementary color
Monochromatic Colors of #C4FCEA
Black with #C4FCEA
Text Example
Text Example
White with #C4FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FCEA; }
p { color: rgb(196,252,234); }
H1.HeaderClassName
{
color: #C4FCEA;
}
.AnyTagClassName
{
color: #C4FCEA;
}
</style>
background-color css
<style>
a { background-color: #C4FCEA; }
a { background-color: rgb(196,252,234); }
div.DivClassName
{
background-color: #C4FCEA;
}
.BgClassName
{
background-color: #C4FCEA;
}
</style>
border-color css
<style>
span { border-color: #C4FCEA; }
span { border-color: rgb(196,252,234); }
td.TdClassName
{
border-color: #C4FCEA;
}
.TagClassName
{
border-color: #C4FCEA;
}
</style>