Shades of Foam #CBF8F2
Tints of Foam #CBF8F2
RGB
CMYK
RGB Variations
Color information
#CBF8F2 (or 0xCBF8F2) is known color: Foam. HEX triplet: CB, F8 and F2. RGB value is (203,248,242). Sum of RGB (Red+Green+Blue) = 203+248+242=693 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.29% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF8F2 is #34070D. Grayscale: #E9E9E9. Windows color (decimal): -3409678 or 15923403. OLE color: 15923403.
HSL color Cylindrical-coordinate representation of color #CBF8F2: hue angle of 172º 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 #CBF8F2 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 242 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.03 |
| HSL | 172º | 0.76% | 0.88% | - |
| HSV(B) | 172º | 0.18% | 0.97% | - |
| XYZ | 74.22 | 86.24 | 96.74 | - |
| YUV | 233.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 242 | 0.18 | 0 | 0.02 | 0.03 | 172 | 0.76 | 0.88 |
| Hex | CB | F8 | F2 | 12 | 0 | 2 | 3 | AC | 4C | 58 |
| Octal | 313 | 370 | 362 | 22 | 0 | 2 | 3 | 254 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11110010 | 10010 | 0 | 10 | 11 | 10101100 | 1001100 | 1011000 |
Color Harmonies of #CBF8F2
Complementary color
Monochromatic Colors of #CBF8F2
Black with #CBF8F2
Text Example
Text Example
White with #CBF8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8F2; }
p { color: rgb(203,248,242); }
H1.HeaderClassName
{
color: #CBF8F2;
}
.AnyTagClassName
{
color: #CBF8F2;
}
</style>
background-color css
<style>
a { background-color: #CBF8F2; }
a { background-color: rgb(203,248,242); }
div.DivClassName
{
background-color: #CBF8F2;
}
.BgClassName
{
background-color: #CBF8F2;
}
</style>
border-color css
<style>
span { border-color: #CBF8F2; }
span { border-color: rgb(203,248,242); }
td.TdClassName
{
border-color: #CBF8F2;
}
.TagClassName
{
border-color: #CBF8F2;
}
</style>