Shades of Foam #C7EFEB
Tints of Foam #C7EFEB
RGB
CMYK
RGB Variations
Color information
#C7EFEB (or 0xC7EFEB) is known color: Foam. HEX triplet: C7, EF and EB. RGB value is (199,239,235). Sum of RGB (Red+Green+Blue) = 199+239+235=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EFEB is #381014. Grayscale: #E2E2E2. Windows color (decimal): -3674133 or 15462343. OLE color: 15462343.
HSL color Cylindrical-coordinate representation of color #C7EFEB: hue angle of 174º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7EFEB is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 199 | 239 | 235 | - |
CMYK | 0.17 | 0 | 0.02 | 0.06 |
HSL | 174º | 0.56% | 0.86% | - |
HSV(B) | 174º | 0.17% | 0.94% | - |
XYZ | 69.42 | 79.87 | 90.36 | - |
YUV | 226.58 | 132.75 | 108.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 239 | 235 | 0.17 | 0 | 0.02 | 0.06 | 174 | 0.56 | 0.86 |
Hex | C7 | EF | EB | 11 | 0 | 2 | 6 | AE | 38 | 56 |
Octal | 307 | 357 | 353 | 21 | 0 | 2 | 6 | 256 | 70 | 126 |
Binary | 11000111 | 11101111 | 11101011 | 10001 | 0 | 10 | 110 | 10101110 | 111000 | 1010110 |
Color Harmonies of #C7EFEB
Complementary color
Monochromatic Colors of #C7EFEB
Black with #C7EFEB
Text Example
Text Example
White with #C7EFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EFEB; }
p { color: rgb(199,239,235); }
H1.HeaderClassName
{
color: #C7EFEB;
}
.AnyTagClassName
{
color: #C7EFEB;
}
</style>
background-color css
<style>
a { background-color: #C7EFEB; }
a { background-color: rgb(199,239,235); }
div.DivClassName
{
background-color: #C7EFEB;
}
.BgClassName
{
background-color: #C7EFEB;
}
</style>
border-color css
<style>
span { border-color: #C7EFEB; }
span { border-color: rgb(199,239,235); }
td.TdClassName
{
border-color: #C7EFEB;
}
.TagClassName
{
border-color: #C7EFEB;
}
</style>