Shades of Humming Bird #C2F7E6
Tints of Humming Bird #C2F7E6
RGB
CMYK
RGB Variations
Color information
#C2F7E6 (or 0xC2F7E6) is known color: Humming Bird. HEX triplet: C2, F7 and E6. RGB value is (194,247,230). Sum of RGB (Red+Green+Blue) = 194+247+230=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F7E6 is #3D0819. Grayscale: #E5E5E5. Windows color (decimal): -3999770 or 15136706. OLE color: 15136706.
HSL color Cylindrical-coordinate representation of color #C2F7E6: hue angle of 160.75º 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 #C2F7E6 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
RGB | 194 | 247 | 230 | - |
CMYK | 0.21 | 0 | 0.07 | 0.03 |
HSL | 160.75º | 0.77% | 0.86% | - |
HSV(B) | 160.75º | 0.21% | 0.97% | - |
XYZ | 69.79 | 83.7 | 87.34 | - |
YUV | 229.22 | 128.44 | 102.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 247 | 230 | 0.21 | 0 | 0.07 | 0.03 | 160.75 | 0.77 | 0.86 |
Hex | C2 | F7 | E6 | 15 | 0 | 7 | 3 | A1 | 4D | 56 |
Octal | 302 | 367 | 346 | 25 | 0 | 7 | 3 | 241 | 115 | 126 |
Binary | 11000010 | 11110111 | 11100110 | 10101 | 0 | 111 | 11 | 10100001 | 1001101 | 1010110 |
Color Harmonies of #C2F7E6
Complementary color
Monochromatic Colors of #C2F7E6
Black with #C2F7E6
Text Example
Text Example
White with #C2F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7E6; }
p { color: rgb(194,247,230); }
H1.HeaderClassName
{
color: #C2F7E6;
}
.AnyTagClassName
{
color: #C2F7E6;
}
</style>
background-color css
<style>
a { background-color: #C2F7E6; }
a { background-color: rgb(194,247,230); }
div.DivClassName
{
background-color: #C2F7E6;
}
.BgClassName
{
background-color: #C2F7E6;
}
</style>
border-color css
<style>
span { border-color: #C2F7E6; }
span { border-color: rgb(194,247,230); }
td.TdClassName
{
border-color: #C2F7E6;
}
.TagClassName
{
border-color: #C2F7E6;
}
</style>