Shades of Humming Bird #C7FCEC
Tints of Humming Bird #C7FCEC
RGB
CMYK
RGB Variations
Color information
#C7FCEC (or 0xC7FCEC) is known color: Humming Bird. HEX triplet: C7, FC and EC. RGB value is (199,252,236). Sum of RGB (Red+Green+Blue) = 199+252+236=687 (90% of max value = 765). Red value is 199 (78.12% from 255 or 28.97% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCEC is #380313. Grayscale: #EAEAEA. Windows color (decimal): -3670804 or 15531207. OLE color: 15531207.
HSL color Cylindrical-coordinate representation of color #C7FCEC: hue angle of 161.89º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FCEC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 252 | 236 | - |
CMYK | 0.21 | 0 | 0.06 | 0.01 |
HSL | 161.89º | 0.9% | 0.88% | - |
HSV(B) | 161.89º | 0.21% | 0.99% | - |
XYZ | 73.5 | 87.82 | 92.43 | - |
YUV | 234.33 | 128.94 | 102.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 252 | 236 | 0.21 | 0 | 0.06 | 0.01 | 161.89 | 0.9 | 0.88 |
Hex | C7 | FC | EC | 15 | 0 | 6 | 1 | A2 | 5A | 58 |
Octal | 307 | 374 | 354 | 25 | 0 | 6 | 1 | 242 | 132 | 130 |
Binary | 11000111 | 11111100 | 11101100 | 10101 | 0 | 110 | 1 | 10100010 | 1011010 | 1011000 |
Color Harmonies of #C7FCEC
Complementary color
Monochromatic Colors of #C7FCEC
Black with #C7FCEC
Text Example
Text Example
White with #C7FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCEC; }
p { color: rgb(199,252,236); }
H1.HeaderClassName
{
color: #C7FCEC;
}
.AnyTagClassName
{
color: #C7FCEC;
}
</style>
background-color css
<style>
a { background-color: #C7FCEC; }
a { background-color: rgb(199,252,236); }
div.DivClassName
{
background-color: #C7FCEC;
}
.BgClassName
{
background-color: #C7FCEC;
}
</style>
border-color css
<style>
span { border-color: #C7FCEC; }
span { border-color: rgb(199,252,236); }
td.TdClassName
{
border-color: #C7FCEC;
}
.TagClassName
{
border-color: #C7FCEC;
}
</style>