Shades of Humming Bird #C8F8EF
Tints of Humming Bird #C8F8EF
RGB
CMYK
RGB Variations
Color information
#C8F8EF (or 0xC8F8EF) is known color: Humming Bird. HEX triplet: C8, F8 and EF. RGB value is (200,248,239). Sum of RGB (Red+Green+Blue) = 200+248+239=687 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.11% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8EF is #370710. Grayscale: #E8E8E8. Windows color (decimal): -3606289 or 15726792. OLE color: 15726792.
HSL color Cylindrical-coordinate representation of color #C8F8EF: hue angle of 168.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F8EF is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 239 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.03 |
| HSL | 168.75º | 0.77% | 0.88% | - |
| HSV(B) | 168.75º | 0.19% | 0.97% | - |
| XYZ | 72.97 | 85.65 | 94.35 | - |
| YUV | 232.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 239 | 0.19 | 0 | 0.04 | 0.03 | 168.75 | 0.77 | 0.88 |
| Hex | C8 | F8 | EF | 13 | 0 | 4 | 3 | A9 | 4D | 58 |
| Octal | 310 | 370 | 357 | 23 | 0 | 4 | 3 | 251 | 115 | 130 |
| Binary | 11001000 | 11111000 | 11101111 | 10011 | 0 | 100 | 11 | 10101001 | 1001101 | 1011000 |
Color Harmonies of #C8F8EF
Complementary color
Monochromatic Colors of #C8F8EF
Black with #C8F8EF
Text Example
Text Example
White with #C8F8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8EF; }
p { color: rgb(200,248,239); }
H1.HeaderClassName
{
color: #C8F8EF;
}
.AnyTagClassName
{
color: #C8F8EF;
}
</style>
background-color css
<style>
a { background-color: #C8F8EF; }
a { background-color: rgb(200,248,239); }
div.DivClassName
{
background-color: #C8F8EF;
}
.BgClassName
{
background-color: #C8F8EF;
}
</style>
border-color css
<style>
span { border-color: #C8F8EF; }
span { border-color: rgb(200,248,239); }
td.TdClassName
{
border-color: #C8F8EF;
}
.TagClassName
{
border-color: #C8F8EF;
}
</style>