Shades of Foam #C9EEEB
Tints of Foam #C9EEEB
RGB
CMYK
RGB Variations
Color information
#C9EEEB (or 0xC9EEEB) is known color: Foam. HEX triplet: C9, EE and EB. RGB value is (201,238,235). Sum of RGB (Red+Green+Blue) = 201+238+235=674 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.82% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EEEB is #361114. Grayscale: #E2E2E2. Windows color (decimal): -3543317 or 15462089. OLE color: 15462089.
HSL color Cylindrical-coordinate representation of color #C9EEEB: hue angle of 175.14º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EEEB is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 238 | 235 | - |
CMYK | 0.16 | 0 | 0.01 | 0.07 |
HSL | 175.14º | 0.52% | 0.86% | - |
HSV(B) | 175.14º | 0.16% | 0.93% | - |
XYZ | 69.66 | 79.56 | 90.28 | - |
YUV | 226.6 | 132.74 | 109.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 238 | 235 | 0.16 | 0 | 0.01 | 0.07 | 175.14 | 0.52 | 0.86 |
Hex | C9 | EE | EB | 10 | 0 | 1 | 7 | AF | 34 | 56 |
Octal | 311 | 356 | 353 | 20 | 0 | 1 | 7 | 257 | 64 | 126 |
Binary | 11001001 | 11101110 | 11101011 | 10000 | 0 | 1 | 111 | 10101111 | 110100 | 1010110 |
Color Harmonies of #C9EEEB
Complementary color
Monochromatic Colors of #C9EEEB
Black with #C9EEEB
Text Example
Text Example
White with #C9EEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EEEB; }
p { color: rgb(201,238,235); }
H1.HeaderClassName
{
color: #C9EEEB;
}
.AnyTagClassName
{
color: #C9EEEB;
}
</style>
background-color css
<style>
a { background-color: #C9EEEB; }
a { background-color: rgb(201,238,235); }
div.DivClassName
{
background-color: #C9EEEB;
}
.BgClassName
{
background-color: #C9EEEB;
}
</style>
border-color css
<style>
span { border-color: #C9EEEB; }
span { border-color: rgb(201,238,235); }
td.TdClassName
{
border-color: #C9EEEB;
}
.TagClassName
{
border-color: #C9EEEB;
}
</style>