Shades of Humming Bird #C2FAED
Tints of Humming Bird #C2FAED
RGB
CMYK
RGB Variations
Color information
#C2FAED (or 0xC2FAED) is known color: Humming Bird. HEX triplet: C2, FA and ED. RGB value is (194,250,237). Sum of RGB (Red+Green+Blue) = 194+250+237=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAED is #3D0512. Grayscale: #E7E7E7. Windows color (decimal): -3998995 or 15596226. OLE color: 15596226.
HSL color Cylindrical-coordinate representation of color #C2FAED: hue angle of 166.07º 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 #C2FAED is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 237 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.02 |
| HSL | 166.07º | 0.85% | 0.87% | - |
| HSV(B) | 166.07º | 0.22% | 0.98% | - |
| XYZ | 71.72 | 85.95 | 92.93 | - |
| YUV | 231.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 237 | 0.22 | 0 | 0.05 | 0.02 | 166.07 | 0.85 | 0.87 |
| Hex | C2 | FA | ED | 16 | 0 | 5 | 2 | A6 | 55 | 57 |
| Octal | 302 | 372 | 355 | 26 | 0 | 5 | 2 | 246 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11101101 | 10110 | 0 | 101 | 10 | 10100110 | 1010101 | 1010111 |
Color Harmonies of #C2FAED
Complementary color
Monochromatic Colors of #C2FAED
Black with #C2FAED
Text Example
Text Example
White with #C2FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAED; }
p { color: rgb(194,250,237); }
H1.HeaderClassName
{
color: #C2FAED;
}
.AnyTagClassName
{
color: #C2FAED;
}
</style>
background-color css
<style>
a { background-color: #C2FAED; }
a { background-color: rgb(194,250,237); }
div.DivClassName
{
background-color: #C2FAED;
}
.BgClassName
{
background-color: #C2FAED;
}
</style>
border-color css
<style>
span { border-color: #C2FAED; }
span { border-color: rgb(194,250,237); }
td.TdClassName
{
border-color: #C2FAED;
}
.TagClassName
{
border-color: #C2FAED;
}
</style>