Shades of Humming Bird #C2F7EB
Tints of Humming Bird #C2F7EB
RGB
CMYK
RGB Variations
Color information
#C2F7EB (or 0xC2F7EB) is known color: Humming Bird. HEX triplet: C2, F7 and EB. RGB value is (194,247,235). Sum of RGB (Red+Green+Blue) = 194+247+235=676 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.70% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F7EB is #3D0814. Grayscale: #E5E5E5. Windows color (decimal): -3999765 or 15464386. OLE color: 15464386.
HSL color Cylindrical-coordinate representation of color #C2F7EB: hue angle of 166.42º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F7EB is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 235 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.03 |
| HSL | 166.42º | 0.77% | 0.86% | - |
| HSV(B) | 166.42º | 0.21% | 0.97% | - |
| XYZ | 70.5 | 83.99 | 91.09 | - |
| YUV | 229.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 235 | 0.21 | 0 | 0.05 | 0.03 | 166.42 | 0.77 | 0.86 |
| Hex | C2 | F7 | EB | 15 | 0 | 5 | 3 | A6 | 4D | 56 |
| Octal | 302 | 367 | 353 | 25 | 0 | 5 | 3 | 246 | 115 | 126 |
| Binary | 11000010 | 11110111 | 11101011 | 10101 | 0 | 101 | 11 | 10100110 | 1001101 | 1010110 |
Color Harmonies of #C2F7EB
Complementary color
Monochromatic Colors of #C2F7EB
Black with #C2F7EB
Text Example
Text Example
White with #C2F7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7EB; }
p { color: rgb(194,247,235); }
H1.HeaderClassName
{
color: #C2F7EB;
}
.AnyTagClassName
{
color: #C2F7EB;
}
</style>
background-color css
<style>
a { background-color: #C2F7EB; }
a { background-color: rgb(194,247,235); }
div.DivClassName
{
background-color: #C2F7EB;
}
.BgClassName
{
background-color: #C2F7EB;
}
</style>
border-color css
<style>
span { border-color: #C2F7EB; }
span { border-color: rgb(194,247,235); }
td.TdClassName
{
border-color: #C2F7EB;
}
.TagClassName
{
border-color: #C2F7EB;
}
</style>