Shades of Humming Bird #C8F8ED
Tints of Humming Bird #C8F8ED
RGB
CMYK
RGB Variations
Color information
#C8F8ED (or 0xC8F8ED) is known color: Humming Bird. HEX triplet: C8, F8 and ED. RGB value is (200,248,237). Sum of RGB (Red+Green+Blue) = 200+248+237=685 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.20% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8ED is #370712. Grayscale: #E8E8E8. Windows color (decimal): -3606291 or 15595720. OLE color: 15595720.
HSL color Cylindrical-coordinate representation of color #C8F8ED: hue angle of 166.25º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F8ED is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 237 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.03 |
| HSL | 166.25º | 0.77% | 0.88% | - |
| HSV(B) | 166.25º | 0.19% | 0.97% | - |
| XYZ | 72.67 | 85.53 | 92.8 | - |
| YUV | 232.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 237 | 0.19 | 0 | 0.04 | 0.03 | 166.25 | 0.77 | 0.88 |
| Hex | C8 | F8 | ED | 13 | 0 | 4 | 3 | A6 | 4D | 58 |
| Octal | 310 | 370 | 355 | 23 | 0 | 4 | 3 | 246 | 115 | 130 |
| Binary | 11001000 | 11111000 | 11101101 | 10011 | 0 | 100 | 11 | 10100110 | 1001101 | 1011000 |
Color Harmonies of #C8F8ED
Complementary color
Monochromatic Colors of #C8F8ED
Black with #C8F8ED
Text Example
Text Example
White with #C8F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8ED; }
p { color: rgb(200,248,237); }
H1.HeaderClassName
{
color: #C8F8ED;
}
.AnyTagClassName
{
color: #C8F8ED;
}
</style>
background-color css
<style>
a { background-color: #C8F8ED; }
a { background-color: rgb(200,248,237); }
div.DivClassName
{
background-color: #C8F8ED;
}
.BgClassName
{
background-color: #C8F8ED;
}
</style>
border-color css
<style>
span { border-color: #C8F8ED; }
span { border-color: rgb(200,248,237); }
td.TdClassName
{
border-color: #C8F8ED;
}
.TagClassName
{
border-color: #C8F8ED;
}
</style>