Shades of Humming Bird #C6FFEC
Tints of Humming Bird #C6FFEC
RGB
CMYK
RGB Variations
Color information
#C6FFEC (or 0xC6FFEC) is known color: Humming Bird. HEX triplet: C6, FF and EC. RGB value is (198,255,236). Sum of RGB (Red+Green+Blue) = 198+255+236=689 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.74% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FFEC is #390013. Grayscale: #EBEBEB. Windows color (decimal): -3735572 or 15531974. OLE color: 15531974.
HSL color Cylindrical-coordinate representation of color #C6FFEC: hue angle of 160º 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 #C6FFEC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 236 | - |
| CMYK | 0.22 | 0 | 0.07 | 0 |
| HSL | 160º | 1% | 0.89% | - |
| HSV(B) | 160º | 0.22% | 1% | - |
| XYZ | 74.19 | 89.58 | 92.74 | - |
| YUV | 235.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 236 | 0.22 | 0 | 0.07 | 0 | 160 | 1 | 0.89 |
| Hex | C6 | FF | EC | 16 | 0 | 7 | 0 | A0 | 64 | 59 |
| Octal | 306 | 377 | 354 | 26 | 0 | 7 | 0 | 240 | 144 | 131 |
| Binary | 11000110 | 11111111 | 11101100 | 10110 | 0 | 111 | 0 | 10100000 | 1100100 | 1011001 |
Color Harmonies of #C6FFEC
Complementary color
Monochromatic Colors of #C6FFEC
Black with #C6FFEC
Text Example
Text Example
White with #C6FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FFEC; }
p { color: rgb(198,255,236); }
H1.HeaderClassName
{
color: #C6FFEC;
}
.AnyTagClassName
{
color: #C6FFEC;
}
</style>
background-color css
<style>
a { background-color: #C6FFEC; }
a { background-color: rgb(198,255,236); }
div.DivClassName
{
background-color: #C6FFEC;
}
.BgClassName
{
background-color: #C6FFEC;
}
</style>
border-color css
<style>
span { border-color: #C6FFEC; }
span { border-color: rgb(198,255,236); }
td.TdClassName
{
border-color: #C6FFEC;
}
.TagClassName
{
border-color: #C6FFEC;
}
</style>