Shades of Humming Bird #C2FAEF
Tints of Humming Bird #C2FAEF
RGB
CMYK
RGB Variations
Color information
#C2FAEF (or 0xC2FAEF) is known color: Humming Bird. HEX triplet: C2, FA and EF. RGB value is (194,250,239). Sum of RGB (Red+Green+Blue) = 194+250+239=683 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.40% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FAEF is #3D0510. Grayscale: #E7E7E7. Windows color (decimal): -3998993 or 15727298. OLE color: 15727298.
HSL color Cylindrical-coordinate representation of color #C2FAEF: hue angle of 168.21º 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 #C2FAEF is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 239 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.02 |
| HSL | 168.21º | 0.85% | 0.87% | - |
| HSV(B) | 168.21º | 0.22% | 0.98% | - |
| XYZ | 72.01 | 86.07 | 94.48 | - |
| YUV | 232 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 239 | 0.22 | 0 | 0.04 | 0.02 | 168.21 | 0.85 | 0.87 |
| Hex | C2 | FA | EF | 16 | 0 | 4 | 2 | A8 | 55 | 57 |
| Octal | 302 | 372 | 357 | 26 | 0 | 4 | 2 | 250 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11101111 | 10110 | 0 | 100 | 10 | 10101000 | 1010101 | 1010111 |
Color Harmonies of #C2FAEF
Complementary color
Monochromatic Colors of #C2FAEF
Black with #C2FAEF
Text Example
Text Example
White with #C2FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FAEF; }
p { color: rgb(194,250,239); }
H1.HeaderClassName
{
color: #C2FAEF;
}
.AnyTagClassName
{
color: #C2FAEF;
}
</style>
background-color css
<style>
a { background-color: #C2FAEF; }
a { background-color: rgb(194,250,239); }
div.DivClassName
{
background-color: #C2FAEF;
}
.BgClassName
{
background-color: #C2FAEF;
}
</style>
border-color css
<style>
span { border-color: #C2FAEF; }
span { border-color: rgb(194,250,239); }
td.TdClassName
{
border-color: #C2FAEF;
}
.TagClassName
{
border-color: #C2FAEF;
}
</style>