Shades of Humming Bird #C1FBEA
Tints of Humming Bird #C1FBEA
RGB
CMYK
RGB Variations
Color information
#C1FBEA (or 0xC1FBEA) is known color: Humming Bird. HEX triplet: C1, FB and EA. RGB value is (193,251,234). Sum of RGB (Red+Green+Blue) = 193+251+234=678 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.47% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FBEA is #3E0415. Grayscale: #E7E7E7. Windows color (decimal): -4064278 or 15399873. OLE color: 15399873.
HSL color Cylindrical-coordinate representation of color #C1FBEA: hue angle of 162.41º 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 #C1FBEA is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 234 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.02 |
| HSL | 162.41º | 0.88% | 0.87% | - |
| HSV(B) | 162.41º | 0.23% | 0.98% | - |
| XYZ | 71.34 | 86.27 | 90.73 | - |
| YUV | 231.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 234 | 0.23 | 0 | 0.07 | 0.02 | 162.41 | 0.88 | 0.87 |
| Hex | C1 | FB | EA | 17 | 0 | 7 | 2 | A2 | 58 | 57 |
| Octal | 301 | 373 | 352 | 27 | 0 | 7 | 2 | 242 | 130 | 127 |
| Binary | 11000001 | 11111011 | 11101010 | 10111 | 0 | 111 | 10 | 10100010 | 1011000 | 1010111 |
Color Harmonies of #C1FBEA
Complementary color
Monochromatic Colors of #C1FBEA
Black with #C1FBEA
Text Example
Text Example
White with #C1FBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FBEA; }
p { color: rgb(193,251,234); }
H1.HeaderClassName
{
color: #C1FBEA;
}
.AnyTagClassName
{
color: #C1FBEA;
}
</style>
background-color css
<style>
a { background-color: #C1FBEA; }
a { background-color: rgb(193,251,234); }
div.DivClassName
{
background-color: #C1FBEA;
}
.BgClassName
{
background-color: #C1FBEA;
}
</style>
border-color css
<style>
span { border-color: #C1FBEA; }
span { border-color: rgb(193,251,234); }
td.TdClassName
{
border-color: #C1FBEA;
}
.TagClassName
{
border-color: #C1FBEA;
}
</style>