Shades of Foam #C5FFF8
Tints of Foam #C5FFF8
RGB
CMYK
RGB Variations
Color information
#C5FFF8 (or 0xC5FFF8) is known color: Foam. HEX triplet: C5, FF and F8. RGB value is (197,255,248). Sum of RGB (Red+Green+Blue) = 197+255+248=700 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.14% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFF8 is #3A0007. Grayscale: #ECECEC. Windows color (decimal): -3801096 or 16318405. OLE color: 16318405.
HSL color Cylindrical-coordinate representation of color #C5FFF8: hue angle of 172.76º 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 #C5FFF8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 248 | - |
| CMYK | 0.23 | 0 | 0.03 | 0 |
| HSL | 172.76º | 1% | 0.89% | - |
| HSV(B) | 172.76º | 0.23% | 1% | - |
| XYZ | 75.73 | 90.17 | 102.22 | - |
| YUV | 236.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 248 | 0.23 | 0 | 0.03 | 0 | 172.76 | 1 | 0.89 |
| Hex | C5 | FF | F8 | 17 | 0 | 3 | 0 | AD | 64 | 59 |
| Octal | 305 | 377 | 370 | 27 | 0 | 3 | 0 | 255 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11111000 | 10111 | 0 | 11 | 0 | 10101101 | 1100100 | 1011001 |
Color Harmonies of #C5FFF8
Complementary color
Monochromatic Colors of #C5FFF8
Black with #C5FFF8
Text Example
Text Example
White with #C5FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFF8; }
p { color: rgb(197,255,248); }
H1.HeaderClassName
{
color: #C5FFF8;
}
.AnyTagClassName
{
color: #C5FFF8;
}
</style>
background-color css
<style>
a { background-color: #C5FFF8; }
a { background-color: rgb(197,255,248); }
div.DivClassName
{
background-color: #C5FFF8;
}
.BgClassName
{
background-color: #C5FFF8;
}
</style>
border-color css
<style>
span { border-color: #C5FFF8; }
span { border-color: rgb(197,255,248); }
td.TdClassName
{
border-color: #C5FFF8;
}
.TagClassName
{
border-color: #C5FFF8;
}
</style>