Shades of Humming Bird #C7F9EA
Tints of Humming Bird #C7F9EA
RGB
CMYK
RGB Variations
Color information
#C7F9EA (or 0xC7F9EA) is known color: Humming Bird. HEX triplet: C7, F9 and EA. RGB value is (199,249,234). Sum of RGB (Red+Green+Blue) = 199+249+234=682 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.18% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F9EA is #380615. Grayscale: #E8E8E8. Windows color (decimal): -3671574 or 15399367. OLE color: 15399367.
HSL color Cylindrical-coordinate representation of color #C7F9EA: hue angle of 162º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7F9EA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 234 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.02 |
| HSL | 162º | 0.81% | 0.88% | - |
| HSV(B) | 162º | 0.2% | 0.98% | - |
| XYZ | 72.28 | 85.83 | 90.6 | - |
| YUV | 232.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 234 | 0.20 | 0 | 0.06 | 0.02 | 162 | 0.81 | 0.88 |
| Hex | C7 | F9 | EA | 14 | 0 | 6 | 2 | A2 | 51 | 58 |
| Octal | 307 | 371 | 352 | 24 | 0 | 6 | 2 | 242 | 121 | 130 |
| Binary | 11000111 | 11111001 | 11101010 | 10100 | 0 | 110 | 10 | 10100010 | 1010001 | 1011000 |
Color Harmonies of #C7F9EA
Complementary color
Monochromatic Colors of #C7F9EA
Black with #C7F9EA
Text Example
Text Example
White with #C7F9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F9EA; }
p { color: rgb(199,249,234); }
H1.HeaderClassName
{
color: #C7F9EA;
}
.AnyTagClassName
{
color: #C7F9EA;
}
</style>
background-color css
<style>
a { background-color: #C7F9EA; }
a { background-color: rgb(199,249,234); }
div.DivClassName
{
background-color: #C7F9EA;
}
.BgClassName
{
background-color: #C7F9EA;
}
</style>
border-color css
<style>
span { border-color: #C7F9EA; }
span { border-color: rgb(199,249,234); }
td.TdClassName
{
border-color: #C7F9EA;
}
.TagClassName
{
border-color: #C7F9EA;
}
</style>