Shades of Humming Bird #C8F6E6
Tints of Humming Bird #C8F6E6
RGB
CMYK
RGB Variations
Color information
#C8F6E6 (or 0xC8F6E6) is known color: Humming Bird. HEX triplet: C8, F6 and E6. RGB value is (200,246,230). Sum of RGB (Red+Green+Blue) = 200+246+230=676 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.59% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6E6 is #370919. Grayscale: #E6E6E6. Windows color (decimal): -3606810 or 15136456. OLE color: 15136456.
HSL color Cylindrical-coordinate representation of color #C8F6E6: hue angle of 159.13º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F6E6 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 230 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.04 |
| HSL | 159.13º | 0.72% | 0.87% | - |
| HSV(B) | 159.13º | 0.19% | 0.96% | - |
| XYZ | 71.06 | 83.9 | 87.31 | - |
| YUV | 230.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 230 | 0.19 | 0 | 0.07 | 0.04 | 159.13 | 0.72 | 0.87 |
| Hex | C8 | F6 | E6 | 13 | 0 | 7 | 4 | 9F | 48 | 57 |
| Octal | 310 | 366 | 346 | 23 | 0 | 7 | 4 | 237 | 110 | 127 |
| Binary | 11001000 | 11110110 | 11100110 | 10011 | 0 | 111 | 100 | 10011111 | 1001000 | 1010111 |
Color Harmonies of #C8F6E6
Complementary color
Monochromatic Colors of #C8F6E6
Black with #C8F6E6
Text Example
Text Example
White with #C8F6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6E6; }
p { color: rgb(200,246,230); }
H1.HeaderClassName
{
color: #C8F6E6;
}
.AnyTagClassName
{
color: #C8F6E6;
}
</style>
background-color css
<style>
a { background-color: #C8F6E6; }
a { background-color: rgb(200,246,230); }
div.DivClassName
{
background-color: #C8F6E6;
}
.BgClassName
{
background-color: #C8F6E6;
}
</style>
border-color css
<style>
span { border-color: #C8F6E6; }
span { border-color: rgb(200,246,230); }
td.TdClassName
{
border-color: #C8F6E6;
}
.TagClassName
{
border-color: #C8F6E6;
}
</style>