Shades of Humming Bird #C1FBE8
Tints of Humming Bird #C1FBE8
RGB
CMYK
RGB Variations
Color information
#C1FBE8 (or 0xC1FBE8) is known color: Humming Bird. HEX triplet: C1, FB and E8. RGB value is (193,251,232). Sum of RGB (Red+Green+Blue) = 193+251+232=676 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.55% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBE8 is #3E0417. Grayscale: #E7E7E7. Windows color (decimal): -4064280 or 15268801. OLE color: 15268801.
HSL color Cylindrical-coordinate representation of color #C1FBE8: hue angle of 160.34º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FBE8 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 232 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.02 |
| HSL | 160.34º | 0.88% | 0.87% | - |
| HSV(B) | 160.34º | 0.23% | 0.98% | - |
| XYZ | 71.05 | 86.16 | 89.23 | - |
| YUV | 231.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 232 | 0.23 | 0 | 0.08 | 0.02 | 160.34 | 0.88 | 0.87 |
| Hex | C1 | FB | E8 | 17 | 0 | 8 | 2 | A0 | 58 | 57 |
| Octal | 301 | 373 | 350 | 27 | 0 | 10 | 2 | 240 | 130 | 127 |
| Binary | 11000001 | 11111011 | 11101000 | 10111 | 0 | 1000 | 10 | 10100000 | 1011000 | 1010111 |
Color Harmonies of #C1FBE8
Complementary color
Monochromatic Colors of #C1FBE8
Black with #C1FBE8
Text Example
Text Example
White with #C1FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FBE8; }
p { color: rgb(193,251,232); }
H1.HeaderClassName
{
color: #C1FBE8;
}
.AnyTagClassName
{
color: #C1FBE8;
}
</style>
background-color css
<style>
a { background-color: #C1FBE8; }
a { background-color: rgb(193,251,232); }
div.DivClassName
{
background-color: #C1FBE8;
}
.BgClassName
{
background-color: #C1FBE8;
}
</style>
border-color css
<style>
span { border-color: #C1FBE8; }
span { border-color: rgb(193,251,232); }
td.TdClassName
{
border-color: #C1FBE8;
}
.TagClassName
{
border-color: #C1FBE8;
}
</style>