Shades of Foam #C9EFEC
Tints of Foam #C9EFEC
RGB
CMYK
RGB Variations
Color information
#C9EFEC (or 0xC9EFEC) is known color: Foam. HEX triplet: C9, EF and EC. RGB value is (201,239,236). Sum of RGB (Red+Green+Blue) = 201+239+236=676 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.73% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFEC is #361013. Grayscale: #E3E3E3. Windows color (decimal): -3543060 or 15527881. OLE color: 15527881.
HSL color Cylindrical-coordinate representation of color #C9EFEC: hue angle of 175.26º degrees, saturation: 0.54, 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 #C9EFEC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 201 | 239 | 236 | - |
CMYK | 0.16 | 0 | 0.01 | 0.06 |
HSL | 175.26º | 0.54% | 0.86% | - |
HSV(B) | 175.26º | 0.16% | 0.94% | - |
XYZ | 70.09 | 80.21 | 91.14 | - |
YUV | 227.3 | 132.91 | 109.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 239 | 236 | 0.16 | 0 | 0.01 | 0.06 | 175.26 | 0.54 | 0.86 |
Hex | C9 | EF | EC | 10 | 0 | 1 | 6 | AF | 36 | 56 |
Octal | 311 | 357 | 354 | 20 | 0 | 1 | 6 | 257 | 66 | 126 |
Binary | 11001001 | 11101111 | 11101100 | 10000 | 0 | 1 | 110 | 10101111 | 110110 | 1010110 |
Color Harmonies of #C9EFEC
Complementary color
Monochromatic Colors of #C9EFEC
Black with #C9EFEC
Text Example
Text Example
White with #C9EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFEC; }
p { color: rgb(201,239,236); }
H1.HeaderClassName
{
color: #C9EFEC;
}
.AnyTagClassName
{
color: #C9EFEC;
}
</style>
background-color css
<style>
a { background-color: #C9EFEC; }
a { background-color: rgb(201,239,236); }
div.DivClassName
{
background-color: #C9EFEC;
}
.BgClassName
{
background-color: #C9EFEC;
}
</style>
border-color css
<style>
span { border-color: #C9EFEC; }
span { border-color: rgb(201,239,236); }
td.TdClassName
{
border-color: #C9EFEC;
}
.TagClassName
{
border-color: #C9EFEC;
}
</style>