Shades of Humming Bird #C8FFE7
Tints of Humming Bird #C8FFE7
RGB
CMYK
RGB Variations
Color information
#C8FFE7 (or 0xC8FFE7) is known color: Humming Bird. HEX triplet: C8, FF and E7. RGB value is (200,255,231). Sum of RGB (Red+Green+Blue) = 200+255+231=686 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.15% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFE7 is #370018. Grayscale: #EBEBEB. Windows color (decimal): -3604505 or 15204296. OLE color: 15204296.
HSL color Cylindrical-coordinate representation of color #C8FFE7: hue angle of 153.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFE7 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 231 | - |
| CMYK | 0.22 | 0 | 0.09 | 0 |
| HSL | 153.82º | 1% | 0.89% | - |
| HSV(B) | 153.82º | 0.22% | 1% | - |
| XYZ | 74 | 89.57 | 88.99 | - |
| YUV | 235.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 231 | 0.22 | 0 | 0.09 | 0 | 153.82 | 1 | 0.89 |
| Hex | C8 | FF | E7 | 16 | 0 | 9 | 0 | 9A | 64 | 59 |
| Octal | 310 | 377 | 347 | 26 | 0 | 11 | 0 | 232 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11100111 | 10110 | 0 | 1001 | 0 | 10011010 | 1100100 | 1011001 |
Color Harmonies of #C8FFE7
Complementary color
Monochromatic Colors of #C8FFE7
Black with #C8FFE7
Text Example
Text Example
White with #C8FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFE7; }
p { color: rgb(200,255,231); }
H1.HeaderClassName
{
color: #C8FFE7;
}
.AnyTagClassName
{
color: #C8FFE7;
}
</style>
background-color css
<style>
a { background-color: #C8FFE7; }
a { background-color: rgb(200,255,231); }
div.DivClassName
{
background-color: #C8FFE7;
}
.BgClassName
{
background-color: #C8FFE7;
}
</style>
border-color css
<style>
span { border-color: #C8FFE7; }
span { border-color: rgb(200,255,231); }
td.TdClassName
{
border-color: #C8FFE7;
}
.TagClassName
{
border-color: #C8FFE7;
}
</style>