Shades of Humming Bird #C1FFE2
Tints of Humming Bird #C1FFE2
RGB
CMYK
RGB Variations
Color information
#C1FFE2 (or 0xC1FFE2) is known color: Humming Bird. HEX triplet: C1, FF and E2. RGB value is (193,255,226). Sum of RGB (Red+Green+Blue) = 193+255+226=674 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.64% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFE2 is #3E001D. Grayscale: #E9E9E9. Windows color (decimal): -4063262 or 14876609. OLE color: 14876609.
HSL color Cylindrical-coordinate representation of color #C1FFE2: hue angle of 151.94º 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 #C1FFE2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 226 | - |
| CMYK | 0.24 | 0 | 0.11 | 0 |
| HSL | 151.94º | 1% | 0.88% | - |
| HSV(B) | 151.94º | 0.24% | 1% | - |
| XYZ | 71.48 | 88.35 | 85.24 | - |
| YUV | 233.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 226 | 0.24 | 0 | 0.11 | 0 | 151.94 | 1 | 0.88 |
| Hex | C1 | FF | E2 | 18 | 0 | B | 0 | 98 | 64 | 58 |
| Octal | 301 | 377 | 342 | 30 | 0 | 13 | 0 | 230 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11100010 | 11000 | 0 | 1011 | 0 | 10011000 | 1100100 | 1011000 |
Color Harmonies of #C1FFE2
Complementary color
Monochromatic Colors of #C1FFE2
Black with #C1FFE2
Text Example
Text Example
White with #C1FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFE2; }
p { color: rgb(193,255,226); }
H1.HeaderClassName
{
color: #C1FFE2;
}
.AnyTagClassName
{
color: #C1FFE2;
}
</style>
background-color css
<style>
a { background-color: #C1FFE2; }
a { background-color: rgb(193,255,226); }
div.DivClassName
{
background-color: #C1FFE2;
}
.BgClassName
{
background-color: #C1FFE2;
}
</style>
border-color css
<style>
span { border-color: #C1FFE2; }
span { border-color: rgb(193,255,226); }
td.TdClassName
{
border-color: #C1FFE2;
}
.TagClassName
{
border-color: #C1FFE2;
}
</style>