Shades of Humming Bird #C5FFF0
Tints of Humming Bird #C5FFF0
RGB
CMYK
RGB Variations
Color information
#C5FFF0 (or 0xC5FFF0) is known color: Humming Bird. HEX triplet: C5, FF and F0. RGB value is (197,255,240). Sum of RGB (Red+Green+Blue) = 197+255+240=692 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.47% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFF0 is #3A000F. Grayscale: #EBEBEB. Windows color (decimal): -3801104 or 15794117. OLE color: 15794117.
HSL color Cylindrical-coordinate representation of color #C5FFF0: hue angle of 164.48º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFF0 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 240 | - |
| CMYK | 0.23 | 0 | 0.06 | 0 |
| HSL | 164.48º | 1% | 0.89% | - |
| HSV(B) | 164.48º | 0.23% | 1% | - |
| XYZ | 74.51 | 89.68 | 95.82 | - |
| YUV | 235.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 240 | 0.23 | 0 | 0.06 | 0 | 164.48 | 1 | 0.89 |
| Hex | C5 | FF | F0 | 17 | 0 | 6 | 0 | A4 | 64 | 59 |
| Octal | 305 | 377 | 360 | 27 | 0 | 6 | 0 | 244 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11110000 | 10111 | 0 | 110 | 0 | 10100100 | 1100100 | 1011001 |
Color Harmonies of #C5FFF0
Complementary color
Monochromatic Colors of #C5FFF0
Black with #C5FFF0
Text Example
Text Example
White with #C5FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFF0; }
p { color: rgb(197,255,240); }
H1.HeaderClassName
{
color: #C5FFF0;
}
.AnyTagClassName
{
color: #C5FFF0;
}
</style>
background-color css
<style>
a { background-color: #C5FFF0; }
a { background-color: rgb(197,255,240); }
div.DivClassName
{
background-color: #C5FFF0;
}
.BgClassName
{
background-color: #C5FFF0;
}
</style>
border-color css
<style>
span { border-color: #C5FFF0; }
span { border-color: rgb(197,255,240); }
td.TdClassName
{
border-color: #C5FFF0;
}
.TagClassName
{
border-color: #C5FFF0;
}
</style>