Shades of Humming Bird #C2FDEF
Tints of Humming Bird #C2FDEF
RGB
CMYK
RGB Variations
Color information
#C2FDEF (or 0xC2FDEF) is known color: Humming Bird. HEX triplet: C2, FD and EF. RGB value is (194,253,239). Sum of RGB (Red+Green+Blue) = 194+253+239=686 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.28% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDEF is #3D0210. Grayscale: #E9E9E9. Windows color (decimal): -3998225 or 15728066. OLE color: 15728066.
HSL color Cylindrical-coordinate representation of color #C2FDEF: hue angle of 165.76º 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 #C2FDEF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 239 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.01 |
| HSL | 165.76º | 0.94% | 0.88% | - |
| HSV(B) | 165.76º | 0.23% | 0.99% | - |
| XYZ | 72.95 | 87.95 | 94.79 | - |
| YUV | 233.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 239 | 0.23 | 0 | 0.06 | 0.01 | 165.76 | 0.94 | 0.88 |
| Hex | C2 | FD | EF | 17 | 0 | 6 | 1 | A6 | 5E | 58 |
| Octal | 302 | 375 | 357 | 27 | 0 | 6 | 1 | 246 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11101111 | 10111 | 0 | 110 | 1 | 10100110 | 1011110 | 1011000 |
Color Harmonies of #C2FDEF
Complementary color
Monochromatic Colors of #C2FDEF
Black with #C2FDEF
Text Example
Text Example
White with #C2FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDEF; }
p { color: rgb(194,253,239); }
H1.HeaderClassName
{
color: #C2FDEF;
}
.AnyTagClassName
{
color: #C2FDEF;
}
</style>
background-color css
<style>
a { background-color: #C2FDEF; }
a { background-color: rgb(194,253,239); }
div.DivClassName
{
background-color: #C2FDEF;
}
.BgClassName
{
background-color: #C2FDEF;
}
</style>
border-color css
<style>
span { border-color: #C2FDEF; }
span { border-color: rgb(194,253,239); }
td.TdClassName
{
border-color: #C2FDEF;
}
.TagClassName
{
border-color: #C2FDEF;
}
</style>