Shades of Humming Bird #C8FAE4
Tints of Humming Bird #C8FAE4
RGB
CMYK
RGB Variations
Color information
#C8FAE4 (or 0xC8FAE4) is known color: Humming Bird. HEX triplet: C8, FA and E4. RGB value is (200,250,228). Sum of RGB (Red+Green+Blue) = 200+250+228=678 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.50% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAE4 is #37051B. Grayscale: #E8E8E8. Windows color (decimal): -3605788 or 15006408. OLE color: 15006408.
HSL color Cylindrical-coordinate representation of color #C8FAE4: hue angle of 153.6º 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 #C8FAE4 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 228 | - |
| CMYK | 0.2 | 0 | 0.09 | 0.02 |
| HSL | 153.6º | 0.83% | 0.88% | - |
| HSV(B) | 153.6º | 0.2% | 0.98% | - |
| XYZ | 72.01 | 86.25 | 86.25 | - |
| YUV | 232.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 228 | 0.2 | 0 | 0.09 | 0.02 | 153.6 | 0.83 | 0.88 |
| Hex | C8 | FA | E4 | 14 | 0 | 9 | 2 | 9A | 53 | 58 |
| Octal | 310 | 372 | 344 | 24 | 0 | 11 | 2 | 232 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11100100 | 10100 | 0 | 1001 | 10 | 10011010 | 1010011 | 1011000 |
Color Harmonies of #C8FAE4
Complementary color
Monochromatic Colors of #C8FAE4
Black with #C8FAE4
Text Example
Text Example
White with #C8FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAE4; }
p { color: rgb(200,250,228); }
H1.HeaderClassName
{
color: #C8FAE4;
}
.AnyTagClassName
{
color: #C8FAE4;
}
</style>
background-color css
<style>
a { background-color: #C8FAE4; }
a { background-color: rgb(200,250,228); }
div.DivClassName
{
background-color: #C8FAE4;
}
.BgClassName
{
background-color: #C8FAE4;
}
</style>
border-color css
<style>
span { border-color: #C8FAE4; }
span { border-color: rgb(200,250,228); }
td.TdClassName
{
border-color: #C8FAE4;
}
.TagClassName
{
border-color: #C8FAE4;
}
</style>