Shades of Foam #C5FEF6
Tints of Foam #C5FEF6
RGB
CMYK
RGB Variations
Color information
#C5FEF6 (or 0xC5FEF6) is known color: Foam. HEX triplet: C5, FE and F6. RGB value is (197,254,246). Sum of RGB (Red+Green+Blue) = 197+254+246=697 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.26% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEF6 is #3A0109. Grayscale: #ECECEC. Windows color (decimal): -3801354 or 16187077. OLE color: 16187077.
HSL color Cylindrical-coordinate representation of color #C5FEF6: hue angle of 171.58º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEF6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 246 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.00 |
| HSL | 171.58º | 0.97% | 0.88% | - |
| HSV(B) | 171.58º | 0.22% | 1% | - |
| XYZ | 75.1 | 89.41 | 100.49 | - |
| YUV | 236.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 246 | 0.22 | 0 | 0.03 | 0.00 | 171.58 | 0.97 | 0.88 |
| Hex | C5 | FE | F6 | 16 | 0 | 3 | 0 | AC | 61 | 58 |
| Octal | 305 | 376 | 366 | 26 | 0 | 3 | 0 | 254 | 141 | 130 |
| Binary | 11000101 | 11111110 | 11110110 | 10110 | 0 | 11 | 0 | 10101100 | 1100001 | 1011000 |
Color Harmonies of #C5FEF6
Complementary color
Monochromatic Colors of #C5FEF6
Black with #C5FEF6
Text Example
Text Example
White with #C5FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEF6; }
p { color: rgb(197,254,246); }
H1.HeaderClassName
{
color: #C5FEF6;
}
.AnyTagClassName
{
color: #C5FEF6;
}
</style>
background-color css
<style>
a { background-color: #C5FEF6; }
a { background-color: rgb(197,254,246); }
div.DivClassName
{
background-color: #C5FEF6;
}
.BgClassName
{
background-color: #C5FEF6;
}
</style>
border-color css
<style>
span { border-color: #C5FEF6; }
span { border-color: rgb(197,254,246); }
td.TdClassName
{
border-color: #C5FEF6;
}
.TagClassName
{
border-color: #C5FEF6;
}
</style>