Shades of Humming Bird #C8EEE2
Tints of Humming Bird #C8EEE2
RGB
CMYK
RGB Variations
Color information
#C8EEE2 (or 0xC8EEE2) is known color: Humming Bird. HEX triplet: C8, EE and E2. RGB value is (200,238,226). Sum of RGB (Red+Green+Blue) = 200+238+226=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EEE2 is #37111D. Grayscale: #E1E1E1. Windows color (decimal): -3608862 or 14872264. OLE color: 14872264.
HSL color Cylindrical-coordinate representation of color #C8EEE2: hue angle of 161.05º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EEE2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 226 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.07 |
| HSL | 161.05º | 0.53% | 0.86% | - |
| HSV(B) | 161.05º | 0.16% | 0.93% | - |
| XYZ | 68.12 | 78.92 | 83.59 | - |
| YUV | 225.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 226 | 0.16 | 0 | 0.05 | 0.07 | 161.05 | 0.53 | 0.86 |
| Hex | C8 | EE | E2 | 10 | 0 | 5 | 7 | A1 | 35 | 56 |
| Octal | 310 | 356 | 342 | 20 | 0 | 5 | 7 | 241 | 65 | 126 |
| Binary | 11001000 | 11101110 | 11100010 | 10000 | 0 | 101 | 111 | 10100001 | 110101 | 1010110 |
Color Harmonies of #C8EEE2
Complementary color
Monochromatic Colors of #C8EEE2
Black with #C8EEE2
Text Example
Text Example
White with #C8EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEE2; }
p { color: rgb(200,238,226); }
H1.HeaderClassName
{
color: #C8EEE2;
}
.AnyTagClassName
{
color: #C8EEE2;
}
</style>
background-color css
<style>
a { background-color: #C8EEE2; }
a { background-color: rgb(200,238,226); }
div.DivClassName
{
background-color: #C8EEE2;
}
.BgClassName
{
background-color: #C8EEE2;
}
</style>
border-color css
<style>
span { border-color: #C8EEE2; }
span { border-color: rgb(200,238,226); }
td.TdClassName
{
border-color: #C8EEE2;
}
.TagClassName
{
border-color: #C8EEE2;
}
</style>