Shades of Foam #C9F0ED
Tints of Foam #C9F0ED
RGB
CMYK
RGB Variations
Color information
#C9F0ED (or 0xC9F0ED) is known color: Foam. HEX triplet: C9, F0 and ED. RGB value is (201,240,237). Sum of RGB (Red+Green+Blue) = 201+240+237=678 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.65% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F0ED is #360F12. Grayscale: #E3E3E3. Windows color (decimal): -3542803 or 15593673. OLE color: 15593673.
HSL color Cylindrical-coordinate representation of color #C9F0ED: hue angle of 175.38º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9F0ED is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 237 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.06 |
| HSL | 175.38º | 0.57% | 0.86% | - |
| HSV(B) | 175.38º | 0.16% | 0.94% | - |
| XYZ | 70.53 | 80.85 | 92.01 | - |
| YUV | 228 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 237 | 0.16 | 0 | 0.01 | 0.06 | 175.38 | 0.57 | 0.86 |
| Hex | C9 | F0 | ED | 10 | 0 | 1 | 6 | AF | 39 | 56 |
| Octal | 311 | 360 | 355 | 20 | 0 | 1 | 6 | 257 | 71 | 126 |
| Binary | 11001001 | 11110000 | 11101101 | 10000 | 0 | 1 | 110 | 10101111 | 111001 | 1010110 |
Color Harmonies of #C9F0ED
Complementary color
Monochromatic Colors of #C9F0ED
Black with #C9F0ED
Text Example
Text Example
White with #C9F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F0ED; }
p { color: rgb(201,240,237); }
H1.HeaderClassName
{
color: #C9F0ED;
}
.AnyTagClassName
{
color: #C9F0ED;
}
</style>
background-color css
<style>
a { background-color: #C9F0ED; }
a { background-color: rgb(201,240,237); }
div.DivClassName
{
background-color: #C9F0ED;
}
.BgClassName
{
background-color: #C9F0ED;
}
</style>
border-color css
<style>
span { border-color: #C9F0ED; }
span { border-color: rgb(201,240,237); }
td.TdClassName
{
border-color: #C9F0ED;
}
.TagClassName
{
border-color: #C9F0ED;
}
</style>