Shades of Humming Bird #C2FEEE
Tints of Humming Bird #C2FEEE
RGB
CMYK
RGB Variations
Color information
#C2FEEE (or 0xC2FEEE) is known color: Humming Bird. HEX triplet: C2, FE and EE. RGB value is (194,254,238). Sum of RGB (Red+Green+Blue) = 194+254+238=686 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.28% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEEE is #3D0111. Grayscale: #EAEAEA. Windows color (decimal): -3997970 or 15662786. OLE color: 15662786.
HSL color Cylindrical-coordinate representation of color #C2FEEE: hue angle of 164º 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 #C2FEEE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 238 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.00 |
| HSL | 164º | 0.97% | 0.88% | - |
| HSV(B) | 164º | 0.24% | 1% | - |
| XYZ | 73.12 | 88.53 | 94.12 | - |
| YUV | 234.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 238 | 0.24 | 0 | 0.06 | 0.00 | 164 | 0.97 | 0.88 |
| Hex | C2 | FE | EE | 18 | 0 | 6 | 0 | A4 | 61 | 58 |
| Octal | 302 | 376 | 356 | 30 | 0 | 6 | 0 | 244 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11101110 | 11000 | 0 | 110 | 0 | 10100100 | 1100001 | 1011000 |
Color Harmonies of #C2FEEE
Complementary color
Monochromatic Colors of #C2FEEE
Black with #C2FEEE
Text Example
Text Example
White with #C2FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEEE; }
p { color: rgb(194,254,238); }
H1.HeaderClassName
{
color: #C2FEEE;
}
.AnyTagClassName
{
color: #C2FEEE;
}
</style>
background-color css
<style>
a { background-color: #C2FEEE; }
a { background-color: rgb(194,254,238); }
div.DivClassName
{
background-color: #C2FEEE;
}
.BgClassName
{
background-color: #C2FEEE;
}
</style>
border-color css
<style>
span { border-color: #C2FEEE; }
span { border-color: rgb(194,254,238); }
td.TdClassName
{
border-color: #C2FEEE;
}
.TagClassName
{
border-color: #C2FEEE;
}
</style>