Shades of Humming Bird #C7FFEB
Tints of Humming Bird #C7FFEB
RGB
CMYK
RGB Variations
Color information
#C7FFEB (or 0xC7FFEB) is known color: Humming Bird. HEX triplet: C7, FF and EB. RGB value is (199,255,235). Sum of RGB (Red+Green+Blue) = 199+255+235=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFEB is #380014. Grayscale: #EBEBEB. Windows color (decimal): -3670037 or 15466439. OLE color: 15466439.
HSL color Cylindrical-coordinate representation of color #C7FFEB: hue angle of 158.57º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFEB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 235 | - |
| CMYK | 0.22 | 0 | 0.08 | 0 |
| HSL | 158.57º | 1% | 0.89% | - |
| HSV(B) | 158.57º | 0.22% | 1% | - |
| XYZ | 74.31 | 89.66 | 91.99 | - |
| YUV | 235.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 235 | 0.22 | 0 | 0.08 | 0 | 158.57 | 1 | 0.89 |
| Hex | C7 | FF | EB | 16 | 0 | 8 | 0 | 9F | 64 | 59 |
| Octal | 307 | 377 | 353 | 26 | 0 | 10 | 0 | 237 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11101011 | 10110 | 0 | 1000 | 0 | 10011111 | 1100100 | 1011001 |
Color Harmonies of #C7FFEB
Complementary color
Monochromatic Colors of #C7FFEB
Black with #C7FFEB
Text Example
Text Example
White with #C7FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFEB; }
p { color: rgb(199,255,235); }
H1.HeaderClassName
{
color: #C7FFEB;
}
.AnyTagClassName
{
color: #C7FFEB;
}
</style>
background-color css
<style>
a { background-color: #C7FFEB; }
a { background-color: rgb(199,255,235); }
div.DivClassName
{
background-color: #C7FFEB;
}
.BgClassName
{
background-color: #C7FFEB;
}
</style>
border-color css
<style>
span { border-color: #C7FFEB; }
span { border-color: rgb(199,255,235); }
td.TdClassName
{
border-color: #C7FFEB;
}
.TagClassName
{
border-color: #C7FFEB;
}
</style>