Shades of Humming Bird #C2F8EC
Tints of Humming Bird #C2F8EC
RGB
CMYK
RGB Variations
Color information
#C2F8EC (or 0xC2F8EC) is known color: Humming Bird. HEX triplet: C2, F8 and EC. RGB value is (194,248,236). Sum of RGB (Red+Green+Blue) = 194+248+236=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F8EC is #3D0713. Grayscale: #E6E6E6. Windows color (decimal): -3999508 or 15530178. OLE color: 15530178.
HSL color Cylindrical-coordinate representation of color #C2F8EC: hue angle of 166.67º 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 #C2F8EC is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 236 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.03 |
| HSL | 166.67º | 0.79% | 0.87% | - |
| HSV(B) | 166.67º | 0.22% | 0.97% | - |
| XYZ | 70.96 | 84.66 | 91.96 | - |
| YUV | 230.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 236 | 0.22 | 0 | 0.05 | 0.03 | 166.67 | 0.79 | 0.87 |
| Hex | C2 | F8 | EC | 16 | 0 | 5 | 3 | A7 | 4F | 57 |
| Octal | 302 | 370 | 354 | 26 | 0 | 5 | 3 | 247 | 117 | 127 |
| Binary | 11000010 | 11111000 | 11101100 | 10110 | 0 | 101 | 11 | 10100111 | 1001111 | 1010111 |
Color Harmonies of #C2F8EC
Complementary color
Monochromatic Colors of #C2F8EC
Black with #C2F8EC
Text Example
Text Example
White with #C2F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F8EC; }
p { color: rgb(194,248,236); }
H1.HeaderClassName
{
color: #C2F8EC;
}
.AnyTagClassName
{
color: #C2F8EC;
}
</style>
background-color css
<style>
a { background-color: #C2F8EC; }
a { background-color: rgb(194,248,236); }
div.DivClassName
{
background-color: #C2F8EC;
}
.BgClassName
{
background-color: #C2F8EC;
}
</style>
border-color css
<style>
span { border-color: #C2F8EC; }
span { border-color: rgb(194,248,236); }
td.TdClassName
{
border-color: #C2F8EC;
}
.TagClassName
{
border-color: #C2F8EC;
}
</style>