Shades of Humming Bird #C7FFF0
Tints of Humming Bird #C7FFF0
RGB
CMYK
RGB Variations
Color information
#C7FFF0 (or 0xC7FFF0) is known color: Humming Bird. HEX triplet: C7, FF and F0. RGB value is (199,255,240). Sum of RGB (Red+Green+Blue) = 199+255+240=694 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.67% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFF0 is #38000F. Grayscale: #ECECEC. Windows color (decimal): -3670032 or 15794119. OLE color: 15794119.
HSL color Cylindrical-coordinate representation of color #C7FFF0: hue angle of 163.93º 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 #C7FFF0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 240 | - |
| CMYK | 0.22 | 0 | 0.06 | 0 |
| HSL | 163.93º | 1% | 0.89% | - |
| HSV(B) | 163.93º | 0.22% | 1% | - |
| XYZ | 75.04 | 89.95 | 95.85 | - |
| YUV | 236.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 240 | 0.22 | 0 | 0.06 | 0 | 163.93 | 1 | 0.89 |
| Hex | C7 | FF | F0 | 16 | 0 | 6 | 0 | A4 | 64 | 59 |
| Octal | 307 | 377 | 360 | 26 | 0 | 6 | 0 | 244 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11110000 | 10110 | 0 | 110 | 0 | 10100100 | 1100100 | 1011001 |
Color Harmonies of #C7FFF0
Complementary color
Monochromatic Colors of #C7FFF0
Black with #C7FFF0
Text Example
Text Example
White with #C7FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFF0; }
p { color: rgb(199,255,240); }
H1.HeaderClassName
{
color: #C7FFF0;
}
.AnyTagClassName
{
color: #C7FFF0;
}
</style>
background-color css
<style>
a { background-color: #C7FFF0; }
a { background-color: rgb(199,255,240); }
div.DivClassName
{
background-color: #C7FFF0;
}
.BgClassName
{
background-color: #C7FFF0;
}
</style>
border-color css
<style>
span { border-color: #C7FFF0; }
span { border-color: rgb(199,255,240); }
td.TdClassName
{
border-color: #C7FFF0;
}
.TagClassName
{
border-color: #C7FFF0;
}
</style>