Shades of Foam #C9F5F2
Tints of Foam #C9F5F2
RGB
CMYK
RGB Variations
Color information
#C9F5F2 (or 0xC9F5F2) is known color: Foam. HEX triplet: C9, F5 and F2. RGB value is (201,245,242). Sum of RGB (Red+Green+Blue) = 201+245+242=688 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.22% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F5F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F5F2 is #360A0D. Grayscale: #E7E7E7. Windows color (decimal): -3541518 or 15922633. OLE color: 15922633.
HSL color Cylindrical-coordinate representation of color #C9F5F2: hue angle of 175.91º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9F5F2 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 242 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.04 |
| HSL | 175.91º | 0.69% | 0.87% | - |
| HSV(B) | 175.91º | 0.18% | 0.96% | - |
| XYZ | 72.77 | 84.13 | 96.41 | - |
| YUV | 231.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 242 | 0.18 | 0 | 0.01 | 0.04 | 175.91 | 0.69 | 0.87 |
| Hex | C9 | F5 | F2 | 12 | 0 | 1 | 4 | B0 | 45 | 57 |
| Octal | 311 | 365 | 362 | 22 | 0 | 1 | 4 | 260 | 105 | 127 |
| Binary | 11001001 | 11110101 | 11110010 | 10010 | 0 | 1 | 100 | 10110000 | 1000101 | 1010111 |
Color Harmonies of #C9F5F2
Complementary color
Monochromatic Colors of #C9F5F2
Black with #C9F5F2
Text Example
Text Example
White with #C9F5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F5F2; }
p { color: rgb(201,245,242); }
H1.HeaderClassName
{
color: #C9F5F2;
}
.AnyTagClassName
{
color: #C9F5F2;
}
</style>
background-color css
<style>
a { background-color: #C9F5F2; }
a { background-color: rgb(201,245,242); }
div.DivClassName
{
background-color: #C9F5F2;
}
.BgClassName
{
background-color: #C9F5F2;
}
</style>
border-color css
<style>
span { border-color: #C9F5F2; }
span { border-color: rgb(201,245,242); }
td.TdClassName
{
border-color: #C9F5F2;
}
.TagClassName
{
border-color: #C9F5F2;
}
</style>