Shades of Humming Bird #C2FAEC
Tints of Humming Bird #C2FAEC
RGB
CMYK
RGB Variations
Color information
#C2FAEC (or 0xC2FAEC) is known color: Humming Bird. HEX triplet: C2, FA and EC. RGB value is (194,250,236). Sum of RGB (Red+Green+Blue) = 194+250+236=680 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.53% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAEC is #3D0513. Grayscale: #E7E7E7. Windows color (decimal): -3998996 or 15530690. OLE color: 15530690.
HSL color Cylindrical-coordinate representation of color #C2FAEC: hue angle of 165º 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 #C2FAEC is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 236 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.02 |
| HSL | 165º | 0.85% | 0.87% | - |
| HSV(B) | 165º | 0.22% | 0.98% | - |
| XYZ | 71.57 | 85.9 | 92.16 | - |
| YUV | 231.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 236 | 0.22 | 0 | 0.06 | 0.02 | 165 | 0.85 | 0.87 |
| Hex | C2 | FA | EC | 16 | 0 | 6 | 2 | A5 | 55 | 57 |
| Octal | 302 | 372 | 354 | 26 | 0 | 6 | 2 | 245 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11101100 | 10110 | 0 | 110 | 10 | 10100101 | 1010101 | 1010111 |
Color Harmonies of #C2FAEC
Complementary color
Monochromatic Colors of #C2FAEC
Black with #C2FAEC
Text Example
Text Example
White with #C2FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAEC; }
p { color: rgb(194,250,236); }
H1.HeaderClassName
{
color: #C2FAEC;
}
.AnyTagClassName
{
color: #C2FAEC;
}
</style>
background-color css
<style>
a { background-color: #C2FAEC; }
a { background-color: rgb(194,250,236); }
div.DivClassName
{
background-color: #C2FAEC;
}
.BgClassName
{
background-color: #C2FAEC;
}
</style>
border-color css
<style>
span { border-color: #C2FAEC; }
span { border-color: rgb(194,250,236); }
td.TdClassName
{
border-color: #C2FAEC;
}
.TagClassName
{
border-color: #C2FAEC;
}
</style>