Shades of Humming Bird #C7FAEC
Tints of Humming Bird #C7FAEC
RGB
CMYK
RGB Variations
Color information
#C7FAEC (or 0xC7FAEC) is known color: Humming Bird. HEX triplet: C7, FA and EC. RGB value is (199,250,236). Sum of RGB (Red+Green+Blue) = 199+250+236=685 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.05% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAEC is #380513. Grayscale: #E9E9E9. Windows color (decimal): -3671316 or 15530695. OLE color: 15530695.
HSL color Cylindrical-coordinate representation of color #C7FAEC: hue angle of 163.53º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7FAEC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 199 | 250 | 236 | - |
CMYK | 0.20 | 0 | 0.06 | 0.02 |
HSL | 163.53º | 0.84% | 0.88% | - |
HSV(B) | 163.53º | 0.2% | 0.98% | - |
XYZ | 72.88 | 86.57 | 92.23 | - |
YUV | 233.16 | 129.6 | 103.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 250 | 236 | 0.20 | 0 | 0.06 | 0.02 | 163.53 | 0.84 | 0.88 |
Hex | C7 | FA | EC | 14 | 0 | 6 | 2 | A4 | 54 | 58 |
Octal | 307 | 372 | 354 | 24 | 0 | 6 | 2 | 244 | 124 | 130 |
Binary | 11000111 | 11111010 | 11101100 | 10100 | 0 | 110 | 10 | 10100100 | 1010100 | 1011000 |
Color Harmonies of #C7FAEC
Complementary color
Monochromatic Colors of #C7FAEC
Black with #C7FAEC
Text Example
Text Example
White with #C7FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FAEC; }
p { color: rgb(199,250,236); }
H1.HeaderClassName
{
color: #C7FAEC;
}
.AnyTagClassName
{
color: #C7FAEC;
}
</style>
background-color css
<style>
a { background-color: #C7FAEC; }
a { background-color: rgb(199,250,236); }
div.DivClassName
{
background-color: #C7FAEC;
}
.BgClassName
{
background-color: #C7FAEC;
}
</style>
border-color css
<style>
span { border-color: #C7FAEC; }
span { border-color: rgb(199,250,236); }
td.TdClassName
{
border-color: #C7FAEC;
}
.TagClassName
{
border-color: #C7FAEC;
}
</style>