Shades of Humming Bird #C8F8EC
Tints of Humming Bird #C8F8EC
RGB
CMYK
RGB Variations
Color information
#C8F8EC (or 0xC8F8EC) is known color: Humming Bird. HEX triplet: C8, F8 and EC. RGB value is (200,248,236). Sum of RGB (Red+Green+Blue) = 200+248+236=684 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.24% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8EC is #370713. Grayscale: #E8E8E8. Windows color (decimal): -3606292 or 15530184. OLE color: 15530184.
HSL color Cylindrical-coordinate representation of color #C8F8EC: hue angle of 165º 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 #C8F8EC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
RGB | 200 | 248 | 236 | - |
CMYK | 0.19 | 0 | 0.05 | 0.03 |
HSL | 165º | 0.77% | 0.88% | - |
HSV(B) | 165º | 0.19% | 0.97% | - |
XYZ | 72.53 | 85.47 | 92.03 | - |
YUV | 232.28 | 130.1 | 104.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 248 | 236 | 0.19 | 0 | 0.05 | 0.03 | 165 | 0.77 | 0.88 |
Hex | C8 | F8 | EC | 13 | 0 | 5 | 3 | A5 | 4D | 58 |
Octal | 310 | 370 | 354 | 23 | 0 | 5 | 3 | 245 | 115 | 130 |
Binary | 11001000 | 11111000 | 11101100 | 10011 | 0 | 101 | 11 | 10100101 | 1001101 | 1011000 |
Color Harmonies of #C8F8EC
Complementary color
Monochromatic Colors of #C8F8EC
Black with #C8F8EC
Text Example
Text Example
White with #C8F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8EC; }
p { color: rgb(200,248,236); }
H1.HeaderClassName
{
color: #C8F8EC;
}
.AnyTagClassName
{
color: #C8F8EC;
}
</style>
background-color css
<style>
a { background-color: #C8F8EC; }
a { background-color: rgb(200,248,236); }
div.DivClassName
{
background-color: #C8F8EC;
}
.BgClassName
{
background-color: #C8F8EC;
}
</style>
border-color css
<style>
span { border-color: #C8F8EC; }
span { border-color: rgb(200,248,236); }
td.TdClassName
{
border-color: #C8F8EC;
}
.TagClassName
{
border-color: #C8F8EC;
}
</style>