Shades of Humming Bird #C5FFE6
Tints of Humming Bird #C5FFE6
RGB
CMYK
RGB Variations
Color information
#C5FFE6 (or 0xC5FFE6) is known color: Humming Bird. HEX triplet: C5, FF and E6. RGB value is (197,255,230). Sum of RGB (Red+Green+Blue) = 197+255+230=682 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.89% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFE6 is #3A0019. Grayscale: #EAEAEA. Windows color (decimal): -3801114 or 15138757. OLE color: 15138757.
HSL color Cylindrical-coordinate representation of color #C5FFE6: hue angle of 154.14º 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 #C5FFE6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 230 | - |
| CMYK | 0.23 | 0 | 0.10 | 0 |
| HSL | 154.14º | 1% | 0.89% | - |
| HSV(B) | 154.14º | 0.23% | 1% | - |
| XYZ | 73.07 | 89.1 | 88.21 | - |
| YUV | 234.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 230 | 0.23 | 0 | 0.10 | 0 | 154.14 | 1 | 0.89 |
| Hex | C5 | FF | E6 | 17 | 0 | A | 0 | 9A | 64 | 59 |
| Octal | 305 | 377 | 346 | 27 | 0 | 12 | 0 | 232 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11100110 | 10111 | 0 | 1010 | 0 | 10011010 | 1100100 | 1011001 |
Color Harmonies of #C5FFE6
Complementary color
Monochromatic Colors of #C5FFE6
Black with #C5FFE6
Text Example
Text Example
White with #C5FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFE6; }
p { color: rgb(197,255,230); }
H1.HeaderClassName
{
color: #C5FFE6;
}
.AnyTagClassName
{
color: #C5FFE6;
}
</style>
background-color css
<style>
a { background-color: #C5FFE6; }
a { background-color: rgb(197,255,230); }
div.DivClassName
{
background-color: #C5FFE6;
}
.BgClassName
{
background-color: #C5FFE6;
}
</style>
border-color css
<style>
span { border-color: #C5FFE6; }
span { border-color: rgb(197,255,230); }
td.TdClassName
{
border-color: #C5FFE6;
}
.TagClassName
{
border-color: #C5FFE6;
}
</style>