Shades of Humming Bird #C8FDED
Tints of Humming Bird #C8FDED
RGB
CMYK
RGB Variations
Color information
#C8FDED (or 0xC8FDED) is known color: Humming Bird. HEX triplet: C8, FD and ED. RGB value is (200,253,237). Sum of RGB (Red+Green+Blue) = 200+253+237=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDED is #370212. Grayscale: #EBEBEB. Windows color (decimal): -3605011 or 15597000. OLE color: 15597000.
HSL color Cylindrical-coordinate representation of color #C8FDED: hue angle of 161.89º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDED is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 237 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.01 |
| HSL | 161.89º | 0.93% | 0.89% | - |
| HSV(B) | 161.89º | 0.21% | 0.99% | - |
| XYZ | 74.23 | 88.64 | 93.32 | - |
| YUV | 235.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 237 | 0.21 | 0 | 0.06 | 0.01 | 161.89 | 0.93 | 0.89 |
| Hex | C8 | FD | ED | 15 | 0 | 6 | 1 | A2 | 5D | 59 |
| Octal | 310 | 375 | 355 | 25 | 0 | 6 | 1 | 242 | 135 | 131 |
| Binary | 11001000 | 11111101 | 11101101 | 10101 | 0 | 110 | 1 | 10100010 | 1011101 | 1011001 |
Color Harmonies of #C8FDED
Complementary color
Monochromatic Colors of #C8FDED
Black with #C8FDED
Text Example
Text Example
White with #C8FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDED; }
p { color: rgb(200,253,237); }
H1.HeaderClassName
{
color: #C8FDED;
}
.AnyTagClassName
{
color: #C8FDED;
}
</style>
background-color css
<style>
a { background-color: #C8FDED; }
a { background-color: rgb(200,253,237); }
div.DivClassName
{
background-color: #C8FDED;
}
.BgClassName
{
background-color: #C8FDED;
}
</style>
border-color css
<style>
span { border-color: #C8FDED; }
span { border-color: rgb(200,253,237); }
td.TdClassName
{
border-color: #C8FDED;
}
.TagClassName
{
border-color: #C8FDED;
}
</style>