Shades of Humming Bird #C8FAE3
Tints of Humming Bird #C8FAE3
RGB
CMYK
RGB Variations
Color information
#C8FAE3 (or 0xC8FAE3) is known color: Humming Bird. HEX triplet: C8, FA and E3. RGB value is (200,250,227). Sum of RGB (Red+Green+Blue) = 200+250+227=677 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.54% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAE3 is #37051C. Grayscale: #E8E8E8. Windows color (decimal): -3605789 or 14940872. OLE color: 14940872.
HSL color Cylindrical-coordinate representation of color #C8FAE3: hue angle of 152.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAE3 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 227 | - |
| CMYK | 0.2 | 0 | 0.09 | 0.02 |
| HSL | 152.4º | 0.83% | 0.88% | - |
| HSV(B) | 152.4º | 0.2% | 0.98% | - |
| XYZ | 71.87 | 86.2 | 85.52 | - |
| YUV | 232.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 227 | 0.2 | 0 | 0.09 | 0.02 | 152.4 | 0.83 | 0.88 |
| Hex | C8 | FA | E3 | 14 | 0 | 9 | 2 | 98 | 53 | 58 |
| Octal | 310 | 372 | 343 | 24 | 0 | 11 | 2 | 230 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11100011 | 10100 | 0 | 1001 | 10 | 10011000 | 1010011 | 1011000 |
Color Harmonies of #C8FAE3
Complementary color
Monochromatic Colors of #C8FAE3
Black with #C8FAE3
Text Example
Text Example
White with #C8FAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAE3; }
p { color: rgb(200,250,227); }
H1.HeaderClassName
{
color: #C8FAE3;
}
.AnyTagClassName
{
color: #C8FAE3;
}
</style>
background-color css
<style>
a { background-color: #C8FAE3; }
a { background-color: rgb(200,250,227); }
div.DivClassName
{
background-color: #C8FAE3;
}
.BgClassName
{
background-color: #C8FAE3;
}
</style>
border-color css
<style>
span { border-color: #C8FAE3; }
span { border-color: rgb(200,250,227); }
td.TdClassName
{
border-color: #C8FAE3;
}
.TagClassName
{
border-color: #C8FAE3;
}
</style>