Shades of Humming Bird #C5FFEE
Tints of Humming Bird #C5FFEE
RGB
CMYK
RGB Variations
Color information
#C5FFEE (or 0xC5FFEE) is known color: Humming Bird. HEX triplet: C5, FF and EE. RGB value is (197,255,238). Sum of RGB (Red+Green+Blue) = 197+255+238=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFEE is #3A0011. Grayscale: #EBEBEB. Windows color (decimal): -3801106 or 15663045. OLE color: 15663045.
HSL color Cylindrical-coordinate representation of color #C5FFEE: hue angle of 162.41º 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 #C5FFEE is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 238 | - |
| CMYK | 0.23 | 0 | 0.07 | 0 |
| HSL | 162.41º | 1% | 0.89% | - |
| HSV(B) | 162.41º | 0.23% | 1% | - |
| XYZ | 74.22 | 89.56 | 94.26 | - |
| YUV | 235.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 238 | 0.23 | 0 | 0.07 | 0 | 162.41 | 1 | 0.89 |
| Hex | C5 | FF | EE | 17 | 0 | 7 | 0 | A2 | 64 | 59 |
| Octal | 305 | 377 | 356 | 27 | 0 | 7 | 0 | 242 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11101110 | 10111 | 0 | 111 | 0 | 10100010 | 1100100 | 1011001 |
Color Harmonies of #C5FFEE
Complementary color
Monochromatic Colors of #C5FFEE
Black with #C5FFEE
Text Example
Text Example
White with #C5FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFEE; }
p { color: rgb(197,255,238); }
H1.HeaderClassName
{
color: #C5FFEE;
}
.AnyTagClassName
{
color: #C5FFEE;
}
</style>
background-color css
<style>
a { background-color: #C5FFEE; }
a { background-color: rgb(197,255,238); }
div.DivClassName
{
background-color: #C5FFEE;
}
.BgClassName
{
background-color: #C5FFEE;
}
</style>
border-color css
<style>
span { border-color: #C5FFEE; }
span { border-color: rgb(197,255,238); }
td.TdClassName
{
border-color: #C5FFEE;
}
.TagClassName
{
border-color: #C5FFEE;
}
</style>