Shades of Humming Bird #C5FEEC
Tints of Humming Bird #C5FEEC
RGB
CMYK
RGB Variations
Color information
#C5FEEC (or 0xC5FEEC) is known color: Humming Bird. HEX triplet: C5, FE and EC. RGB value is (197,254,236). Sum of RGB (Red+Green+Blue) = 197+254+236=687 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.68% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEEC is #3A0113. Grayscale: #EAEAEA. Windows color (decimal): -3801364 or 15531717. OLE color: 15531717.
HSL color Cylindrical-coordinate representation of color #C5FEEC: hue angle of 161.05º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEEC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 197 | 254 | 236 | - |
CMYK | 0.22 | 0 | 0.07 | 0.00 |
HSL | 161.05º | 0.97% | 0.88% | - |
HSV(B) | 161.05º | 0.22% | 1% | - |
XYZ | 73.61 | 88.81 | 92.62 | - |
YUV | 234.91 | 128.62 | 100.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 254 | 236 | 0.22 | 0 | 0.07 | 0.00 | 161.05 | 0.97 | 0.88 |
Hex | C5 | FE | EC | 16 | 0 | 7 | 0 | A1 | 61 | 58 |
Octal | 305 | 376 | 354 | 26 | 0 | 7 | 0 | 241 | 141 | 130 |
Binary | 11000101 | 11111110 | 11101100 | 10110 | 0 | 111 | 0 | 10100001 | 1100001 | 1011000 |
Color Harmonies of #C5FEEC
Complementary color
Monochromatic Colors of #C5FEEC
Black with #C5FEEC
Text Example
Text Example
White with #C5FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEEC; }
p { color: rgb(197,254,236); }
H1.HeaderClassName
{
color: #C5FEEC;
}
.AnyTagClassName
{
color: #C5FEEC;
}
</style>
background-color css
<style>
a { background-color: #C5FEEC; }
a { background-color: rgb(197,254,236); }
div.DivClassName
{
background-color: #C5FEEC;
}
.BgClassName
{
background-color: #C5FEEC;
}
</style>
border-color css
<style>
span { border-color: #C5FEEC; }
span { border-color: rgb(197,254,236); }
td.TdClassName
{
border-color: #C5FEEC;
}
.TagClassName
{
border-color: #C5FEEC;
}
</style>