Shades of Foam #CFF9F5
Tints of Foam #CFF9F5
RGB
CMYK
RGB Variations
Color information
#CFF9F5 (or 0xCFF9F5) is known color: Foam. HEX triplet: CF, F9 and F5. RGB value is (207,249,245). Sum of RGB (Red+Green+Blue) = 207+249+245=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9F5 is #30060A. Grayscale: #EBEBEB. Windows color (decimal): -3147275 or 16120271. OLE color: 16120271.
HSL color Cylindrical-coordinate representation of color #CFF9F5: hue angle of 174.29º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9F5 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 245 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.02 |
| HSL | 174.29º | 0.78% | 0.89% | - |
| HSV(B) | 174.29º | 0.17% | 0.98% | - |
| XYZ | 76.09 | 87.61 | 99.29 | - |
| YUV | 235.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 245 | 0.17 | 0 | 0.02 | 0.02 | 174.29 | 0.78 | 0.89 |
| Hex | CF | F9 | F5 | 11 | 0 | 2 | 2 | AE | 4E | 59 |
| Octal | 317 | 371 | 365 | 21 | 0 | 2 | 2 | 256 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11110101 | 10001 | 0 | 10 | 10 | 10101110 | 1001110 | 1011001 |
Color Harmonies of #CFF9F5
Complementary color
Monochromatic Colors of #CFF9F5
Black with #CFF9F5
Text Example
Text Example
White with #CFF9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9F5; }
p { color: rgb(207,249,245); }
H1.HeaderClassName
{
color: #CFF9F5;
}
.AnyTagClassName
{
color: #CFF9F5;
}
</style>
background-color css
<style>
a { background-color: #CFF9F5; }
a { background-color: rgb(207,249,245); }
div.DivClassName
{
background-color: #CFF9F5;
}
.BgClassName
{
background-color: #CFF9F5;
}
</style>
border-color css
<style>
span { border-color: #CFF9F5; }
span { border-color: rgb(207,249,245); }
td.TdClassName
{
border-color: #CFF9F5;
}
.TagClassName
{
border-color: #CFF9F5;
}
</style>