Shades of Humming Bird #C5FDE9
Tints of Humming Bird #C5FDE9
RGB
CMYK
RGB Variations
Color information
#C5FDE9 (or 0xC5FDE9) is known color: Humming Bird. HEX triplet: C5, FD and E9. RGB value is (197,253,233). Sum of RGB (Red+Green+Blue) = 197+253+233=683 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.84% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FDE9 is #3A0216. Grayscale: #E9E9E9. Windows color (decimal): -3801623 or 15334853. OLE color: 15334853.
HSL color Cylindrical-coordinate representation of color #C5FDE9: hue angle of 158.57º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FDE9 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 233 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.01 |
| HSL | 158.57º | 0.93% | 0.88% | - |
| HSV(B) | 158.57º | 0.22% | 0.99% | - |
| XYZ | 72.86 | 88 | 90.24 | - |
| YUV | 233.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 233 | 0.22 | 0 | 0.08 | 0.01 | 158.57 | 0.93 | 0.88 |
| Hex | C5 | FD | E9 | 16 | 0 | 8 | 1 | 9F | 5D | 58 |
| Octal | 305 | 375 | 351 | 26 | 0 | 10 | 1 | 237 | 135 | 130 |
| Binary | 11000101 | 11111101 | 11101001 | 10110 | 0 | 1000 | 1 | 10011111 | 1011101 | 1011000 |
Color Harmonies of #C5FDE9
Complementary color
Monochromatic Colors of #C5FDE9
Black with #C5FDE9
Text Example
Text Example
White with #C5FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDE9; }
p { color: rgb(197,253,233); }
H1.HeaderClassName
{
color: #C5FDE9;
}
.AnyTagClassName
{
color: #C5FDE9;
}
</style>
background-color css
<style>
a { background-color: #C5FDE9; }
a { background-color: rgb(197,253,233); }
div.DivClassName
{
background-color: #C5FDE9;
}
.BgClassName
{
background-color: #C5FDE9;
}
</style>
border-color css
<style>
span { border-color: #C5FDE9; }
span { border-color: rgb(197,253,233); }
td.TdClassName
{
border-color: #C5FDE9;
}
.TagClassName
{
border-color: #C5FDE9;
}
</style>