Shades of Humming Bird #C7FCEB
Tints of Humming Bird #C7FCEB
RGB
CMYK
RGB Variations
Color information
#C7FCEB (or 0xC7FCEB) is known color: Humming Bird. HEX triplet: C7, FC and EB. RGB value is (199,252,235). Sum of RGB (Red+Green+Blue) = 199+252+235=686 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.01% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCEB is #380314. Grayscale: #EAEAEA. Windows color (decimal): -3670805 or 15465671. OLE color: 15465671.
HSL color Cylindrical-coordinate representation of color #C7FCEB: hue angle of 160.75º 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 #C7FCEB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 252 | 235 | - |
CMYK | 0.21 | 0 | 0.07 | 0.01 |
HSL | 160.75º | 0.9% | 0.88% | - |
HSV(B) | 160.75º | 0.21% | 0.99% | - |
XYZ | 73.36 | 87.76 | 91.67 | - |
YUV | 234.22 | 128.44 | 102.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 252 | 235 | 0.21 | 0 | 0.07 | 0.01 | 160.75 | 0.9 | 0.88 |
Hex | C7 | FC | EB | 15 | 0 | 7 | 1 | A1 | 5A | 58 |
Octal | 307 | 374 | 353 | 25 | 0 | 7 | 1 | 241 | 132 | 130 |
Binary | 11000111 | 11111100 | 11101011 | 10101 | 0 | 111 | 1 | 10100001 | 1011010 | 1011000 |
Color Harmonies of #C7FCEB
Complementary color
Monochromatic Colors of #C7FCEB
Black with #C7FCEB
Text Example
Text Example
White with #C7FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCEB; }
p { color: rgb(199,252,235); }
H1.HeaderClassName
{
color: #C7FCEB;
}
.AnyTagClassName
{
color: #C7FCEB;
}
</style>
background-color css
<style>
a { background-color: #C7FCEB; }
a { background-color: rgb(199,252,235); }
div.DivClassName
{
background-color: #C7FCEB;
}
.BgClassName
{
background-color: #C7FCEB;
}
</style>
border-color css
<style>
span { border-color: #C7FCEB; }
span { border-color: rgb(199,252,235); }
td.TdClassName
{
border-color: #C7FCEB;
}
.TagClassName
{
border-color: #C7FCEB;
}
</style>