Shades of Foam #C6FFF7
Tints of Foam #C6FFF7
RGB
CMYK
RGB Variations
Color information
#C6FFF7 (or 0xC6FFF7) is known color: Foam. HEX triplet: C6, FF and F7. RGB value is (198,255,247). Sum of RGB (Red+Green+Blue) = 198+255+247=700 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.29% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 247 (96.88% from 255 or 35.29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FFF7 is #390008. Grayscale: #EDEDED. Windows color (decimal): -3735561 or 16252870. OLE color: 16252870.
HSL color Cylindrical-coordinate representation of color #C6FFF7: hue angle of 171.58º 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 #C6FFF7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 247 | - |
| CMYK | 0.22 | 0 | 0.03 | 0 |
| HSL | 171.58º | 1% | 0.89% | - |
| HSV(B) | 171.58º | 0.22% | 1% | - |
| XYZ | 75.84 | 90.24 | 101.42 | - |
| YUV | 237.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 247 | 0.22 | 0 | 0.03 | 0 | 171.58 | 1 | 0.89 |
| Hex | C6 | FF | F7 | 16 | 0 | 3 | 0 | AC | 64 | 59 |
| Octal | 306 | 377 | 367 | 26 | 0 | 3 | 0 | 254 | 144 | 131 |
| Binary | 11000110 | 11111111 | 11110111 | 10110 | 0 | 11 | 0 | 10101100 | 1100100 | 1011001 |
Color Harmonies of #C6FFF7
Complementary color
Monochromatic Colors of #C6FFF7
Black with #C6FFF7
Text Example
Text Example
White with #C6FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FFF7; }
p { color: rgb(198,255,247); }
H1.HeaderClassName
{
color: #C6FFF7;
}
.AnyTagClassName
{
color: #C6FFF7;
}
</style>
background-color css
<style>
a { background-color: #C6FFF7; }
a { background-color: rgb(198,255,247); }
div.DivClassName
{
background-color: #C6FFF7;
}
.BgClassName
{
background-color: #C6FFF7;
}
</style>
border-color css
<style>
span { border-color: #C6FFF7; }
span { border-color: rgb(198,255,247); }
td.TdClassName
{
border-color: #C6FFF7;
}
.TagClassName
{
border-color: #C6FFF7;
}
</style>