Shades of Humming Bird #C8F4E3
Tints of Humming Bird #C8F4E3
RGB
CMYK
RGB Variations
Color information
#C8F4E3 (or 0xC8F4E3) is known color: Humming Bird. HEX triplet: C8, F4 and E3. RGB value is (200,244,227). Sum of RGB (Red+Green+Blue) = 200+244+227=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F4E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F4E3 is #370B1C. Grayscale: #E4E4E4. Windows color (decimal): -3607325 or 14939336. OLE color: 14939336.
HSL color Cylindrical-coordinate representation of color #C8F4E3: hue angle of 156.82º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F4E3 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 227 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.04 |
| HSL | 156.82º | 0.67% | 0.87% | - |
| HSV(B) | 156.82º | 0.18% | 0.96% | - |
| XYZ | 70.04 | 82.53 | 84.91 | - |
| YUV | 228.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 227 | 0.18 | 0 | 0.07 | 0.04 | 156.82 | 0.67 | 0.87 |
| Hex | C8 | F4 | E3 | 12 | 0 | 7 | 4 | 9D | 43 | 57 |
| Octal | 310 | 364 | 343 | 22 | 0 | 7 | 4 | 235 | 103 | 127 |
| Binary | 11001000 | 11110100 | 11100011 | 10010 | 0 | 111 | 100 | 10011101 | 1000011 | 1010111 |
Color Harmonies of #C8F4E3
Complementary color
Monochromatic Colors of #C8F4E3
Black with #C8F4E3
Text Example
Text Example
White with #C8F4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4E3; }
p { color: rgb(200,244,227); }
H1.HeaderClassName
{
color: #C8F4E3;
}
.AnyTagClassName
{
color: #C8F4E3;
}
</style>
background-color css
<style>
a { background-color: #C8F4E3; }
a { background-color: rgb(200,244,227); }
div.DivClassName
{
background-color: #C8F4E3;
}
.BgClassName
{
background-color: #C8F4E3;
}
</style>
border-color css
<style>
span { border-color: #C8F4E3; }
span { border-color: rgb(200,244,227); }
td.TdClassName
{
border-color: #C8F4E3;
}
.TagClassName
{
border-color: #C8F4E3;
}
</style>