Shades of Foam #C3FEF8
Tints of Foam #C3FEF8
RGB
CMYK
RGB Variations
Color information
#C3FEF8 (or 0xC3FEF8) is known color: Foam. HEX triplet: C3, FE and F8. RGB value is (195,254,248). Sum of RGB (Red+Green+Blue) = 195+254+248=697 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.98% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FEF8 is #3C0107. Grayscale: #EBEBEB. Windows color (decimal): -3932424 or 16318147. OLE color: 16318147.
HSL color Cylindrical-coordinate representation of color #C3FEF8: hue angle of 173.9º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FEF8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 248 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.00 |
| HSL | 173.9º | 0.97% | 0.88% | - |
| HSV(B) | 173.9º | 0.23% | 1% | - |
| XYZ | 74.89 | 89.26 | 102.09 | - |
| YUV | 235.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 248 | 0.23 | 0 | 0.02 | 0.00 | 173.9 | 0.97 | 0.88 |
| Hex | C3 | FE | F8 | 17 | 0 | 2 | 0 | AE | 61 | 58 |
| Octal | 303 | 376 | 370 | 27 | 0 | 2 | 0 | 256 | 141 | 130 |
| Binary | 11000011 | 11111110 | 11111000 | 10111 | 0 | 10 | 0 | 10101110 | 1100001 | 1011000 |
Color Harmonies of #C3FEF8
Complementary color
Monochromatic Colors of #C3FEF8
Black with #C3FEF8
Text Example
Text Example
White with #C3FEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FEF8; }
p { color: rgb(195,254,248); }
H1.HeaderClassName
{
color: #C3FEF8;
}
.AnyTagClassName
{
color: #C3FEF8;
}
</style>
background-color css
<style>
a { background-color: #C3FEF8; }
a { background-color: rgb(195,254,248); }
div.DivClassName
{
background-color: #C3FEF8;
}
.BgClassName
{
background-color: #C3FEF8;
}
</style>
border-color css
<style>
span { border-color: #C3FEF8; }
span { border-color: rgb(195,254,248); }
td.TdClassName
{
border-color: #C3FEF8;
}
.TagClassName
{
border-color: #C3FEF8;
}
</style>