Shades of Humming Bird #C1FEF0
Tints of Humming Bird #C1FEF0
RGB
CMYK
RGB Variations
Color information
#C1FEF0 (or 0xC1FEF0) is known color: Humming Bird. HEX triplet: C1, FE and F0. RGB value is (193,254,240). Sum of RGB (Red+Green+Blue) = 193+254+240=687 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.09% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEF0 is #3E010F. Grayscale: #EAEAEA. Windows color (decimal): -4063504 or 15793857. OLE color: 15793857.
HSL color Cylindrical-coordinate representation of color #C1FEF0: hue angle of 166.23º 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 #C1FEF0 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 240 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.00 |
| HSL | 166.23º | 0.97% | 0.88% | - |
| HSV(B) | 166.23º | 0.24% | 1% | - |
| XYZ | 73.16 | 88.51 | 95.67 | - |
| YUV | 234.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 240 | 0.24 | 0 | 0.06 | 0.00 | 166.23 | 0.97 | 0.88 |
| Hex | C1 | FE | F0 | 18 | 0 | 6 | 0 | A6 | 61 | 58 |
| Octal | 301 | 376 | 360 | 30 | 0 | 6 | 0 | 246 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11110000 | 11000 | 0 | 110 | 0 | 10100110 | 1100001 | 1011000 |
Color Harmonies of #C1FEF0
Complementary color
Monochromatic Colors of #C1FEF0
Black with #C1FEF0
Text Example
Text Example
White with #C1FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEF0; }
p { color: rgb(193,254,240); }
H1.HeaderClassName
{
color: #C1FEF0;
}
.AnyTagClassName
{
color: #C1FEF0;
}
</style>
background-color css
<style>
a { background-color: #C1FEF0; }
a { background-color: rgb(193,254,240); }
div.DivClassName
{
background-color: #C1FEF0;
}
.BgClassName
{
background-color: #C1FEF0;
}
</style>
border-color css
<style>
span { border-color: #C1FEF0; }
span { border-color: rgb(193,254,240); }
td.TdClassName
{
border-color: #C1FEF0;
}
.TagClassName
{
border-color: #C1FEF0;
}
</style>