Shades of Humming Bird #C2FFE8
Tints of Humming Bird #C2FFE8
RGB
CMYK
RGB Variations
Color information
#C2FFE8 (or 0xC2FFE8) is known color: Humming Bird. HEX triplet: C2, FF and E8. RGB value is (194,255,232). Sum of RGB (Red+Green+Blue) = 194+255+232=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFE8 is #3D0017. Grayscale: #EAEAEA. Windows color (decimal): -3997720 or 15269826. OLE color: 15269826.
HSL color Cylindrical-coordinate representation of color #C2FFE8: hue angle of 157.38º 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 #C2FFE8 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 232 | - |
| CMYK | 0.24 | 0 | 0.09 | 0 |
| HSL | 157.38º | 1% | 0.88% | - |
| HSV(B) | 157.38º | 0.24% | 1% | - |
| XYZ | 72.57 | 88.82 | 89.66 | - |
| YUV | 234.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 232 | 0.24 | 0 | 0.09 | 0 | 157.38 | 1 | 0.88 |
| Hex | C2 | FF | E8 | 18 | 0 | 9 | 0 | 9D | 64 | 58 |
| Octal | 302 | 377 | 350 | 30 | 0 | 11 | 0 | 235 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11101000 | 11000 | 0 | 1001 | 0 | 10011101 | 1100100 | 1011000 |
Color Harmonies of #C2FFE8
Complementary color
Monochromatic Colors of #C2FFE8
Black with #C2FFE8
Text Example
Text Example
White with #C2FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFE8; }
p { color: rgb(194,255,232); }
H1.HeaderClassName
{
color: #C2FFE8;
}
.AnyTagClassName
{
color: #C2FFE8;
}
</style>
background-color css
<style>
a { background-color: #C2FFE8; }
a { background-color: rgb(194,255,232); }
div.DivClassName
{
background-color: #C2FFE8;
}
.BgClassName
{
background-color: #C2FFE8;
}
</style>
border-color css
<style>
span { border-color: #C2FFE8; }
span { border-color: rgb(194,255,232); }
td.TdClassName
{
border-color: #C2FFE8;
}
.TagClassName
{
border-color: #C2FFE8;
}
</style>