Shades of Humming Bird #C8FAEA
Tints of Humming Bird #C8FAEA
RGB
CMYK
RGB Variations
Color information
#C8FAEA (or 0xC8FAEA) is known color: Humming Bird. HEX triplet: C8, FA and EA. RGB value is (200,250,234). Sum of RGB (Red+Green+Blue) = 200+250+234=684 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.24% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAEA is #370515. Grayscale: #E9E9E9. Windows color (decimal): -3605782 or 15399624. OLE color: 15399624.
HSL color Cylindrical-coordinate representation of color #C8FAEA: hue angle of 160.8º 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 #C8FAEA is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 234 | - |
| CMYK | 0.2 | 0 | 0.06 | 0.02 |
| HSL | 160.8º | 0.83% | 0.88% | - |
| HSV(B) | 160.8º | 0.2% | 0.98% | - |
| XYZ | 72.86 | 86.59 | 90.72 | - |
| YUV | 233.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 234 | 0.2 | 0 | 0.06 | 0.02 | 160.8 | 0.83 | 0.88 |
| Hex | C8 | FA | EA | 14 | 0 | 6 | 2 | A1 | 53 | 58 |
| Octal | 310 | 372 | 352 | 24 | 0 | 6 | 2 | 241 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11101010 | 10100 | 0 | 110 | 10 | 10100001 | 1010011 | 1011000 |
Color Harmonies of #C8FAEA
Complementary color
Monochromatic Colors of #C8FAEA
Black with #C8FAEA
Text Example
Text Example
White with #C8FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAEA; }
p { color: rgb(200,250,234); }
H1.HeaderClassName
{
color: #C8FAEA;
}
.AnyTagClassName
{
color: #C8FAEA;
}
</style>
background-color css
<style>
a { background-color: #C8FAEA; }
a { background-color: rgb(200,250,234); }
div.DivClassName
{
background-color: #C8FAEA;
}
.BgClassName
{
background-color: #C8FAEA;
}
</style>
border-color css
<style>
span { border-color: #C8FAEA; }
span { border-color: rgb(200,250,234); }
td.TdClassName
{
border-color: #C8FAEA;
}
.TagClassName
{
border-color: #C8FAEA;
}
</style>