Shades of Humming Bird #C8F6EC
Tints of Humming Bird #C8F6EC
RGB
CMYK
RGB Variations
Color information
#C8F6EC (or 0xC8F6EC) is known color: Humming Bird. HEX triplet: C8, F6 and EC. RGB value is (200,246,236). Sum of RGB (Red+Green+Blue) = 200+246+236=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6EC is #370913. Grayscale: #E7E7E7. Windows color (decimal): -3606804 or 15529672. OLE color: 15529672.
HSL color Cylindrical-coordinate representation of color #C8F6EC: hue angle of 166.96º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F6EC is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 200 | 246 | 236 | - |
CMYK | 0.19 | 0 | 0.04 | 0.04 |
HSL | 166.96º | 0.72% | 0.87% | - |
HSV(B) | 166.96º | 0.19% | 0.96% | - |
XYZ | 71.92 | 84.25 | 91.83 | - |
YUV | 231.11 | 130.76 | 105.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 246 | 236 | 0.19 | 0 | 0.04 | 0.04 | 166.96 | 0.72 | 0.87 |
Hex | C8 | F6 | EC | 13 | 0 | 4 | 4 | A7 | 48 | 57 |
Octal | 310 | 366 | 354 | 23 | 0 | 4 | 4 | 247 | 110 | 127 |
Binary | 11001000 | 11110110 | 11101100 | 10011 | 0 | 100 | 100 | 10100111 | 1001000 | 1010111 |
Color Harmonies of #C8F6EC
Complementary color
Monochromatic Colors of #C8F6EC
Black with #C8F6EC
Text Example
Text Example
White with #C8F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6EC; }
p { color: rgb(200,246,236); }
H1.HeaderClassName
{
color: #C8F6EC;
}
.AnyTagClassName
{
color: #C8F6EC;
}
</style>
background-color css
<style>
a { background-color: #C8F6EC; }
a { background-color: rgb(200,246,236); }
div.DivClassName
{
background-color: #C8F6EC;
}
.BgClassName
{
background-color: #C8F6EC;
}
</style>
border-color css
<style>
span { border-color: #C8F6EC; }
span { border-color: rgb(200,246,236); }
td.TdClassName
{
border-color: #C8F6EC;
}
.TagClassName
{
border-color: #C8F6EC;
}
</style>