Shades of Humming Bird #C8F9EC
Tints of Humming Bird #C8F9EC
RGB
CMYK
RGB Variations
Color information
#C8F9EC (or 0xC8F9EC) is known color: Humming Bird. HEX triplet: C8, F9 and EC. RGB value is (200,249,236). Sum of RGB (Red+Green+Blue) = 200+249+236=685 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.20% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F9EC is #370613. Grayscale: #E8E8E8. Windows color (decimal): -3606036 or 15530440. OLE color: 15530440.
HSL color Cylindrical-coordinate representation of color #C8F9EC: hue angle of 164.08º degrees, saturation: 0.8, 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 #C8F9EC is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 249 | 236 | - |
CMYK | 0.20 | 0 | 0.05 | 0.02 |
HSL | 164.08º | 0.8% | 0.88% | - |
HSV(B) | 164.08º | 0.2% | 0.98% | - |
XYZ | 72.84 | 86.09 | 92.13 | - |
YUV | 232.87 | 129.77 | 104.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 249 | 236 | 0.20 | 0 | 0.05 | 0.02 | 164.08 | 0.8 | 0.88 |
Hex | C8 | F9 | EC | 14 | 0 | 5 | 2 | A4 | 50 | 58 |
Octal | 310 | 371 | 354 | 24 | 0 | 5 | 2 | 244 | 120 | 130 |
Binary | 11001000 | 11111001 | 11101100 | 10100 | 0 | 101 | 10 | 10100100 | 1010000 | 1011000 |
Color Harmonies of #C8F9EC
Complementary color
Monochromatic Colors of #C8F9EC
Black with #C8F9EC
Text Example
Text Example
White with #C8F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F9EC; }
p { color: rgb(200,249,236); }
H1.HeaderClassName
{
color: #C8F9EC;
}
.AnyTagClassName
{
color: #C8F9EC;
}
</style>
background-color css
<style>
a { background-color: #C8F9EC; }
a { background-color: rgb(200,249,236); }
div.DivClassName
{
background-color: #C8F9EC;
}
.BgClassName
{
background-color: #C8F9EC;
}
</style>
border-color css
<style>
span { border-color: #C8F9EC; }
span { border-color: rgb(200,249,236); }
td.TdClassName
{
border-color: #C8F9EC;
}
.TagClassName
{
border-color: #C8F9EC;
}
</style>