Shades of Humming Bird #C7FCF1
Tints of Humming Bird #C7FCF1
RGB
CMYK
RGB Variations
Color information
#C7FCF1 (or 0xC7FCF1) is known color: Humming Bird. HEX triplet: C7, FC and F1. RGB value is (199,252,241). Sum of RGB (Red+Green+Blue) = 199+252+241=692 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.76% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCF1 is #38030E. Grayscale: #EAEAEA. Windows color (decimal): -3670799 or 15858887. OLE color: 15858887.
HSL color Cylindrical-coordinate representation of color #C7FCF1: hue angle of 167.55º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FCF1 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 241 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.01 |
| HSL | 167.55º | 0.9% | 0.88% | - |
| HSV(B) | 167.55º | 0.21% | 0.99% | - |
| XYZ | 74.24 | 88.11 | 96.31 | - |
| YUV | 234.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 241 | 0.21 | 0 | 0.04 | 0.01 | 167.55 | 0.9 | 0.88 |
| Hex | C7 | FC | F1 | 15 | 0 | 4 | 1 | A8 | 5A | 58 |
| Octal | 307 | 374 | 361 | 25 | 0 | 4 | 1 | 250 | 132 | 130 |
| Binary | 11000111 | 11111100 | 11110001 | 10101 | 0 | 100 | 1 | 10101000 | 1011010 | 1011000 |
Color Harmonies of #C7FCF1
Complementary color
Monochromatic Colors of #C7FCF1
Black with #C7FCF1
Text Example
Text Example
White with #C7FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCF1; }
p { color: rgb(199,252,241); }
H1.HeaderClassName
{
color: #C7FCF1;
}
.AnyTagClassName
{
color: #C7FCF1;
}
</style>
background-color css
<style>
a { background-color: #C7FCF1; }
a { background-color: rgb(199,252,241); }
div.DivClassName
{
background-color: #C7FCF1;
}
.BgClassName
{
background-color: #C7FCF1;
}
</style>
border-color css
<style>
span { border-color: #C7FCF1; }
span { border-color: rgb(199,252,241); }
td.TdClassName
{
border-color: #C7FCF1;
}
.TagClassName
{
border-color: #C7FCF1;
}
</style>