Shades of Humming Bird #C2FFEE
Tints of Humming Bird #C2FFEE
RGB
CMYK
RGB Variations
Color information
#C2FFEE (or 0xC2FFEE) is known color: Humming Bird. HEX triplet: C2, FF and EE. RGB value is (194,255,238). Sum of RGB (Red+Green+Blue) = 194+255+238=687 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.24% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFEE is #3D0011. Grayscale: #EAEAEA. Windows color (decimal): -3997714 or 15663042. OLE color: 15663042.
HSL color Cylindrical-coordinate representation of color #C2FFEE: hue angle of 163.28º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFEE is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 238 | - |
| CMYK | 0.24 | 0 | 0.07 | 0 |
| HSL | 163.28º | 1% | 0.88% | - |
| HSV(B) | 163.28º | 0.24% | 1% | - |
| XYZ | 73.44 | 89.16 | 94.23 | - |
| YUV | 234.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 238 | 0.24 | 0 | 0.07 | 0 | 163.28 | 1 | 0.88 |
| Hex | C2 | FF | EE | 18 | 0 | 7 | 0 | A3 | 64 | 58 |
| Octal | 302 | 377 | 356 | 30 | 0 | 7 | 0 | 243 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11101110 | 11000 | 0 | 111 | 0 | 10100011 | 1100100 | 1011000 |
Color Harmonies of #C2FFEE
Complementary color
Monochromatic Colors of #C2FFEE
Black with #C2FFEE
Text Example
Text Example
White with #C2FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFEE; }
p { color: rgb(194,255,238); }
H1.HeaderClassName
{
color: #C2FFEE;
}
.AnyTagClassName
{
color: #C2FFEE;
}
</style>
background-color css
<style>
a { background-color: #C2FFEE; }
a { background-color: rgb(194,255,238); }
div.DivClassName
{
background-color: #C2FFEE;
}
.BgClassName
{
background-color: #C2FFEE;
}
</style>
border-color css
<style>
span { border-color: #C2FFEE; }
span { border-color: rgb(194,255,238); }
td.TdClassName
{
border-color: #C2FFEE;
}
.TagClassName
{
border-color: #C2FFEE;
}
</style>