Shades of Foam #C8EEEA
Tints of Foam #C8EEEA
RGB
CMYK
RGB Variations
Color information
#C8EEEA (or 0xC8EEEA) is known color: Foam. HEX triplet: C8, EE and EA. RGB value is (200,238,234). Sum of RGB (Red+Green+Blue) = 200+238+234=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEEA is #371115. Grayscale: #E2E2E2. Windows color (decimal): -3608854 or 15396552. OLE color: 15396552.
HSL color Cylindrical-coordinate representation of color #C8EEEA: hue angle of 173.68º degrees, saturation: 0.53, 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 #C8EEEA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 234 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.07 |
| HSL | 173.68º | 0.53% | 0.86% | - |
| HSV(B) | 173.68º | 0.16% | 0.93% | - |
| XYZ | 69.25 | 79.37 | 89.51 | - |
| YUV | 226.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 234 | 0.16 | 0 | 0.02 | 0.07 | 173.68 | 0.53 | 0.86 |
| Hex | C8 | EE | EA | 10 | 0 | 2 | 7 | AE | 35 | 56 |
| Octal | 310 | 356 | 352 | 20 | 0 | 2 | 7 | 256 | 65 | 126 |
| Binary | 11001000 | 11101110 | 11101010 | 10000 | 0 | 10 | 111 | 10101110 | 110101 | 1010110 |
Color Harmonies of #C8EEEA
Complementary color
Monochromatic Colors of #C8EEEA
Black with #C8EEEA
Text Example
Text Example
White with #C8EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEEA; }
p { color: rgb(200,238,234); }
H1.HeaderClassName
{
color: #C8EEEA;
}
.AnyTagClassName
{
color: #C8EEEA;
}
</style>
background-color css
<style>
a { background-color: #C8EEEA; }
a { background-color: rgb(200,238,234); }
div.DivClassName
{
background-color: #C8EEEA;
}
.BgClassName
{
background-color: #C8EEEA;
}
</style>
border-color css
<style>
span { border-color: #C8EEEA; }
span { border-color: rgb(200,238,234); }
td.TdClassName
{
border-color: #C8EEEA;
}
.TagClassName
{
border-color: #C8EEEA;
}
</style>