Shades of Foam #C8F7EF
Tints of Foam #C8F7EF
RGB
CMYK
RGB Variations
Color information
#C8F7EF (or 0xC8F7EF) is known color: Foam. HEX triplet: C8, F7 and EF. RGB value is (200,247,239). Sum of RGB (Red+Green+Blue) = 200+247+239=686 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.15% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F7EF is #370810. Grayscale: #E8E8E8. Windows color (decimal): -3606545 or 15726536. OLE color: 15726536.
HSL color Cylindrical-coordinate representation of color #C8F7EF: hue angle of 169.79º degrees, saturation: 0.75, 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 #C8F7EF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 239 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.03 |
| HSL | 169.79º | 0.75% | 0.88% | - |
| HSV(B) | 169.79º | 0.19% | 0.97% | - |
| XYZ | 72.66 | 85.03 | 94.24 | - |
| YUV | 232.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 239 | 0.19 | 0 | 0.03 | 0.03 | 169.79 | 0.75 | 0.88 |
| Hex | C8 | F7 | EF | 13 | 0 | 3 | 3 | AA | 4B | 58 |
| Octal | 310 | 367 | 357 | 23 | 0 | 3 | 3 | 252 | 113 | 130 |
| Binary | 11001000 | 11110111 | 11101111 | 10011 | 0 | 11 | 11 | 10101010 | 1001011 | 1011000 |
Color Harmonies of #C8F7EF
Complementary color
Monochromatic Colors of #C8F7EF
Black with #C8F7EF
Text Example
Text Example
White with #C8F7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F7EF; }
p { color: rgb(200,247,239); }
H1.HeaderClassName
{
color: #C8F7EF;
}
.AnyTagClassName
{
color: #C8F7EF;
}
</style>
background-color css
<style>
a { background-color: #C8F7EF; }
a { background-color: rgb(200,247,239); }
div.DivClassName
{
background-color: #C8F7EF;
}
.BgClassName
{
background-color: #C8F7EF;
}
</style>
border-color css
<style>
span { border-color: #C8F7EF; }
span { border-color: rgb(200,247,239); }
td.TdClassName
{
border-color: #C8F7EF;
}
.TagClassName
{
border-color: #C8F7EF;
}
</style>