Shades of Humming Bird #C6F7EC
Tints of Humming Bird #C6F7EC
RGB
CMYK
RGB Variations
Color information
#C6F7EC (or 0xC6F7EC) is known color: Humming Bird. HEX triplet: C6, F7 and EC. RGB value is (198,247,236). Sum of RGB (Red+Green+Blue) = 198+247+236=681 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.07% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F7EC is #390813. Grayscale: #E7E7E7. Windows color (decimal): -3737620 or 15529926. OLE color: 15529926.
HSL color Cylindrical-coordinate representation of color #C6F7EC: hue angle of 166.53º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6F7EC is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 236 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.03 |
| HSL | 166.53º | 0.75% | 0.87% | - |
| HSV(B) | 166.53º | 0.2% | 0.97% | - |
| XYZ | 71.69 | 84.58 | 91.9 | - |
| YUV | 231.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 236 | 0.20 | 0 | 0.04 | 0.03 | 166.53 | 0.75 | 0.87 |
| Hex | C6 | F7 | EC | 14 | 0 | 4 | 3 | A7 | 4B | 57 |
| Octal | 306 | 367 | 354 | 24 | 0 | 4 | 3 | 247 | 113 | 127 |
| Binary | 11000110 | 11110111 | 11101100 | 10100 | 0 | 100 | 11 | 10100111 | 1001011 | 1010111 |
Color Harmonies of #C6F7EC
Complementary color
Monochromatic Colors of #C6F7EC
Black with #C6F7EC
Text Example
Text Example
White with #C6F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F7EC; }
p { color: rgb(198,247,236); }
H1.HeaderClassName
{
color: #C6F7EC;
}
.AnyTagClassName
{
color: #C6F7EC;
}
</style>
background-color css
<style>
a { background-color: #C6F7EC; }
a { background-color: rgb(198,247,236); }
div.DivClassName
{
background-color: #C6F7EC;
}
.BgClassName
{
background-color: #C6F7EC;
}
</style>
border-color css
<style>
span { border-color: #C6F7EC; }
span { border-color: rgb(198,247,236); }
td.TdClassName
{
border-color: #C6F7EC;
}
.TagClassName
{
border-color: #C6F7EC;
}
</style>