Shades of Humming Bird #C7FAE5
Tints of Humming Bird #C7FAE5
RGB
CMYK
RGB Variations
Color information
#C7FAE5 (or 0xC7FAE5) is known color: Humming Bird. HEX triplet: C7, FA and E5. RGB value is (199,250,229). Sum of RGB (Red+Green+Blue) = 199+250+229=678 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.35% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FAE5 is #38051A. Grayscale: #E8E8E8. Windows color (decimal): -3671323 or 15071943. OLE color: 15071943.
HSL color Cylindrical-coordinate representation of color #C7FAE5: hue angle of 155.29º 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 #C7FAE5 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 199 | 250 | 229 | - |
CMYK | 0.20 | 0 | 0.08 | 0.02 |
HSL | 155.29º | 0.84% | 0.88% | - |
HSV(B) | 155.29º | 0.2% | 0.98% | - |
XYZ | 71.88 | 86.17 | 86.97 | - |
YUV | 232.36 | 126.1 | 104.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 250 | 229 | 0.20 | 0 | 0.08 | 0.02 | 155.29 | 0.84 | 0.88 |
Hex | C7 | FA | E5 | 14 | 0 | 8 | 2 | 9B | 54 | 58 |
Octal | 307 | 372 | 345 | 24 | 0 | 10 | 2 | 233 | 124 | 130 |
Binary | 11000111 | 11111010 | 11100101 | 10100 | 0 | 1000 | 10 | 10011011 | 1010100 | 1011000 |
Color Harmonies of #C7FAE5
Complementary color
Monochromatic Colors of #C7FAE5
Black with #C7FAE5
Text Example
Text Example
White with #C7FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FAE5; }
p { color: rgb(199,250,229); }
H1.HeaderClassName
{
color: #C7FAE5;
}
.AnyTagClassName
{
color: #C7FAE5;
}
</style>
background-color css
<style>
a { background-color: #C7FAE5; }
a { background-color: rgb(199,250,229); }
div.DivClassName
{
background-color: #C7FAE5;
}
.BgClassName
{
background-color: #C7FAE5;
}
</style>
border-color css
<style>
span { border-color: #C7FAE5; }
span { border-color: rgb(199,250,229); }
td.TdClassName
{
border-color: #C7FAE5;
}
.TagClassName
{
border-color: #C7FAE5;
}
</style>