Shades of Foam #C8EFEB
Tints of Foam #C8EFEB
RGB
CMYK
RGB Variations
Color information
#C8EFEB (or 0xC8EFEB) is known color: Foam. HEX triplet: C8, EF and EB. RGB value is (200,239,235). Sum of RGB (Red+Green+Blue) = 200+239+235=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFEB is #371014. Grayscale: #E2E2E2. Windows color (decimal): -3608597 or 15462344. OLE color: 15462344.
HSL color Cylindrical-coordinate representation of color #C8EFEB: hue angle of 173.85º degrees, saturation: 0.55, 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 #C8EFEB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 235 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.06 |
| HSL | 173.85º | 0.55% | 0.86% | - |
| HSV(B) | 173.85º | 0.16% | 0.94% | - |
| XYZ | 69.68 | 80.01 | 90.37 | - |
| YUV | 226.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 235 | 0.16 | 0 | 0.02 | 0.06 | 173.85 | 0.55 | 0.86 |
| Hex | C8 | EF | EB | 10 | 0 | 2 | 6 | AE | 37 | 56 |
| Octal | 310 | 357 | 353 | 20 | 0 | 2 | 6 | 256 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11101011 | 10000 | 0 | 10 | 110 | 10101110 | 110111 | 1010110 |
Color Harmonies of #C8EFEB
Complementary color
Monochromatic Colors of #C8EFEB
Black with #C8EFEB
Text Example
Text Example
White with #C8EFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFEB; }
p { color: rgb(200,239,235); }
H1.HeaderClassName
{
color: #C8EFEB;
}
.AnyTagClassName
{
color: #C8EFEB;
}
</style>
background-color css
<style>
a { background-color: #C8EFEB; }
a { background-color: rgb(200,239,235); }
div.DivClassName
{
background-color: #C8EFEB;
}
.BgClassName
{
background-color: #C8EFEB;
}
</style>
border-color css
<style>
span { border-color: #C8EFEB; }
span { border-color: rgb(200,239,235); }
td.TdClassName
{
border-color: #C8EFEB;
}
.TagClassName
{
border-color: #C8EFEB;
}
</style>