Shades of Humming Bird #C7FFEF
Tints of Humming Bird #C7FFEF
RGB
CMYK
RGB Variations
Color information
#C7FFEF (or 0xC7FFEF) is known color: Humming Bird. HEX triplet: C7, FF and EF. RGB value is (199,255,239). Sum of RGB (Red+Green+Blue) = 199+255+239=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFEF is #380010. Grayscale: #ECECEC. Windows color (decimal): -3670033 or 15728583. OLE color: 15728583.
HSL color Cylindrical-coordinate representation of color #C7FFEF: hue angle of 162.86º 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 #C7FFEF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 239 | - |
| CMYK | 0.22 | 0 | 0.06 | 0 |
| HSL | 162.86º | 1% | 0.89% | - |
| HSV(B) | 162.86º | 0.22% | 1% | - |
| XYZ | 74.89 | 89.89 | 95.07 | - |
| YUV | 236.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 239 | 0.22 | 0 | 0.06 | 0 | 162.86 | 1 | 0.89 |
| Hex | C7 | FF | EF | 16 | 0 | 6 | 0 | A3 | 64 | 59 |
| Octal | 307 | 377 | 357 | 26 | 0 | 6 | 0 | 243 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11101111 | 10110 | 0 | 110 | 0 | 10100011 | 1100100 | 1011001 |
Color Harmonies of #C7FFEF
Complementary color
Monochromatic Colors of #C7FFEF
Black with #C7FFEF
Text Example
Text Example
White with #C7FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFEF; }
p { color: rgb(199,255,239); }
H1.HeaderClassName
{
color: #C7FFEF;
}
.AnyTagClassName
{
color: #C7FFEF;
}
</style>
background-color css
<style>
a { background-color: #C7FFEF; }
a { background-color: rgb(199,255,239); }
div.DivClassName
{
background-color: #C7FFEF;
}
.BgClassName
{
background-color: #C7FFEF;
}
</style>
border-color css
<style>
span { border-color: #C7FFEF; }
span { border-color: rgb(199,255,239); }
td.TdClassName
{
border-color: #C7FFEF;
}
.TagClassName
{
border-color: #C7FFEF;
}
</style>