Shades of Foam #C4FFF7
Tints of Foam #C4FFF7
RGB
CMYK
RGB Variations
Color information
#C4FFF7 (or 0xC4FFF7) is known color: Foam. HEX triplet: C4, FF and F7. RGB value is (196,255,247). Sum of RGB (Red+Green+Blue) = 196+255+247=698 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.08% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FFF7 is #3B0008. Grayscale: #ECECEC. Windows color (decimal): -3866633 or 16252868. OLE color: 16252868.
HSL color Cylindrical-coordinate representation of color #C4FFF7: hue angle of 171.86º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FFF7 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 247 | - |
| CMYK | 0.23 | 0 | 0.03 | 0 |
| HSL | 171.86º | 1% | 0.88% | - |
| HSV(B) | 171.86º | 0.23% | 1% | - |
| XYZ | 75.31 | 89.97 | 101.39 | - |
| YUV | 236.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 247 | 0.23 | 0 | 0.03 | 0 | 171.86 | 1 | 0.88 |
| Hex | C4 | FF | F7 | 17 | 0 | 3 | 0 | AC | 64 | 58 |
| Octal | 304 | 377 | 367 | 27 | 0 | 3 | 0 | 254 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11110111 | 10111 | 0 | 11 | 0 | 10101100 | 1100100 | 1011000 |
Color Harmonies of #C4FFF7
Complementary color
Monochromatic Colors of #C4FFF7
Black with #C4FFF7
Text Example
Text Example
White with #C4FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFF7; }
p { color: rgb(196,255,247); }
H1.HeaderClassName
{
color: #C4FFF7;
}
.AnyTagClassName
{
color: #C4FFF7;
}
</style>
background-color css
<style>
a { background-color: #C4FFF7; }
a { background-color: rgb(196,255,247); }
div.DivClassName
{
background-color: #C4FFF7;
}
.BgClassName
{
background-color: #C4FFF7;
}
</style>
border-color css
<style>
span { border-color: #C4FFF7; }
span { border-color: rgb(196,255,247); }
td.TdClassName
{
border-color: #C4FFF7;
}
.TagClassName
{
border-color: #C4FFF7;
}
</style>