Shades of Foam #CBF8F0
Tints of Foam #CBF8F0
RGB
CMYK
RGB Variations
Color information
#CBF8F0 (or 0xCBF8F0) is known color: Foam. HEX triplet: CB, F8 and F0. RGB value is (203,248,240). Sum of RGB (Red+Green+Blue) = 203+248+240=691 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.38% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF8F0 is #34070F. Grayscale: #E9E9E9. Windows color (decimal): -3409680 or 15792331. OLE color: 15792331.
HSL color Cylindrical-coordinate representation of color #CBF8F0: hue angle of 169.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF8F0 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 240 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.03 |
| HSL | 169.33º | 0.76% | 0.88% | - |
| HSV(B) | 169.33º | 0.18% | 0.97% | - |
| XYZ | 73.92 | 86.12 | 95.17 | - |
| YUV | 233.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 240 | 0.18 | 0 | 0.03 | 0.03 | 169.33 | 0.76 | 0.88 |
| Hex | CB | F8 | F0 | 12 | 0 | 3 | 3 | A9 | 4C | 58 |
| Octal | 313 | 370 | 360 | 22 | 0 | 3 | 3 | 251 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11110000 | 10010 | 0 | 11 | 11 | 10101001 | 1001100 | 1011000 |
Color Harmonies of #CBF8F0
Complementary color
Monochromatic Colors of #CBF8F0
Black with #CBF8F0
Text Example
Text Example
White with #CBF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8F0; }
p { color: rgb(203,248,240); }
H1.HeaderClassName
{
color: #CBF8F0;
}
.AnyTagClassName
{
color: #CBF8F0;
}
</style>
background-color css
<style>
a { background-color: #CBF8F0; }
a { background-color: rgb(203,248,240); }
div.DivClassName
{
background-color: #CBF8F0;
}
.BgClassName
{
background-color: #CBF8F0;
}
</style>
border-color css
<style>
span { border-color: #CBF8F0; }
span { border-color: rgb(203,248,240); }
td.TdClassName
{
border-color: #CBF8F0;
}
.TagClassName
{
border-color: #CBF8F0;
}
</style>