Shades of Humming Bird #C1FDE2
Tints of Humming Bird #C1FDE2
RGB
CMYK
RGB Variations
Color information
#C1FDE2 (or 0xC1FDE2) is known color: Humming Bird. HEX triplet: C1, FD and E2. RGB value is (193,253,226). Sum of RGB (Red+Green+Blue) = 193+253+226=672 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.72% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FDE2 is #3E021D. Grayscale: #E8E8E8. Windows color (decimal): -4063774 or 14876097. OLE color: 14876097.
HSL color Cylindrical-coordinate representation of color #C1FDE2: hue angle of 153º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FDE2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 226 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.01 |
| HSL | 153º | 0.94% | 0.87% | - |
| HSV(B) | 153º | 0.24% | 0.99% | - |
| XYZ | 70.85 | 87.08 | 85.03 | - |
| YUV | 231.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 226 | 0.24 | 0 | 0.11 | 0.01 | 153 | 0.94 | 0.87 |
| Hex | C1 | FD | E2 | 18 | 0 | B | 1 | 99 | 5E | 57 |
| Octal | 301 | 375 | 342 | 30 | 0 | 13 | 1 | 231 | 136 | 127 |
| Binary | 11000001 | 11111101 | 11100010 | 11000 | 0 | 1011 | 1 | 10011001 | 1011110 | 1010111 |
Color Harmonies of #C1FDE2
Complementary color
Monochromatic Colors of #C1FDE2
Black with #C1FDE2
Text Example
Text Example
White with #C1FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDE2; }
p { color: rgb(193,253,226); }
H1.HeaderClassName
{
color: #C1FDE2;
}
.AnyTagClassName
{
color: #C1FDE2;
}
</style>
background-color css
<style>
a { background-color: #C1FDE2; }
a { background-color: rgb(193,253,226); }
div.DivClassName
{
background-color: #C1FDE2;
}
.BgClassName
{
background-color: #C1FDE2;
}
</style>
border-color css
<style>
span { border-color: #C1FDE2; }
span { border-color: rgb(193,253,226); }
td.TdClassName
{
border-color: #C1FDE2;
}
.TagClassName
{
border-color: #C1FDE2;
}
</style>