Shades of Foam #CBF6EF
Tints of Foam #CBF6EF
RGB
CMYK
RGB Variations
Color information
#CBF6EF (or 0xCBF6EF) is known color: Foam. HEX triplet: CB, F6 and EF. RGB value is (203,246,239). Sum of RGB (Red+Green+Blue) = 203+246+239=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF6EF is #340910. Grayscale: #E8E8E8. Windows color (decimal): -3410193 or 15726283. OLE color: 15726283.
HSL color Cylindrical-coordinate representation of color #CBF6EF: hue angle of 170.23º degrees, saturation: 0.7, 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 #CBF6EF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 239 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.04 |
| HSL | 170.23º | 0.7% | 0.88% | - |
| HSV(B) | 170.23º | 0.17% | 0.96% | - |
| XYZ | 73.16 | 84.84 | 94.18 | - |
| YUV | 232.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 239 | 0.17 | 0 | 0.03 | 0.04 | 170.23 | 0.7 | 0.88 |
| Hex | CB | F6 | EF | 11 | 0 | 3 | 4 | AA | 46 | 58 |
| Octal | 313 | 366 | 357 | 21 | 0 | 3 | 4 | 252 | 106 | 130 |
| Binary | 11001011 | 11110110 | 11101111 | 10001 | 0 | 11 | 100 | 10101010 | 1000110 | 1011000 |
Color Harmonies of #CBF6EF
Complementary color
Monochromatic Colors of #CBF6EF
Black with #CBF6EF
Text Example
Text Example
White with #CBF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6EF; }
p { color: rgb(203,246,239); }
H1.HeaderClassName
{
color: #CBF6EF;
}
.AnyTagClassName
{
color: #CBF6EF;
}
</style>
background-color css
<style>
a { background-color: #CBF6EF; }
a { background-color: rgb(203,246,239); }
div.DivClassName
{
background-color: #CBF6EF;
}
.BgClassName
{
background-color: #CBF6EF;
}
</style>
border-color css
<style>
span { border-color: #CBF6EF; }
span { border-color: rgb(203,246,239); }
td.TdClassName
{
border-color: #CBF6EF;
}
.TagClassName
{
border-color: #CBF6EF;
}
</style>