Shades of Humming Bird #C1FCEC
Tints of Humming Bird #C1FCEC
RGB
CMYK
RGB Variations
Color information
#C1FCEC (or 0xC1FCEC) is known color: Humming Bird. HEX triplet: C1, FC and EC. RGB value is (193,252,236). Sum of RGB (Red+Green+Blue) = 193+252+236=681 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.34% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FCEC is #3E0313. Grayscale: #E8E8E8. Windows color (decimal): -4064020 or 15531201. OLE color: 15531201.
HSL color Cylindrical-coordinate representation of color #C1FCEC: hue angle of 163.73º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FCEC is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 236 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.01 |
| HSL | 163.73º | 0.91% | 0.87% | - |
| HSV(B) | 163.73º | 0.23% | 0.99% | - |
| XYZ | 71.94 | 87.01 | 92.36 | - |
| YUV | 232.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 236 | 0.23 | 0 | 0.06 | 0.01 | 163.73 | 0.91 | 0.87 |
| Hex | C1 | FC | EC | 17 | 0 | 6 | 1 | A4 | 5B | 57 |
| Octal | 301 | 374 | 354 | 27 | 0 | 6 | 1 | 244 | 133 | 127 |
| Binary | 11000001 | 11111100 | 11101100 | 10111 | 0 | 110 | 1 | 10100100 | 1011011 | 1010111 |
Color Harmonies of #C1FCEC
Complementary color
Monochromatic Colors of #C1FCEC
Black with #C1FCEC
Text Example
Text Example
White with #C1FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FCEC; }
p { color: rgb(193,252,236); }
H1.HeaderClassName
{
color: #C1FCEC;
}
.AnyTagClassName
{
color: #C1FCEC;
}
</style>
background-color css
<style>
a { background-color: #C1FCEC; }
a { background-color: rgb(193,252,236); }
div.DivClassName
{
background-color: #C1FCEC;
}
.BgClassName
{
background-color: #C1FCEC;
}
</style>
border-color css
<style>
span { border-color: #C1FCEC; }
span { border-color: rgb(193,252,236); }
td.TdClassName
{
border-color: #C1FCEC;
}
.TagClassName
{
border-color: #C1FCEC;
}
</style>