Shades of Foam #CBF5EF
Tints of Foam #CBF5EF
RGB
CMYK
RGB Variations
Color information
#CBF5EF (or 0xCBF5EF) is known color: Foam. HEX triplet: CB, F5 and EF. RGB value is (203,245,239). Sum of RGB (Red+Green+Blue) = 203+245+239=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF5EF is #340A10. Grayscale: #E7E7E7. Windows color (decimal): -3410449 or 15726027. OLE color: 15726027.
HSL color Cylindrical-coordinate representation of color #CBF5EF: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF5EF is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 239 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.04 |
| HSL | 171.43º | 0.68% | 0.88% | - |
| HSV(B) | 171.43º | 0.17% | 0.96% | - |
| XYZ | 72.86 | 84.23 | 94.08 | - |
| YUV | 231.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 239 | 0.17 | 0 | 0.02 | 0.04 | 171.43 | 0.68 | 0.88 |
| Hex | CB | F5 | EF | 11 | 0 | 2 | 4 | AB | 44 | 58 |
| Octal | 313 | 365 | 357 | 21 | 0 | 2 | 4 | 253 | 104 | 130 |
| Binary | 11001011 | 11110101 | 11101111 | 10001 | 0 | 10 | 100 | 10101011 | 1000100 | 1011000 |
Color Harmonies of #CBF5EF
Complementary color
Monochromatic Colors of #CBF5EF
Black with #CBF5EF
Text Example
Text Example
White with #CBF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5EF; }
p { color: rgb(203,245,239); }
H1.HeaderClassName
{
color: #CBF5EF;
}
.AnyTagClassName
{
color: #CBF5EF;
}
</style>
background-color css
<style>
a { background-color: #CBF5EF; }
a { background-color: rgb(203,245,239); }
div.DivClassName
{
background-color: #CBF5EF;
}
.BgClassName
{
background-color: #CBF5EF;
}
</style>
border-color css
<style>
span { border-color: #CBF5EF; }
span { border-color: rgb(203,245,239); }
td.TdClassName
{
border-color: #CBF5EF;
}
.TagClassName
{
border-color: #CBF5EF;
}
</style>