Shades of Foam #C6F3EF
Tints of Foam #C6F3EF
RGB
CMYK
RGB Variations
Color information
#C6F3EF (or 0xC6F3EF) is known color: Foam. HEX triplet: C6, F3 and EF. RGB value is (198,243,239). Sum of RGB (Red+Green+Blue) = 198+243+239=680 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.12% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F3EF is #390C10. Grayscale: #E5E5E5. Windows color (decimal): -3738641 or 15725510. OLE color: 15725510.
HSL color Cylindrical-coordinate representation of color #C6F3EF: hue angle of 174.67º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6F3EF is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 239 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.05 |
| HSL | 174.67º | 0.65% | 0.86% | - |
| HSV(B) | 174.67º | 0.19% | 0.95% | - |
| XYZ | 70.92 | 82.34 | 93.82 | - |
| YUV | 229.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 239 | 0.19 | 0 | 0.02 | 0.05 | 174.67 | 0.65 | 0.86 |
| Hex | C6 | F3 | EF | 13 | 0 | 2 | 5 | AF | 41 | 56 |
| Octal | 306 | 363 | 357 | 23 | 0 | 2 | 5 | 257 | 101 | 126 |
| Binary | 11000110 | 11110011 | 11101111 | 10011 | 0 | 10 | 101 | 10101111 | 1000001 | 1010110 |
Color Harmonies of #C6F3EF
Complementary color
Monochromatic Colors of #C6F3EF
Black with #C6F3EF
Text Example
Text Example
White with #C6F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F3EF; }
p { color: rgb(198,243,239); }
H1.HeaderClassName
{
color: #C6F3EF;
}
.AnyTagClassName
{
color: #C6F3EF;
}
</style>
background-color css
<style>
a { background-color: #C6F3EF; }
a { background-color: rgb(198,243,239); }
div.DivClassName
{
background-color: #C6F3EF;
}
.BgClassName
{
background-color: #C6F3EF;
}
</style>
border-color css
<style>
span { border-color: #C6F3EF; }
span { border-color: rgb(198,243,239); }
td.TdClassName
{
border-color: #C6F3EF;
}
.TagClassName
{
border-color: #C6F3EF;
}
</style>