Shades of Humming Bird #C8FCEA
Tints of Humming Bird #C8FCEA
RGB
CMYK
RGB Variations
Color information
#C8FCEA (or 0xC8FCEA) is known color: Humming Bird. HEX triplet: C8, FC and EA. RGB value is (200,252,234). Sum of RGB (Red+Green+Blue) = 200+252+234=686 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.15% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FCEA is #370315. Grayscale: #EAEAEA. Windows color (decimal): -3605270 or 15400136. OLE color: 15400136.
HSL color Cylindrical-coordinate representation of color #C8FCEA: hue angle of 159.23º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCEA is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 234 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.01 |
| HSL | 159.23º | 0.9% | 0.89% | - |
| HSV(B) | 159.23º | 0.21% | 0.99% | - |
| XYZ | 73.48 | 87.84 | 90.92 | - |
| YUV | 234.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 234 | 0.21 | 0 | 0.07 | 0.01 | 159.23 | 0.9 | 0.89 |
| Hex | C8 | FC | EA | 15 | 0 | 7 | 1 | 9F | 5A | 59 |
| Octal | 310 | 374 | 352 | 25 | 0 | 7 | 1 | 237 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11101010 | 10101 | 0 | 111 | 1 | 10011111 | 1011010 | 1011001 |
Color Harmonies of #C8FCEA
Complementary color
Monochromatic Colors of #C8FCEA
Black with #C8FCEA
Text Example
Text Example
White with #C8FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCEA; }
p { color: rgb(200,252,234); }
H1.HeaderClassName
{
color: #C8FCEA;
}
.AnyTagClassName
{
color: #C8FCEA;
}
</style>
background-color css
<style>
a { background-color: #C8FCEA; }
a { background-color: rgb(200,252,234); }
div.DivClassName
{
background-color: #C8FCEA;
}
.BgClassName
{
background-color: #C8FCEA;
}
</style>
border-color css
<style>
span { border-color: #C8FCEA; }
span { border-color: rgb(200,252,234); }
td.TdClassName
{
border-color: #C8FCEA;
}
.TagClassName
{
border-color: #C8FCEA;
}
</style>