Shades of Humming Bird #C1FEE8
Tints of Humming Bird #C1FEE8
RGB
CMYK
RGB Variations
Color information
#C1FEE8 (or 0xC1FEE8) is known color: Humming Bird. HEX triplet: C1, FE and E8. RGB value is (193,254,232). Sum of RGB (Red+Green+Blue) = 193+254+232=679 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.42% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEE8 is #3E0117. Grayscale: #E9E9E9. Windows color (decimal): -4063512 or 15269569. OLE color: 15269569.
HSL color Cylindrical-coordinate representation of color #C1FEE8: hue angle of 158.36º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FEE8 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 232 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.00 |
| HSL | 158.36º | 0.97% | 0.88% | - |
| HSV(B) | 158.36º | 0.24% | 1% | - |
| XYZ | 72 | 88.05 | 89.54 | - |
| YUV | 233.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 232 | 0.24 | 0 | 0.09 | 0.00 | 158.36 | 0.97 | 0.88 |
| Hex | C1 | FE | E8 | 18 | 0 | 9 | 0 | 9E | 61 | 58 |
| Octal | 301 | 376 | 350 | 30 | 0 | 11 | 0 | 236 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11101000 | 11000 | 0 | 1001 | 0 | 10011110 | 1100001 | 1011000 |
Color Harmonies of #C1FEE8
Complementary color
Monochromatic Colors of #C1FEE8
Black with #C1FEE8
Text Example
Text Example
White with #C1FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEE8; }
p { color: rgb(193,254,232); }
H1.HeaderClassName
{
color: #C1FEE8;
}
.AnyTagClassName
{
color: #C1FEE8;
}
</style>
background-color css
<style>
a { background-color: #C1FEE8; }
a { background-color: rgb(193,254,232); }
div.DivClassName
{
background-color: #C1FEE8;
}
.BgClassName
{
background-color: #C1FEE8;
}
</style>
border-color css
<style>
span { border-color: #C1FEE8; }
span { border-color: rgb(193,254,232); }
td.TdClassName
{
border-color: #C1FEE8;
}
.TagClassName
{
border-color: #C1FEE8;
}
</style>