Shades of Foam #C7FFF7
Tints of Foam #C7FFF7
RGB
CMYK
RGB Variations
Color information
#C7FFF7 (or 0xC7FFF7) is known color: Foam. HEX triplet: C7, FF and F7. RGB value is (199,255,247). Sum of RGB (Red+Green+Blue) = 199+255+247=701 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.39% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFF7 is #380008. Grayscale: #EDEDED. Windows color (decimal): -3670025 or 16252871. OLE color: 16252871.
HSL color Cylindrical-coordinate representation of color #C7FFF7: hue angle of 171.43º 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 #C7FFF7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 247 | - |
| CMYK | 0.22 | 0 | 0.03 | 0 |
| HSL | 171.43º | 1% | 0.89% | - |
| HSV(B) | 171.43º | 0.22% | 1% | - |
| XYZ | 76.1 | 90.38 | 101.43 | - |
| YUV | 237.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 247 | 0.22 | 0 | 0.03 | 0 | 171.43 | 1 | 0.89 |
| Hex | C7 | FF | F7 | 16 | 0 | 3 | 0 | AB | 64 | 59 |
| Octal | 307 | 377 | 367 | 26 | 0 | 3 | 0 | 253 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11110111 | 10110 | 0 | 11 | 0 | 10101011 | 1100100 | 1011001 |
Color Harmonies of #C7FFF7
Complementary color
Monochromatic Colors of #C7FFF7
Black with #C7FFF7
Text Example
Text Example
White with #C7FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFF7; }
p { color: rgb(199,255,247); }
H1.HeaderClassName
{
color: #C7FFF7;
}
.AnyTagClassName
{
color: #C7FFF7;
}
</style>
background-color css
<style>
a { background-color: #C7FFF7; }
a { background-color: rgb(199,255,247); }
div.DivClassName
{
background-color: #C7FFF7;
}
.BgClassName
{
background-color: #C7FFF7;
}
</style>
border-color css
<style>
span { border-color: #C7FFF7; }
span { border-color: rgb(199,255,247); }
td.TdClassName
{
border-color: #C7FFF7;
}
.TagClassName
{
border-color: #C7FFF7;
}
</style>