Shades of Foam #C8EDEA
Tints of Foam #C8EDEA
RGB
CMYK
RGB Variations
Color information
#C8EDEA (or 0xC8EDEA) is known color: Foam. HEX triplet: C8, ED and EA. RGB value is (200,237,234). Sum of RGB (Red+Green+Blue) = 200+237+234=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDEA is #371215. Grayscale: #E1E1E1. Windows color (decimal): -3609110 or 15396296. OLE color: 15396296.
HSL color Cylindrical-coordinate representation of color #C8EDEA: hue angle of 175.14º degrees, saturation: 0.51, 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 #C8EDEA is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 237 | 234 | - |
CMYK | 0.16 | 0 | 0.01 | 0.07 |
HSL | 175.14º | 0.51% | 0.86% | - |
HSV(B) | 175.14º | 0.16% | 0.93% | - |
XYZ | 68.95 | 78.79 | 89.42 | - |
YUV | 225.6 | 132.74 | 109.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 237 | 234 | 0.16 | 0 | 0.01 | 0.07 | 175.14 | 0.51 | 0.86 |
Hex | C8 | ED | EA | 10 | 0 | 1 | 7 | AF | 33 | 56 |
Octal | 310 | 355 | 352 | 20 | 0 | 1 | 7 | 257 | 63 | 126 |
Binary | 11001000 | 11101101 | 11101010 | 10000 | 0 | 1 | 111 | 10101111 | 110011 | 1010110 |
Color Harmonies of #C8EDEA
Complementary color
Monochromatic Colors of #C8EDEA
Black with #C8EDEA
Text Example
Text Example
White with #C8EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDEA; }
p { color: rgb(200,237,234); }
H1.HeaderClassName
{
color: #C8EDEA;
}
.AnyTagClassName
{
color: #C8EDEA;
}
</style>
background-color css
<style>
a { background-color: #C8EDEA; }
a { background-color: rgb(200,237,234); }
div.DivClassName
{
background-color: #C8EDEA;
}
.BgClassName
{
background-color: #C8EDEA;
}
</style>
border-color css
<style>
span { border-color: #C8EDEA; }
span { border-color: rgb(200,237,234); }
td.TdClassName
{
border-color: #C8EDEA;
}
.TagClassName
{
border-color: #C8EDEA;
}
</style>