Shades of Humming Bird #C6FFEF
Tints of Humming Bird #C6FFEF
RGB
CMYK
RGB Variations
Color information
#C6FFEF (or 0xC6FFEF) is known color: Humming Bird. HEX triplet: C6, FF and EF. RGB value is (198,255,239). Sum of RGB (Red+Green+Blue) = 198+255+239=692 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.61% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FFEF is #390010. Grayscale: #ECECEC. Windows color (decimal): -3735569 or 15728582. OLE color: 15728582.
HSL color Cylindrical-coordinate representation of color #C6FFEF: hue angle of 163.16º 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 #C6FFEF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 239 | - |
| CMYK | 0.22 | 0 | 0.06 | 0 |
| HSL | 163.16º | 1% | 0.89% | - |
| HSV(B) | 163.16º | 0.22% | 1% | - |
| XYZ | 74.63 | 89.76 | 95.05 | - |
| YUV | 236.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 239 | 0.22 | 0 | 0.06 | 0 | 163.16 | 1 | 0.89 |
| Hex | C6 | FF | EF | 16 | 0 | 6 | 0 | A3 | 64 | 59 |
| Octal | 306 | 377 | 357 | 26 | 0 | 6 | 0 | 243 | 144 | 131 |
| Binary | 11000110 | 11111111 | 11101111 | 10110 | 0 | 110 | 0 | 10100011 | 1100100 | 1011001 |
Color Harmonies of #C6FFEF
Complementary color
Monochromatic Colors of #C6FFEF
Black with #C6FFEF
Text Example
Text Example
White with #C6FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FFEF; }
p { color: rgb(198,255,239); }
H1.HeaderClassName
{
color: #C6FFEF;
}
.AnyTagClassName
{
color: #C6FFEF;
}
</style>
background-color css
<style>
a { background-color: #C6FFEF; }
a { background-color: rgb(198,255,239); }
div.DivClassName
{
background-color: #C6FFEF;
}
.BgClassName
{
background-color: #C6FFEF;
}
</style>
border-color css
<style>
span { border-color: #C6FFEF; }
span { border-color: rgb(198,255,239); }
td.TdClassName
{
border-color: #C6FFEF;
}
.TagClassName
{
border-color: #C6FFEF;
}
</style>