Shades of Humming Bird #C2F8E5
Tints of Humming Bird #C2F8E5
RGB
CMYK
RGB Variations
Color information
#C2F8E5 (or 0xC2F8E5) is known color: Humming Bird. HEX triplet: C2, F8 and E5. RGB value is (194,248,229). Sum of RGB (Red+Green+Blue) = 194+248+229=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F8E5 is #3D071A. Grayscale: #E5E5E5. Windows color (decimal): -3999515 or 15071426. OLE color: 15071426.
HSL color Cylindrical-coordinate representation of color #C2F8E5: hue angle of 158.89º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F8E5 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 229 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.03 |
| HSL | 158.89º | 0.79% | 0.87% | - |
| HSV(B) | 158.89º | 0.22% | 0.97% | - |
| XYZ | 69.96 | 84.26 | 86.71 | - |
| YUV | 229.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 229 | 0.22 | 0 | 0.08 | 0.03 | 158.89 | 0.79 | 0.87 |
| Hex | C2 | F8 | E5 | 16 | 0 | 8 | 3 | 9F | 4F | 57 |
| Octal | 302 | 370 | 345 | 26 | 0 | 10 | 3 | 237 | 117 | 127 |
| Binary | 11000010 | 11111000 | 11100101 | 10110 | 0 | 1000 | 11 | 10011111 | 1001111 | 1010111 |
Color Harmonies of #C2F8E5
Complementary color
Monochromatic Colors of #C2F8E5
Black with #C2F8E5
Text Example
Text Example
White with #C2F8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F8E5; }
p { color: rgb(194,248,229); }
H1.HeaderClassName
{
color: #C2F8E5;
}
.AnyTagClassName
{
color: #C2F8E5;
}
</style>
background-color css
<style>
a { background-color: #C2F8E5; }
a { background-color: rgb(194,248,229); }
div.DivClassName
{
background-color: #C2F8E5;
}
.BgClassName
{
background-color: #C2F8E5;
}
</style>
border-color css
<style>
span { border-color: #C2F8E5; }
span { border-color: rgb(194,248,229); }
td.TdClassName
{
border-color: #C2F8E5;
}
.TagClassName
{
border-color: #C2F8E5;
}
</style>