Shades of Foam #C8F1ED
Tints of Foam #C8F1ED
RGB
CMYK
RGB Variations
Color information
#C8F1ED (or 0xC8F1ED) is known color: Foam. HEX triplet: C8, F1 and ED. RGB value is (200,241,237). Sum of RGB (Red+Green+Blue) = 200+241+237=678 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.50% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F1ED is #370E12. Grayscale: #E4E4E4. Windows color (decimal): -3608083 or 15593928. OLE color: 15593928.
HSL color Cylindrical-coordinate representation of color #C8F1ED: hue angle of 174.15º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F1ED is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 200 | 241 | 237 | - |
CMYK | 0.17 | 0 | 0.02 | 0.05 |
HSL | 174.15º | 0.59% | 0.86% | - |
HSV(B) | 174.15º | 0.17% | 0.95% | - |
XYZ | 70.56 | 81.3 | 92.1 | - |
YUV | 228.29 | 132.92 | 107.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 241 | 237 | 0.17 | 0 | 0.02 | 0.05 | 174.15 | 0.59 | 0.86 |
Hex | C8 | F1 | ED | 11 | 0 | 2 | 5 | AE | 3B | 56 |
Octal | 310 | 361 | 355 | 21 | 0 | 2 | 5 | 256 | 73 | 126 |
Binary | 11001000 | 11110001 | 11101101 | 10001 | 0 | 10 | 101 | 10101110 | 111011 | 1010110 |
Color Harmonies of #C8F1ED
Complementary color
Monochromatic Colors of #C8F1ED
Black with #C8F1ED
Text Example
Text Example
White with #C8F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1ED; }
p { color: rgb(200,241,237); }
H1.HeaderClassName
{
color: #C8F1ED;
}
.AnyTagClassName
{
color: #C8F1ED;
}
</style>
background-color css
<style>
a { background-color: #C8F1ED; }
a { background-color: rgb(200,241,237); }
div.DivClassName
{
background-color: #C8F1ED;
}
.BgClassName
{
background-color: #C8F1ED;
}
</style>
border-color css
<style>
span { border-color: #C8F1ED; }
span { border-color: rgb(200,241,237); }
td.TdClassName
{
border-color: #C8F1ED;
}
.TagClassName
{
border-color: #C8F1ED;
}
</style>