Shades of Foam #CBF7F0
Tints of Foam #CBF7F0
RGB
CMYK
RGB Variations
Color information
#CBF7F0 (or 0xCBF7F0) is known color: Foam. HEX triplet: CB, F7 and F0. RGB value is (203,247,240). Sum of RGB (Red+Green+Blue) = 203+247+240=690 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.42% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF7F0 is #34080F. Grayscale: #E9E9E9. Windows color (decimal): -3409936 or 15792075. OLE color: 15792075.
HSL color Cylindrical-coordinate representation of color #CBF7F0: hue angle of 170.45º degrees, saturation: 0.73, 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 #CBF7F0 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 240 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.03 |
| HSL | 170.45º | 0.73% | 0.88% | - |
| HSV(B) | 170.45º | 0.18% | 0.97% | - |
| XYZ | 73.62 | 85.51 | 95.06 | - |
| YUV | 233.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 240 | 0.18 | 0 | 0.03 | 0.03 | 170.45 | 0.73 | 0.88 |
| Hex | CB | F7 | F0 | 12 | 0 | 3 | 3 | AA | 49 | 58 |
| Octal | 313 | 367 | 360 | 22 | 0 | 3 | 3 | 252 | 111 | 130 |
| Binary | 11001011 | 11110111 | 11110000 | 10010 | 0 | 11 | 11 | 10101010 | 1001001 | 1011000 |
Color Harmonies of #CBF7F0
Complementary color
Monochromatic Colors of #CBF7F0
Black with #CBF7F0
Text Example
Text Example
White with #CBF7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7F0; }
p { color: rgb(203,247,240); }
H1.HeaderClassName
{
color: #CBF7F0;
}
.AnyTagClassName
{
color: #CBF7F0;
}
</style>
background-color css
<style>
a { background-color: #CBF7F0; }
a { background-color: rgb(203,247,240); }
div.DivClassName
{
background-color: #CBF7F0;
}
.BgClassName
{
background-color: #CBF7F0;
}
</style>
border-color css
<style>
span { border-color: #CBF7F0; }
span { border-color: rgb(203,247,240); }
td.TdClassName
{
border-color: #CBF7F0;
}
.TagClassName
{
border-color: #CBF7F0;
}
</style>