Shades of Foam #C5FFF6
Tints of Foam #C5FFF6
RGB
CMYK
RGB Variations
Color information
#C5FFF6 (or 0xC5FFF6) is known color: Foam. HEX triplet: C5, FF and F6. RGB value is (197,255,246). Sum of RGB (Red+Green+Blue) = 197+255+246=698 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.22% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFF6 is #3A0009. Grayscale: #ECECEC. Windows color (decimal): -3801098 or 16187333. OLE color: 16187333.
HSL color Cylindrical-coordinate representation of color #C5FFF6: hue angle of 170.69º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFF6 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 246 | - |
| CMYK | 0.23 | 0 | 0.04 | 0 |
| HSL | 170.69º | 1% | 0.89% | - |
| HSV(B) | 170.69º | 0.23% | 1% | - |
| XYZ | 75.42 | 90.04 | 100.59 | - |
| YUV | 236.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 246 | 0.23 | 0 | 0.04 | 0 | 170.69 | 1 | 0.89 |
| Hex | C5 | FF | F6 | 17 | 0 | 4 | 0 | AB | 64 | 59 |
| Octal | 305 | 377 | 366 | 27 | 0 | 4 | 0 | 253 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11110110 | 10111 | 0 | 100 | 0 | 10101011 | 1100100 | 1011001 |
Color Harmonies of #C5FFF6
Complementary color
Monochromatic Colors of #C5FFF6
Black with #C5FFF6
Text Example
Text Example
White with #C5FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFF6; }
p { color: rgb(197,255,246); }
H1.HeaderClassName
{
color: #C5FFF6;
}
.AnyTagClassName
{
color: #C5FFF6;
}
</style>
background-color css
<style>
a { background-color: #C5FFF6; }
a { background-color: rgb(197,255,246); }
div.DivClassName
{
background-color: #C5FFF6;
}
.BgClassName
{
background-color: #C5FFF6;
}
</style>
border-color css
<style>
span { border-color: #C5FFF6; }
span { border-color: rgb(197,255,246); }
td.TdClassName
{
border-color: #C5FFF6;
}
.TagClassName
{
border-color: #C5FFF6;
}
</style>