Shades of Foam #C7FDF5
Tints of Foam #C7FDF5
RGB
CMYK
RGB Variations
Color information
#C7FDF5 (or 0xC7FDF5) is known color: Foam. HEX triplet: C7, FD and F5. RGB value is (199,253,245). Sum of RGB (Red+Green+Blue) = 199+253+245=697 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.55% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDF5 is #38020A. Grayscale: #EBEBEB. Windows color (decimal): -3670539 or 16121287. OLE color: 16121287.
HSL color Cylindrical-coordinate representation of color #C7FDF5: hue angle of 171.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDF5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 253 | 245 | - |
CMYK | 0.21 | 0 | 0.03 | 0.01 |
HSL | 171.11º | 0.93% | 0.89% | - |
HSV(B) | 171.11º | 0.21% | 0.99% | - |
XYZ | 75.16 | 88.99 | 99.6 | - |
YUV | 235.94 | 133.11 | 101.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 253 | 245 | 0.21 | 0 | 0.03 | 0.01 | 171.11 | 0.93 | 0.89 |
Hex | C7 | FD | F5 | 15 | 0 | 3 | 1 | AB | 5D | 59 |
Octal | 307 | 375 | 365 | 25 | 0 | 3 | 1 | 253 | 135 | 131 |
Binary | 11000111 | 11111101 | 11110101 | 10101 | 0 | 11 | 1 | 10101011 | 1011101 | 1011001 |
Color Harmonies of #C7FDF5
Complementary color
Monochromatic Colors of #C7FDF5
Black with #C7FDF5
Text Example
Text Example
White with #C7FDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FDF5; }
p { color: rgb(199,253,245); }
H1.HeaderClassName
{
color: #C7FDF5;
}
.AnyTagClassName
{
color: #C7FDF5;
}
</style>
background-color css
<style>
a { background-color: #C7FDF5; }
a { background-color: rgb(199,253,245); }
div.DivClassName
{
background-color: #C7FDF5;
}
.BgClassName
{
background-color: #C7FDF5;
}
</style>
border-color css
<style>
span { border-color: #C7FDF5; }
span { border-color: rgb(199,253,245); }
td.TdClassName
{
border-color: #C7FDF5;
}
.TagClassName
{
border-color: #C7FDF5;
}
</style>