Shades of Humming Bird #C8EDE2
Tints of Humming Bird #C8EDE2
RGB
CMYK
RGB Variations
Color information
#C8EDE2 (or 0xC8EDE2) is known color: Humming Bird. HEX triplet: C8, ED and E2. RGB value is (200,237,226). Sum of RGB (Red+Green+Blue) = 200+237+226=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDE2 is #37121D. Grayscale: #E0E0E0. Windows color (decimal): -3609118 or 14872008. OLE color: 14872008.
HSL color Cylindrical-coordinate representation of color #C8EDE2: hue angle of 162.16º degrees, saturation: 0.51, 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 #C8EDE2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 226 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.07 |
| HSL | 162.16º | 0.51% | 0.86% | - |
| HSV(B) | 162.16º | 0.16% | 0.93% | - |
| XYZ | 67.83 | 78.34 | 83.5 | - |
| YUV | 224.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 226 | 0.16 | 0 | 0.05 | 0.07 | 162.16 | 0.51 | 0.86 |
| Hex | C8 | ED | E2 | 10 | 0 | 5 | 7 | A2 | 33 | 56 |
| Octal | 310 | 355 | 342 | 20 | 0 | 5 | 7 | 242 | 63 | 126 |
| Binary | 11001000 | 11101101 | 11100010 | 10000 | 0 | 101 | 111 | 10100010 | 110011 | 1010110 |
Color Harmonies of #C8EDE2
Complementary color
Monochromatic Colors of #C8EDE2
Black with #C8EDE2
Text Example
Text Example
White with #C8EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDE2; }
p { color: rgb(200,237,226); }
H1.HeaderClassName
{
color: #C8EDE2;
}
.AnyTagClassName
{
color: #C8EDE2;
}
</style>
background-color css
<style>
a { background-color: #C8EDE2; }
a { background-color: rgb(200,237,226); }
div.DivClassName
{
background-color: #C8EDE2;
}
.BgClassName
{
background-color: #C8EDE2;
}
</style>
border-color css
<style>
span { border-color: #C8EDE2; }
span { border-color: rgb(200,237,226); }
td.TdClassName
{
border-color: #C8EDE2;
}
.TagClassName
{
border-color: #C8EDE2;
}
</style>