Shades of Humming Bird #C8FEEA
Tints of Humming Bird #C8FEEA
RGB
CMYK
RGB Variations
Color information
#C8FEEA (or 0xC8FEEA) is known color: Humming Bird. HEX triplet: C8, FE and EA. RGB value is (200,254,234). Sum of RGB (Red+Green+Blue) = 200+254+234=688 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.07% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FEEA is #370115. Grayscale: #EBEBEB. Windows color (decimal): -3604758 or 15400648. OLE color: 15400648.
HSL color Cylindrical-coordinate representation of color #C8FEEA: hue angle of 157.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FEEA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 200 | 254 | 234 | - |
CMYK | 0.21 | 0 | 0.08 | 0.00 |
HSL | 157.78º | 0.96% | 0.89% | - |
HSV(B) | 157.78º | 0.21% | 1% | - |
XYZ | 74.11 | 89.1 | 91.13 | - |
YUV | 235.57 | 127.11 | 102.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 254 | 234 | 0.21 | 0 | 0.08 | 0.00 | 157.78 | 0.96 | 0.89 |
Hex | C8 | FE | EA | 15 | 0 | 8 | 0 | 9E | 60 | 59 |
Octal | 310 | 376 | 352 | 25 | 0 | 10 | 0 | 236 | 140 | 131 |
Binary | 11001000 | 11111110 | 11101010 | 10101 | 0 | 1000 | 0 | 10011110 | 1100000 | 1011001 |
Color Harmonies of #C8FEEA
Complementary color
Monochromatic Colors of #C8FEEA
Black with #C8FEEA
Text Example
Text Example
White with #C8FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FEEA; }
p { color: rgb(200,254,234); }
H1.HeaderClassName
{
color: #C8FEEA;
}
.AnyTagClassName
{
color: #C8FEEA;
}
</style>
background-color css
<style>
a { background-color: #C8FEEA; }
a { background-color: rgb(200,254,234); }
div.DivClassName
{
background-color: #C8FEEA;
}
.BgClassName
{
background-color: #C8FEEA;
}
</style>
border-color css
<style>
span { border-color: #C8FEEA; }
span { border-color: rgb(200,254,234); }
td.TdClassName
{
border-color: #C8FEEA;
}
.TagClassName
{
border-color: #C8FEEA;
}
</style>