Shades of Humming Bird #C8F9E5
Tints of Humming Bird #C8F9E5
RGB
CMYK
RGB Variations
Color information
#C8F9E5 (or 0xC8F9E5) is known color: Humming Bird. HEX triplet: C8, F9 and E5. RGB value is (200,249,229). Sum of RGB (Red+Green+Blue) = 200+249+229=678 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.50% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F9E5 is #37061A. Grayscale: #E8E8E8. Windows color (decimal): -3606043 or 15071688. OLE color: 15071688.
HSL color Cylindrical-coordinate representation of color #C8F9E5: hue angle of 155.51º 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 #C8F9E5 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 249 | 229 | - |
CMYK | 0.20 | 0 | 0.08 | 0.02 |
HSL | 155.51º | 0.8% | 0.88% | - |
HSV(B) | 155.51º | 0.2% | 0.98% | - |
XYZ | 71.84 | 85.69 | 86.88 | - |
YUV | 232.07 | 126.27 | 105.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 249 | 229 | 0.20 | 0 | 0.08 | 0.02 | 155.51 | 0.8 | 0.88 |
Hex | C8 | F9 | E5 | 14 | 0 | 8 | 2 | 9C | 50 | 58 |
Octal | 310 | 371 | 345 | 24 | 0 | 10 | 2 | 234 | 120 | 130 |
Binary | 11001000 | 11111001 | 11100101 | 10100 | 0 | 1000 | 10 | 10011100 | 1010000 | 1011000 |
Color Harmonies of #C8F9E5
Complementary color
Monochromatic Colors of #C8F9E5
Black with #C8F9E5
Text Example
Text Example
White with #C8F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F9E5; }
p { color: rgb(200,249,229); }
H1.HeaderClassName
{
color: #C8F9E5;
}
.AnyTagClassName
{
color: #C8F9E5;
}
</style>
background-color css
<style>
a { background-color: #C8F9E5; }
a { background-color: rgb(200,249,229); }
div.DivClassName
{
background-color: #C8F9E5;
}
.BgClassName
{
background-color: #C8F9E5;
}
</style>
border-color css
<style>
span { border-color: #C8F9E5; }
span { border-color: rgb(200,249,229); }
td.TdClassName
{
border-color: #C8F9E5;
}
.TagClassName
{
border-color: #C8F9E5;
}
</style>