Shades of Humming Bird #C1FEED
Tints of Humming Bird #C1FEED
RGB
CMYK
RGB Variations
Color information
#C1FEED (or 0xC1FEED) is known color: Humming Bird. HEX triplet: C1, FE and ED. RGB value is (193,254,237). Sum of RGB (Red+Green+Blue) = 193+254+237=684 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.22% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1FEED is #3E0112. Grayscale: #E9E9E9. Windows color (decimal): -4063507 or 15597249. OLE color: 15597249.
HSL color Cylindrical-coordinate representation of color #C1FEED: hue angle of 163.28º 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 #C1FEED is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 237 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.00 |
| HSL | 163.28º | 0.97% | 0.88% | - |
| HSV(B) | 163.28º | 0.24% | 1% | - |
| XYZ | 72.72 | 88.34 | 93.34 | - |
| YUV | 233.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 237 | 0.24 | 0 | 0.07 | 0.00 | 163.28 | 0.97 | 0.88 |
| Hex | C1 | FE | ED | 18 | 0 | 7 | 0 | A3 | 61 | 58 |
| Octal | 301 | 376 | 355 | 30 | 0 | 7 | 0 | 243 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11101101 | 11000 | 0 | 111 | 0 | 10100011 | 1100001 | 1011000 |
Color Harmonies of #C1FEED
Complementary color
Monochromatic Colors of #C1FEED
Black with #C1FEED
Text Example
Text Example
White with #C1FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEED; }
p { color: rgb(193,254,237); }
H1.HeaderClassName
{
color: #C1FEED;
}
.AnyTagClassName
{
color: #C1FEED;
}
</style>
background-color css
<style>
a { background-color: #C1FEED; }
a { background-color: rgb(193,254,237); }
div.DivClassName
{
background-color: #C1FEED;
}
.BgClassName
{
background-color: #C1FEED;
}
</style>
border-color css
<style>
span { border-color: #C1FEED; }
span { border-color: rgb(193,254,237); }
td.TdClassName
{
border-color: #C1FEED;
}
.TagClassName
{
border-color: #C1FEED;
}
</style>