Shades of Humming Bird #C4FAEA
Tints of Humming Bird #C4FAEA
RGB
CMYK
RGB Variations
Color information
#C4FAEA (or 0xC4FAEA) is known color: Humming Bird. HEX triplet: C4, FA and EA. RGB value is (196,250,234). Sum of RGB (Red+Green+Blue) = 196+250+234=680 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.82% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAEA is #3B0515. Grayscale: #E8E8E8. Windows color (decimal): -3867926 or 15399620. OLE color: 15399620.
HSL color Cylindrical-coordinate representation of color #C4FAEA: hue angle of 162.22º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FAEA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 234 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.02 |
| HSL | 162.22º | 0.84% | 0.87% | - |
| HSV(B) | 162.22º | 0.22% | 0.98% | - |
| XYZ | 71.8 | 86.05 | 90.67 | - |
| YUV | 232.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 234 | 0.22 | 0 | 0.06 | 0.02 | 162.22 | 0.84 | 0.87 |
| Hex | C4 | FA | EA | 16 | 0 | 6 | 2 | A2 | 54 | 57 |
| Octal | 304 | 372 | 352 | 26 | 0 | 6 | 2 | 242 | 124 | 127 |
| Binary | 11000100 | 11111010 | 11101010 | 10110 | 0 | 110 | 10 | 10100010 | 1010100 | 1010111 |
Color Harmonies of #C4FAEA
Complementary color
Monochromatic Colors of #C4FAEA
Black with #C4FAEA
Text Example
Text Example
White with #C4FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FAEA; }
p { color: rgb(196,250,234); }
H1.HeaderClassName
{
color: #C4FAEA;
}
.AnyTagClassName
{
color: #C4FAEA;
}
</style>
background-color css
<style>
a { background-color: #C4FAEA; }
a { background-color: rgb(196,250,234); }
div.DivClassName
{
background-color: #C4FAEA;
}
.BgClassName
{
background-color: #C4FAEA;
}
</style>
border-color css
<style>
span { border-color: #C4FAEA; }
span { border-color: rgb(196,250,234); }
td.TdClassName
{
border-color: #C4FAEA;
}
.TagClassName
{
border-color: #C4FAEA;
}
</style>