Shades of Humming Bird #C5FCEC
Tints of Humming Bird #C5FCEC
RGB
CMYK
RGB Variations
Color information
#C5FCEC (or 0xC5FCEC) is known color: Humming Bird. HEX triplet: C5, FC and EC. RGB value is (197,252,236). Sum of RGB (Red+Green+Blue) = 197+252+236=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FCEC is #3A0313. Grayscale: #E9E9E9. Windows color (decimal): -3801876 or 15531205. OLE color: 15531205.
HSL color Cylindrical-coordinate representation of color #C5FCEC: hue angle of 162.55º degrees, saturation: 0.9, 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 #C5FCEC is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 236 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.01 |
| HSL | 162.55º | 0.9% | 0.88% | - |
| HSV(B) | 162.55º | 0.22% | 0.99% | - |
| XYZ | 72.98 | 87.55 | 92.41 | - |
| YUV | 233.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 236 | 0.22 | 0 | 0.06 | 0.01 | 162.55 | 0.9 | 0.88 |
| Hex | C5 | FC | EC | 16 | 0 | 6 | 1 | A3 | 5A | 58 |
| Octal | 305 | 374 | 354 | 26 | 0 | 6 | 1 | 243 | 132 | 130 |
| Binary | 11000101 | 11111100 | 11101100 | 10110 | 0 | 110 | 1 | 10100011 | 1011010 | 1011000 |
Color Harmonies of #C5FCEC
Complementary color
Monochromatic Colors of #C5FCEC
Black with #C5FCEC
Text Example
Text Example
White with #C5FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCEC; }
p { color: rgb(197,252,236); }
H1.HeaderClassName
{
color: #C5FCEC;
}
.AnyTagClassName
{
color: #C5FCEC;
}
</style>
background-color css
<style>
a { background-color: #C5FCEC; }
a { background-color: rgb(197,252,236); }
div.DivClassName
{
background-color: #C5FCEC;
}
.BgClassName
{
background-color: #C5FCEC;
}
</style>
border-color css
<style>
span { border-color: #C5FCEC; }
span { border-color: rgb(197,252,236); }
td.TdClassName
{
border-color: #C5FCEC;
}
.TagClassName
{
border-color: #C5FCEC;
}
</style>