Shades of Humming Bird #C3F7EA
Tints of Humming Bird #C3F7EA
RGB
CMYK
RGB Variations
Color information
#C3F7EA (or 0xC3F7EA) is known color: Humming Bird. HEX triplet: C3, F7 and EA. RGB value is (195,247,234). Sum of RGB (Red+Green+Blue) = 195+247+234=676 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.85% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #C3F7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F7EA is #3C0815. Grayscale: #E5E5E5. Windows color (decimal): -3934230 or 15398851. OLE color: 15398851.
HSL color Cylindrical-coordinate representation of color #C3F7EA: hue angle of 165º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F7EA is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 247 | 234 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.03 |
| HSL | 165º | 0.76% | 0.87% | - |
| HSV(B) | 165º | 0.21% | 0.97% | - |
| XYZ | 70.62 | 84.06 | 90.35 | - |
| YUV | 229.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 247 | 234 | 0.21 | 0 | 0.05 | 0.03 | 165 | 0.76 | 0.87 |
| Hex | C3 | F7 | EA | 15 | 0 | 5 | 3 | A5 | 4C | 57 |
| Octal | 303 | 367 | 352 | 25 | 0 | 5 | 3 | 245 | 114 | 127 |
| Binary | 11000011 | 11110111 | 11101010 | 10101 | 0 | 101 | 11 | 10100101 | 1001100 | 1010111 |
Color Harmonies of #C3F7EA
Complementary color
Monochromatic Colors of #C3F7EA
Black with #C3F7EA
Text Example
Text Example
White with #C3F7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F7EA; }
p { color: rgb(195,247,234); }
H1.HeaderClassName
{
color: #C3F7EA;
}
.AnyTagClassName
{
color: #C3F7EA;
}
</style>
background-color css
<style>
a { background-color: #C3F7EA; }
a { background-color: rgb(195,247,234); }
div.DivClassName
{
background-color: #C3F7EA;
}
.BgClassName
{
background-color: #C3F7EA;
}
</style>
border-color css
<style>
span { border-color: #C3F7EA; }
span { border-color: rgb(195,247,234); }
td.TdClassName
{
border-color: #C3F7EA;
}
.TagClassName
{
border-color: #C3F7EA;
}
</style>