Shades of Foam #CBF6F3
Tints of Foam #CBF6F3
RGB
CMYK
RGB Variations
Color information
#CBF6F3 (or 0xCBF6F3) is known color: Foam. HEX triplet: CB, F6 and F3. RGB value is (203,246,243). Sum of RGB (Red+Green+Blue) = 203+246+243=692 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.34% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF6F3 is #34090C. Grayscale: #E8E8E8. Windows color (decimal): -3410189 or 15988427. OLE color: 15988427.
HSL color Cylindrical-coordinate representation of color #CBF6F3: hue angle of 175.81º 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 #CBF6F3 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 243 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.04 |
| HSL | 175.81º | 0.7% | 0.88% | - |
| HSV(B) | 175.81º | 0.17% | 0.96% | - |
| XYZ | 73.76 | 85.08 | 97.33 | - |
| YUV | 232.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 243 | 0.17 | 0 | 0.01 | 0.04 | 175.81 | 0.7 | 0.88 |
| Hex | CB | F6 | F3 | 11 | 0 | 1 | 4 | B0 | 46 | 58 |
| Octal | 313 | 366 | 363 | 21 | 0 | 1 | 4 | 260 | 106 | 130 |
| Binary | 11001011 | 11110110 | 11110011 | 10001 | 0 | 1 | 100 | 10110000 | 1000110 | 1011000 |
Color Harmonies of #CBF6F3
Complementary color
Monochromatic Colors of #CBF6F3
Black with #CBF6F3
Text Example
Text Example
White with #CBF6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6F3; }
p { color: rgb(203,246,243); }
H1.HeaderClassName
{
color: #CBF6F3;
}
.AnyTagClassName
{
color: #CBF6F3;
}
</style>
background-color css
<style>
a { background-color: #CBF6F3; }
a { background-color: rgb(203,246,243); }
div.DivClassName
{
background-color: #CBF6F3;
}
.BgClassName
{
background-color: #CBF6F3;
}
</style>
border-color css
<style>
span { border-color: #CBF6F3; }
span { border-color: rgb(203,246,243); }
td.TdClassName
{
border-color: #CBF6F3;
}
.TagClassName
{
border-color: #CBF6F3;
}
</style>