Shades of Humming Bird #C2F8EA
Tints of Humming Bird #C2F8EA
RGB
CMYK
RGB Variations
Color information
#C2F8EA (or 0xC2F8EA) is known color: Humming Bird. HEX triplet: C2, F8 and EA. RGB value is (194,248,234). Sum of RGB (Red+Green+Blue) = 194+248+234=676 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.70% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F8EA is #3D0715. Grayscale: #E6E6E6. Windows color (decimal): -3999510 or 15399106. OLE color: 15399106.
HSL color Cylindrical-coordinate representation of color #C2F8EA: hue angle of 164.44º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F8EA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 234 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.03 |
| HSL | 164.44º | 0.79% | 0.87% | - |
| HSV(B) | 164.44º | 0.22% | 0.97% | - |
| XYZ | 70.67 | 84.54 | 90.44 | - |
| YUV | 230.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 234 | 0.22 | 0 | 0.06 | 0.03 | 164.44 | 0.79 | 0.87 |
| Hex | C2 | F8 | EA | 16 | 0 | 6 | 3 | A4 | 4F | 57 |
| Octal | 302 | 370 | 352 | 26 | 0 | 6 | 3 | 244 | 117 | 127 |
| Binary | 11000010 | 11111000 | 11101010 | 10110 | 0 | 110 | 11 | 10100100 | 1001111 | 1010111 |
Color Harmonies of #C2F8EA
Complementary color
Monochromatic Colors of #C2F8EA
Black with #C2F8EA
Text Example
Text Example
White with #C2F8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F8EA; }
p { color: rgb(194,248,234); }
H1.HeaderClassName
{
color: #C2F8EA;
}
.AnyTagClassName
{
color: #C2F8EA;
}
</style>
background-color css
<style>
a { background-color: #C2F8EA; }
a { background-color: rgb(194,248,234); }
div.DivClassName
{
background-color: #C2F8EA;
}
.BgClassName
{
background-color: #C2F8EA;
}
</style>
border-color css
<style>
span { border-color: #C2F8EA; }
span { border-color: rgb(194,248,234); }
td.TdClassName
{
border-color: #C2F8EA;
}
.TagClassName
{
border-color: #C2F8EA;
}
</style>