Shades of Humming Bird #C8F6EA
Tints of Humming Bird #C8F6EA
RGB
CMYK
RGB Variations
Color information
#C8F6EA (or 0xC8F6EA) is known color: Humming Bird. HEX triplet: C8, F6 and EA. RGB value is (200,246,234). Sum of RGB (Red+Green+Blue) = 200+246+234=680 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.41% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6EA is #370915. Grayscale: #E6E6E6. Windows color (decimal): -3606806 or 15398600. OLE color: 15398600.
HSL color Cylindrical-coordinate representation of color #C8F6EA: hue angle of 164.35º 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 #C8F6EA is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 234 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.04 |
| HSL | 164.35º | 0.72% | 0.87% | - |
| HSV(B) | 164.35º | 0.19% | 0.96% | - |
| XYZ | 71.63 | 84.13 | 90.31 | - |
| YUV | 230.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 234 | 0.19 | 0 | 0.05 | 0.04 | 164.35 | 0.72 | 0.87 |
| Hex | C8 | F6 | EA | 13 | 0 | 5 | 4 | A4 | 48 | 57 |
| Octal | 310 | 366 | 352 | 23 | 0 | 5 | 4 | 244 | 110 | 127 |
| Binary | 11001000 | 11110110 | 11101010 | 10011 | 0 | 101 | 100 | 10100100 | 1001000 | 1010111 |
Color Harmonies of #C8F6EA
Complementary color
Monochromatic Colors of #C8F6EA
Black with #C8F6EA
Text Example
Text Example
White with #C8F6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6EA; }
p { color: rgb(200,246,234); }
H1.HeaderClassName
{
color: #C8F6EA;
}
.AnyTagClassName
{
color: #C8F6EA;
}
</style>
background-color css
<style>
a { background-color: #C8F6EA; }
a { background-color: rgb(200,246,234); }
div.DivClassName
{
background-color: #C8F6EA;
}
.BgClassName
{
background-color: #C8F6EA;
}
</style>
border-color css
<style>
span { border-color: #C8F6EA; }
span { border-color: rgb(200,246,234); }
td.TdClassName
{
border-color: #C8F6EA;
}
.TagClassName
{
border-color: #C8F6EA;
}
</style>