Shades of Humming Bird #C2F7ED
Tints of Humming Bird #C2F7ED
RGB
CMYK
RGB Variations
Color information
#C2F7ED (or 0xC2F7ED) is known color: Humming Bird. HEX triplet: C2, F7 and ED. RGB value is (194,247,237). Sum of RGB (Red+Green+Blue) = 194+247+237=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F7ED is #3D0812. Grayscale: #E5E5E5. Windows color (decimal): -3999763 or 15595458. OLE color: 15595458.
HSL color Cylindrical-coordinate representation of color #C2F7ED: hue angle of 168.68º 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 #C2F7ED is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 237 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.03 |
| HSL | 168.68º | 0.77% | 0.86% | - |
| HSV(B) | 168.68º | 0.21% | 0.97% | - |
| XYZ | 70.79 | 84.11 | 92.62 | - |
| YUV | 230.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 237 | 0.21 | 0 | 0.04 | 0.03 | 168.68 | 0.77 | 0.86 |
| Hex | C2 | F7 | ED | 15 | 0 | 4 | 3 | A9 | 4D | 56 |
| Octal | 302 | 367 | 355 | 25 | 0 | 4 | 3 | 251 | 115 | 126 |
| Binary | 11000010 | 11110111 | 11101101 | 10101 | 0 | 100 | 11 | 10101001 | 1001101 | 1010110 |
Color Harmonies of #C2F7ED
Complementary color
Monochromatic Colors of #C2F7ED
Black with #C2F7ED
Text Example
Text Example
White with #C2F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7ED; }
p { color: rgb(194,247,237); }
H1.HeaderClassName
{
color: #C2F7ED;
}
.AnyTagClassName
{
color: #C2F7ED;
}
</style>
background-color css
<style>
a { background-color: #C2F7ED; }
a { background-color: rgb(194,247,237); }
div.DivClassName
{
background-color: #C2F7ED;
}
.BgClassName
{
background-color: #C2F7ED;
}
</style>
border-color css
<style>
span { border-color: #C2F7ED; }
span { border-color: rgb(194,247,237); }
td.TdClassName
{
border-color: #C2F7ED;
}
.TagClassName
{
border-color: #C2F7ED;
}
</style>