Shades of Foam #CBF5ED
Tints of Foam #CBF5ED
RGB
CMYK
RGB Variations
Color information
#CBF5ED (or 0xCBF5ED) is known color: Foam. HEX triplet: CB, F5 and ED. RGB value is (203,245,237). Sum of RGB (Red+Green+Blue) = 203+245+237=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF5ED is #340A12. Grayscale: #E7E7E7. Windows color (decimal): -3410451 or 15594955. OLE color: 15594955.
HSL color Cylindrical-coordinate representation of color #CBF5ED: hue angle of 168.57º degrees, saturation: 0.68, 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 #CBF5ED is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 237 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.04 |
| HSL | 168.57º | 0.68% | 0.88% | - |
| HSV(B) | 168.57º | 0.17% | 0.96% | - |
| XYZ | 72.57 | 84.12 | 92.53 | - |
| YUV | 231.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 237 | 0.17 | 0 | 0.03 | 0.04 | 168.57 | 0.68 | 0.88 |
| Hex | CB | F5 | ED | 11 | 0 | 3 | 4 | A9 | 44 | 58 |
| Octal | 313 | 365 | 355 | 21 | 0 | 3 | 4 | 251 | 104 | 130 |
| Binary | 11001011 | 11110101 | 11101101 | 10001 | 0 | 11 | 100 | 10101001 | 1000100 | 1011000 |
Color Harmonies of #CBF5ED
Complementary color
Monochromatic Colors of #CBF5ED
Black with #CBF5ED
Text Example
Text Example
White with #CBF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF5ED; }
p { color: rgb(203,245,237); }
H1.HeaderClassName
{
color: #CBF5ED;
}
.AnyTagClassName
{
color: #CBF5ED;
}
</style>
background-color css
<style>
a { background-color: #CBF5ED; }
a { background-color: rgb(203,245,237); }
div.DivClassName
{
background-color: #CBF5ED;
}
.BgClassName
{
background-color: #CBF5ED;
}
</style>
border-color css
<style>
span { border-color: #CBF5ED; }
span { border-color: rgb(203,245,237); }
td.TdClassName
{
border-color: #CBF5ED;
}
.TagClassName
{
border-color: #CBF5ED;
}
</style>