Shades of Humming Bird #C2FDEB
Tints of Humming Bird #C2FDEB
RGB
CMYK
RGB Variations
Color information
#C2FDEB (or 0xC2FDEB) is known color: Humming Bird. HEX triplet: C2, FD and EB. RGB value is (194,253,235). Sum of RGB (Red+Green+Blue) = 194+253+235=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDEB is #3D0214. Grayscale: #E9E9E9. Windows color (decimal): -3998229 or 15465922. OLE color: 15465922.
HSL color Cylindrical-coordinate representation of color #C2FDEB: hue angle of 161.69º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDEB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 235 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.01 |
| HSL | 161.69º | 0.94% | 0.88% | - |
| HSV(B) | 161.69º | 0.23% | 0.99% | - |
| XYZ | 72.37 | 87.72 | 91.71 | - |
| YUV | 233.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 235 | 0.23 | 0 | 0.07 | 0.01 | 161.69 | 0.94 | 0.88 |
| Hex | C2 | FD | EB | 17 | 0 | 7 | 1 | A2 | 5E | 58 |
| Octal | 302 | 375 | 353 | 27 | 0 | 7 | 1 | 242 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11101011 | 10111 | 0 | 111 | 1 | 10100010 | 1011110 | 1011000 |
Color Harmonies of #C2FDEB
Complementary color
Monochromatic Colors of #C2FDEB
Black with #C2FDEB
Text Example
Text Example
White with #C2FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDEB; }
p { color: rgb(194,253,235); }
H1.HeaderClassName
{
color: #C2FDEB;
}
.AnyTagClassName
{
color: #C2FDEB;
}
</style>
background-color css
<style>
a { background-color: #C2FDEB; }
a { background-color: rgb(194,253,235); }
div.DivClassName
{
background-color: #C2FDEB;
}
.BgClassName
{
background-color: #C2FDEB;
}
</style>
border-color css
<style>
span { border-color: #C2FDEB; }
span { border-color: rgb(194,253,235); }
td.TdClassName
{
border-color: #C2FDEB;
}
.TagClassName
{
border-color: #C2FDEB;
}
</style>