Shades of Humming Bird #C5FAE5
Tints of Humming Bird #C5FAE5
RGB
CMYK
RGB Variations
Color information
#C5FAE5 (or 0xC5FAE5) is known color: Humming Bird. HEX triplet: C5, FA and E5. RGB value is (197,250,229). Sum of RGB (Red+Green+Blue) = 197+250+229=676 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.14% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FAE5 is #3A051A. Grayscale: #E7E7E7. Windows color (decimal): -3802395 or 15071941. OLE color: 15071941.
HSL color Cylindrical-coordinate representation of color #C5FAE5: hue angle of 156.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FAE5 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 229 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.02 |
| HSL | 156.23º | 0.84% | 0.88% | - |
| HSV(B) | 156.23º | 0.21% | 0.98% | - |
| XYZ | 71.35 | 85.9 | 86.95 | - |
| YUV | 231.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 229 | 0.21 | 0 | 0.08 | 0.02 | 156.23 | 0.84 | 0.88 |
| Hex | C5 | FA | E5 | 15 | 0 | 8 | 2 | 9C | 54 | 58 |
| Octal | 305 | 372 | 345 | 25 | 0 | 10 | 2 | 234 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11100101 | 10101 | 0 | 1000 | 10 | 10011100 | 1010100 | 1011000 |
Color Harmonies of #C5FAE5
Complementary color
Monochromatic Colors of #C5FAE5
Black with #C5FAE5
Text Example
Text Example
White with #C5FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAE5; }
p { color: rgb(197,250,229); }
H1.HeaderClassName
{
color: #C5FAE5;
}
.AnyTagClassName
{
color: #C5FAE5;
}
</style>
background-color css
<style>
a { background-color: #C5FAE5; }
a { background-color: rgb(197,250,229); }
div.DivClassName
{
background-color: #C5FAE5;
}
.BgClassName
{
background-color: #C5FAE5;
}
</style>
border-color css
<style>
span { border-color: #C5FAE5; }
span { border-color: rgb(197,250,229); }
td.TdClassName
{
border-color: #C5FAE5;
}
.TagClassName
{
border-color: #C5FAE5;
}
</style>