Shades of Humming Bird #C1FFEC
Tints of Humming Bird #C1FFEC
RGB
CMYK
RGB Variations
Color information
#C1FFEC (or 0xC1FFEC) is known color: Humming Bird. HEX triplet: C1, FF and EC. RGB value is (193,255,236). Sum of RGB (Red+Green+Blue) = 193+255+236=684 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.22% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FFEC is #3E0013. Grayscale: #EAEAEA. Windows color (decimal): -4063252 or 15531969. OLE color: 15531969.
HSL color Cylindrical-coordinate representation of color #C1FFEC: hue angle of 161.61º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FFEC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 236 | - |
| CMYK | 0.24 | 0 | 0.07 | 0 |
| HSL | 161.61º | 1% | 0.88% | - |
| HSV(B) | 161.61º | 0.24% | 1% | - |
| XYZ | 72.89 | 88.91 | 92.68 | - |
| YUV | 234.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 236 | 0.24 | 0 | 0.07 | 0 | 161.61 | 1 | 0.88 |
| Hex | C1 | FF | EC | 18 | 0 | 7 | 0 | A2 | 64 | 58 |
| Octal | 301 | 377 | 354 | 30 | 0 | 7 | 0 | 242 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11101100 | 11000 | 0 | 111 | 0 | 10100010 | 1100100 | 1011000 |
Color Harmonies of #C1FFEC
Complementary color
Monochromatic Colors of #C1FFEC
Black with #C1FFEC
Text Example
Text Example
White with #C1FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFEC; }
p { color: rgb(193,255,236); }
H1.HeaderClassName
{
color: #C1FFEC;
}
.AnyTagClassName
{
color: #C1FFEC;
}
</style>
background-color css
<style>
a { background-color: #C1FFEC; }
a { background-color: rgb(193,255,236); }
div.DivClassName
{
background-color: #C1FFEC;
}
.BgClassName
{
background-color: #C1FFEC;
}
</style>
border-color css
<style>
span { border-color: #C1FFEC; }
span { border-color: rgb(193,255,236); }
td.TdClassName
{
border-color: #C1FFEC;
}
.TagClassName
{
border-color: #C1FFEC;
}
</style>