Shades of Humming Bird #C8FFEE
Tints of Humming Bird #C8FFEE
RGB
CMYK
RGB Variations
Color information
#C8FFEE (or 0xC8FFEE) is known color: Humming Bird. HEX triplet: C8, FF and EE. RGB value is (200,255,238). Sum of RGB (Red+Green+Blue) = 200+255+238=693 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.86% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFEE is #370011. Grayscale: #ECECEC. Windows color (decimal): -3604498 or 15663048. OLE color: 15663048.
HSL color Cylindrical-coordinate representation of color #C8FFEE: hue angle of 161.45º 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 #C8FFEE is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 238 | - |
| CMYK | 0.22 | 0 | 0.07 | 0 |
| HSL | 161.45º | 1% | 0.89% | - |
| HSV(B) | 161.45º | 0.22% | 1% | - |
| XYZ | 75.01 | 89.97 | 94.3 | - |
| YUV | 236.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 238 | 0.22 | 0 | 0.07 | 0 | 161.45 | 1 | 0.89 |
| Hex | C8 | FF | EE | 16 | 0 | 7 | 0 | A1 | 64 | 59 |
| Octal | 310 | 377 | 356 | 26 | 0 | 7 | 0 | 241 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11101110 | 10110 | 0 | 111 | 0 | 10100001 | 1100100 | 1011001 |
Color Harmonies of #C8FFEE
Complementary color
Monochromatic Colors of #C8FFEE
Black with #C8FFEE
Text Example
Text Example
White with #C8FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFEE; }
p { color: rgb(200,255,238); }
H1.HeaderClassName
{
color: #C8FFEE;
}
.AnyTagClassName
{
color: #C8FFEE;
}
</style>
background-color css
<style>
a { background-color: #C8FFEE; }
a { background-color: rgb(200,255,238); }
div.DivClassName
{
background-color: #C8FFEE;
}
.BgClassName
{
background-color: #C8FFEE;
}
</style>
border-color css
<style>
span { border-color: #C8FFEE; }
span { border-color: rgb(200,255,238); }
td.TdClassName
{
border-color: #C8FFEE;
}
.TagClassName
{
border-color: #C8FFEE;
}
</style>