Shades of Humming Bird #C8FDEA
Tints of Humming Bird #C8FDEA
RGB
CMYK
RGB Variations
Color information
#C8FDEA (or 0xC8FDEA) is known color: Humming Bird. HEX triplet: C8, FD and EA. RGB value is (200,253,234). Sum of RGB (Red+Green+Blue) = 200+253+234=687 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.11% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDEA is #370215. Grayscale: #EBEBEB. Windows color (decimal): -3605014 or 15400392. OLE color: 15400392.
HSL color Cylindrical-coordinate representation of color #C8FDEA: hue angle of 158.49º degrees, saturation: 0.93, 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 #C8FDEA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 234 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.01 |
| HSL | 158.49º | 0.93% | 0.89% | - |
| HSV(B) | 158.49º | 0.21% | 0.99% | - |
| XYZ | 73.8 | 88.47 | 91.03 | - |
| YUV | 234.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 234 | 0.21 | 0 | 0.08 | 0.01 | 158.49 | 0.93 | 0.89 |
| Hex | C8 | FD | EA | 15 | 0 | 8 | 1 | 9E | 5D | 59 |
| Octal | 310 | 375 | 352 | 25 | 0 | 10 | 1 | 236 | 135 | 131 |
| Binary | 11001000 | 11111101 | 11101010 | 10101 | 0 | 1000 | 1 | 10011110 | 1011101 | 1011001 |
Color Harmonies of #C8FDEA
Complementary color
Monochromatic Colors of #C8FDEA
Black with #C8FDEA
Text Example
Text Example
White with #C8FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDEA; }
p { color: rgb(200,253,234); }
H1.HeaderClassName
{
color: #C8FDEA;
}
.AnyTagClassName
{
color: #C8FDEA;
}
</style>
background-color css
<style>
a { background-color: #C8FDEA; }
a { background-color: rgb(200,253,234); }
div.DivClassName
{
background-color: #C8FDEA;
}
.BgClassName
{
background-color: #C8FDEA;
}
</style>
border-color css
<style>
span { border-color: #C8FDEA; }
span { border-color: rgb(200,253,234); }
td.TdClassName
{
border-color: #C8FDEA;
}
.TagClassName
{
border-color: #C8FDEA;
}
</style>