Shades of Foam #C5FAF6
Tints of Foam #C5FAF6
RGB
CMYK
RGB Variations
Color information
#C5FAF6 (or 0xC5FAF6) is known color: Foam. HEX triplet: C5, FA and F6. RGB value is (197,250,246). Sum of RGB (Red+Green+Blue) = 197+250+246=693 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.43% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAF6 is #3A0509. Grayscale: #E9E9E9. Windows color (decimal): -3802378 or 16186053. OLE color: 16186053.
HSL color Cylindrical-coordinate representation of color #C5FAF6: hue angle of 175.47º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FAF6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 246 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.02 |
| HSL | 175.47º | 0.84% | 0.88% | - |
| HSV(B) | 175.47º | 0.21% | 0.98% | - |
| XYZ | 73.85 | 86.9 | 100.07 | - |
| YUV | 233.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 246 | 0.21 | 0 | 0.02 | 0.02 | 175.47 | 0.84 | 0.88 |
| Hex | C5 | FA | F6 | 15 | 0 | 2 | 2 | AF | 54 | 58 |
| Octal | 305 | 372 | 366 | 25 | 0 | 2 | 2 | 257 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11110110 | 10101 | 0 | 10 | 10 | 10101111 | 1010100 | 1011000 |
Color Harmonies of #C5FAF6
Complementary color
Monochromatic Colors of #C5FAF6
Black with #C5FAF6
Text Example
Text Example
White with #C5FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAF6; }
p { color: rgb(197,250,246); }
H1.HeaderClassName
{
color: #C5FAF6;
}
.AnyTagClassName
{
color: #C5FAF6;
}
</style>
background-color css
<style>
a { background-color: #C5FAF6; }
a { background-color: rgb(197,250,246); }
div.DivClassName
{
background-color: #C5FAF6;
}
.BgClassName
{
background-color: #C5FAF6;
}
</style>
border-color css
<style>
span { border-color: #C5FAF6; }
span { border-color: rgb(197,250,246); }
td.TdClassName
{
border-color: #C5FAF6;
}
.TagClassName
{
border-color: #C5FAF6;
}
</style>