Shades of Humming Bird #C2FAEA
Tints of Humming Bird #C2FAEA
RGB
CMYK
RGB Variations
Color information
#C2FAEA (or 0xC2FAEA) is known color: Humming Bird. HEX triplet: C2, FA and EA. RGB value is (194,250,234). Sum of RGB (Red+Green+Blue) = 194+250+234=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAEA is #3D0515. Grayscale: #E7E7E7. Windows color (decimal): -3998998 or 15399618. OLE color: 15399618.
HSL color Cylindrical-coordinate representation of color #C2FAEA: hue angle of 162.86º degrees, saturation: 0.85, 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 #C2FAEA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 234 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.02 |
| HSL | 162.86º | 0.85% | 0.87% | - |
| HSV(B) | 162.86º | 0.22% | 0.98% | - |
| XYZ | 71.29 | 85.78 | 90.64 | - |
| YUV | 231.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 234 | 0.22 | 0 | 0.06 | 0.02 | 162.86 | 0.85 | 0.87 |
| Hex | C2 | FA | EA | 16 | 0 | 6 | 2 | A3 | 55 | 57 |
| Octal | 302 | 372 | 352 | 26 | 0 | 6 | 2 | 243 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11101010 | 10110 | 0 | 110 | 10 | 10100011 | 1010101 | 1010111 |
Color Harmonies of #C2FAEA
Complementary color
Monochromatic Colors of #C2FAEA
Black with #C2FAEA
Text Example
Text Example
White with #C2FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAEA; }
p { color: rgb(194,250,234); }
H1.HeaderClassName
{
color: #C2FAEA;
}
.AnyTagClassName
{
color: #C2FAEA;
}
</style>
background-color css
<style>
a { background-color: #C2FAEA; }
a { background-color: rgb(194,250,234); }
div.DivClassName
{
background-color: #C2FAEA;
}
.BgClassName
{
background-color: #C2FAEA;
}
</style>
border-color css
<style>
span { border-color: #C2FAEA; }
span { border-color: rgb(194,250,234); }
td.TdClassName
{
border-color: #C2FAEA;
}
.TagClassName
{
border-color: #C2FAEA;
}
</style>