Shades of Humming Bird #C7FFED
Tints of Humming Bird #C7FFED
RGB
CMYK
RGB Variations
Color information
#C7FFED (or 0xC7FFED) is known color: Humming Bird. HEX triplet: C7, FF and ED. RGB value is (199,255,237). Sum of RGB (Red+Green+Blue) = 199+255+237=691 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.80% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFED is #380012. Grayscale: #ECECEC. Windows color (decimal): -3670035 or 15597511. OLE color: 15597511.
HSL color Cylindrical-coordinate representation of color #C7FFED: hue angle of 160.71º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFED is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 255 | 237 | - |
CMYK | 0.22 | 0 | 0.07 | 0 |
HSL | 160.71º | 1% | 0.89% | - |
HSV(B) | 160.71º | 0.22% | 1% | - |
XYZ | 74.6 | 89.78 | 93.52 | - |
YUV | 236.2 | 128.45 | 101.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 255 | 237 | 0.22 | 0 | 0.07 | 0 | 160.71 | 1 | 0.89 |
Hex | C7 | FF | ED | 16 | 0 | 7 | 0 | A1 | 64 | 59 |
Octal | 307 | 377 | 355 | 26 | 0 | 7 | 0 | 241 | 144 | 131 |
Binary | 11000111 | 11111111 | 11101101 | 10110 | 0 | 111 | 0 | 10100001 | 1100100 | 1011001 |
Color Harmonies of #C7FFED
Complementary color
Monochromatic Colors of #C7FFED
Black with #C7FFED
Text Example
Text Example
White with #C7FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFED; }
p { color: rgb(199,255,237); }
H1.HeaderClassName
{
color: #C7FFED;
}
.AnyTagClassName
{
color: #C7FFED;
}
</style>
background-color css
<style>
a { background-color: #C7FFED; }
a { background-color: rgb(199,255,237); }
div.DivClassName
{
background-color: #C7FFED;
}
.BgClassName
{
background-color: #C7FFED;
}
</style>
border-color css
<style>
span { border-color: #C7FFED; }
span { border-color: rgb(199,255,237); }
td.TdClassName
{
border-color: #C7FFED;
}
.TagClassName
{
border-color: #C7FFED;
}
</style>