Shades of Foam #C8FFF7
Tints of Foam #C8FFF7
RGB
CMYK
RGB Variations
Color information
#C8FFF7 (or 0xC8FFF7) is known color: Foam. HEX triplet: C8, FF and F7. RGB value is (200,255,247). Sum of RGB (Red+Green+Blue) = 200+255+247=702 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.49% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFF7 is #370008. Grayscale: #EDEDED. Windows color (decimal): -3604489 or 16252872. OLE color: 16252872.
HSL color Cylindrical-coordinate representation of color #C8FFF7: hue angle of 171.27º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFF7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 247 | - |
| CMYK | 0.22 | 0 | 0.03 | 0 |
| HSL | 171.27º | 1% | 0.89% | - |
| HSV(B) | 171.27º | 0.22% | 1% | - |
| XYZ | 76.37 | 90.51 | 101.44 | - |
| YUV | 237.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 247 | 0.22 | 0 | 0.03 | 0 | 171.27 | 1 | 0.89 |
| Hex | C8 | FF | F7 | 16 | 0 | 3 | 0 | AB | 64 | 59 |
| Octal | 310 | 377 | 367 | 26 | 0 | 3 | 0 | 253 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11110111 | 10110 | 0 | 11 | 0 | 10101011 | 1100100 | 1011001 |
Color Harmonies of #C8FFF7
Complementary color
Monochromatic Colors of #C8FFF7
Black with #C8FFF7
Text Example
Text Example
White with #C8FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFF7; }
p { color: rgb(200,255,247); }
H1.HeaderClassName
{
color: #C8FFF7;
}
.AnyTagClassName
{
color: #C8FFF7;
}
</style>
background-color css
<style>
a { background-color: #C8FFF7; }
a { background-color: rgb(200,255,247); }
div.DivClassName
{
background-color: #C8FFF7;
}
.BgClassName
{
background-color: #C8FFF7;
}
</style>
border-color css
<style>
span { border-color: #C8FFF7; }
span { border-color: rgb(200,255,247); }
td.TdClassName
{
border-color: #C8FFF7;
}
.TagClassName
{
border-color: #C8FFF7;
}
</style>