Shades of Humming Bird #C7FEED
Tints of Humming Bird #C7FEED
RGB
CMYK
RGB Variations
Color information
#C7FEED (or 0xC7FEED) is known color: Humming Bird. HEX triplet: C7, FE and ED. RGB value is (199,254,237). Sum of RGB (Red+Green+Blue) = 199+254+237=690 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.84% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEED is #380112. Grayscale: #EBEBEB. Windows color (decimal): -3670291 or 15597255. OLE color: 15597255.
HSL color Cylindrical-coordinate representation of color #C7FEED: hue angle of 161.45º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEED is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 237 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.00 |
| HSL | 161.45º | 0.96% | 0.89% | - |
| HSV(B) | 161.45º | 0.22% | 1% | - |
| XYZ | 74.28 | 89.14 | 93.41 | - |
| YUV | 235.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 237 | 0.22 | 0 | 0.07 | 0.00 | 161.45 | 0.96 | 0.89 |
| Hex | C7 | FE | ED | 16 | 0 | 7 | 0 | A1 | 60 | 59 |
| Octal | 307 | 376 | 355 | 26 | 0 | 7 | 0 | 241 | 140 | 131 |
| Binary | 11000111 | 11111110 | 11101101 | 10110 | 0 | 111 | 0 | 10100001 | 1100000 | 1011001 |
Color Harmonies of #C7FEED
Complementary color
Monochromatic Colors of #C7FEED
Black with #C7FEED
Text Example
Text Example
White with #C7FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEED; }
p { color: rgb(199,254,237); }
H1.HeaderClassName
{
color: #C7FEED;
}
.AnyTagClassName
{
color: #C7FEED;
}
</style>
background-color css
<style>
a { background-color: #C7FEED; }
a { background-color: rgb(199,254,237); }
div.DivClassName
{
background-color: #C7FEED;
}
.BgClassName
{
background-color: #C7FEED;
}
</style>
border-color css
<style>
span { border-color: #C7FEED; }
span { border-color: rgb(199,254,237); }
td.TdClassName
{
border-color: #C7FEED;
}
.TagClassName
{
border-color: #C7FEED;
}
</style>