Shades of Humming Bird #C8FEEC
Tints of Humming Bird #C8FEEC
RGB
CMYK
RGB Variations
Color information
#C8FEEC (or 0xC8FEEC) is known color: Humming Bird. HEX triplet: C8, FE and EC. RGB value is (200,254,236). Sum of RGB (Red+Green+Blue) = 200+254+236=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FEEC is #370113. Grayscale: #EBEBEB. Windows color (decimal): -3604756 or 15531720. OLE color: 15531720.
HSL color Cylindrical-coordinate representation of color #C8FEEC: hue angle of 160º 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 #C8FEEC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 236 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.00 |
| HSL | 160º | 0.96% | 0.89% | - |
| HSV(B) | 160º | 0.21% | 1% | - |
| XYZ | 74.4 | 89.22 | 92.66 | - |
| YUV | 235.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 236 | 0.21 | 0 | 0.07 | 0.00 | 160 | 0.96 | 0.89 |
| Hex | C8 | FE | EC | 15 | 0 | 7 | 0 | A0 | 60 | 59 |
| Octal | 310 | 376 | 354 | 25 | 0 | 7 | 0 | 240 | 140 | 131 |
| Binary | 11001000 | 11111110 | 11101100 | 10101 | 0 | 111 | 0 | 10100000 | 1100000 | 1011001 |
Color Harmonies of #C8FEEC
Complementary color
Monochromatic Colors of #C8FEEC
Black with #C8FEEC
Text Example
Text Example
White with #C8FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FEEC; }
p { color: rgb(200,254,236); }
H1.HeaderClassName
{
color: #C8FEEC;
}
.AnyTagClassName
{
color: #C8FEEC;
}
</style>
background-color css
<style>
a { background-color: #C8FEEC; }
a { background-color: rgb(200,254,236); }
div.DivClassName
{
background-color: #C8FEEC;
}
.BgClassName
{
background-color: #C8FEEC;
}
</style>
border-color css
<style>
span { border-color: #C8FEEC; }
span { border-color: rgb(200,254,236); }
td.TdClassName
{
border-color: #C8FEEC;
}
.TagClassName
{
border-color: #C8FEEC;
}
</style>