Shades of Humming Bird #C2F9EA
Tints of Humming Bird #C2F9EA
RGB
CMYK
RGB Variations
Color information
#C2F9EA (or 0xC2F9EA) is known color: Humming Bird. HEX triplet: C2, F9 and EA. RGB value is (194,249,234). Sum of RGB (Red+Green+Blue) = 194+249+234=677 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.66% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F9EA is #3D0615. Grayscale: #E6E6E6. Windows color (decimal): -3999254 or 15399362. OLE color: 15399362.
HSL color Cylindrical-coordinate representation of color #C2F9EA: hue angle of 163.64º degrees, saturation: 0.82, 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 #C2F9EA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 234 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.02 |
| HSL | 163.64º | 0.82% | 0.87% | - |
| HSV(B) | 163.64º | 0.22% | 0.98% | - |
| XYZ | 70.98 | 85.16 | 90.54 | - |
| YUV | 230.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 234 | 0.22 | 0 | 0.06 | 0.02 | 163.64 | 0.82 | 0.87 |
| Hex | C2 | F9 | EA | 16 | 0 | 6 | 2 | A4 | 52 | 57 |
| Octal | 302 | 371 | 352 | 26 | 0 | 6 | 2 | 244 | 122 | 127 |
| Binary | 11000010 | 11111001 | 11101010 | 10110 | 0 | 110 | 10 | 10100100 | 1010010 | 1010111 |
Color Harmonies of #C2F9EA
Complementary color
Monochromatic Colors of #C2F9EA
Black with #C2F9EA
Text Example
Text Example
White with #C2F9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F9EA; }
p { color: rgb(194,249,234); }
H1.HeaderClassName
{
color: #C2F9EA;
}
.AnyTagClassName
{
color: #C2F9EA;
}
</style>
background-color css
<style>
a { background-color: #C2F9EA; }
a { background-color: rgb(194,249,234); }
div.DivClassName
{
background-color: #C2F9EA;
}
.BgClassName
{
background-color: #C2F9EA;
}
</style>
border-color css
<style>
span { border-color: #C2F9EA; }
span { border-color: rgb(194,249,234); }
td.TdClassName
{
border-color: #C2F9EA;
}
.TagClassName
{
border-color: #C2F9EA;
}
</style>