Shades of Humming Bird #C1FFEB
Tints of Humming Bird #C1FFEB
RGB
CMYK
RGB Variations
Color information
#C1FFEB (or 0xC1FFEB) is known color: Humming Bird. HEX triplet: C1, FF and EB. RGB value is (193,255,235). Sum of RGB (Red+Green+Blue) = 193+255+235=683 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.26% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FFEB is #3E0014. Grayscale: #EAEAEA. Windows color (decimal): -4063253 or 15466433. OLE color: 15466433.
HSL color Cylindrical-coordinate representation of color #C1FFEB: hue angle of 160.65º 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 #C1FFEB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 235 | - |
| CMYK | 0.24 | 0 | 0.08 | 0 |
| HSL | 160.65º | 1% | 0.88% | - |
| HSV(B) | 160.65º | 0.24% | 1% | - |
| XYZ | 72.75 | 88.86 | 91.91 | - |
| YUV | 234.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 235 | 0.24 | 0 | 0.08 | 0 | 160.65 | 1 | 0.88 |
| Hex | C1 | FF | EB | 18 | 0 | 8 | 0 | A1 | 64 | 58 |
| Octal | 301 | 377 | 353 | 30 | 0 | 10 | 0 | 241 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11101011 | 11000 | 0 | 1000 | 0 | 10100001 | 1100100 | 1011000 |
Color Harmonies of #C1FFEB
Complementary color
Monochromatic Colors of #C1FFEB
Black with #C1FFEB
Text Example
Text Example
White with #C1FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFEB; }
p { color: rgb(193,255,235); }
H1.HeaderClassName
{
color: #C1FFEB;
}
.AnyTagClassName
{
color: #C1FFEB;
}
</style>
background-color css
<style>
a { background-color: #C1FFEB; }
a { background-color: rgb(193,255,235); }
div.DivClassName
{
background-color: #C1FFEB;
}
.BgClassName
{
background-color: #C1FFEB;
}
</style>
border-color css
<style>
span { border-color: #C1FFEB; }
span { border-color: rgb(193,255,235); }
td.TdClassName
{
border-color: #C1FFEB;
}
.TagClassName
{
border-color: #C1FFEB;
}
</style>