Shades of Foam #CBF0EA
Tints of Foam #CBF0EA
RGB
CMYK
RGB Variations
Color information
#CBF0EA (or 0xCBF0EA) is known color: Foam. HEX triplet: CB, F0 and EA. RGB value is (203,240,234). Sum of RGB (Red+Green+Blue) = 203+240+234=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF0EA is #340F15. Grayscale: #E4E4E4. Windows color (decimal): -3411734 or 15397067. OLE color: 15397067.
HSL color Cylindrical-coordinate representation of color #CBF0EA: hue angle of 170.27º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0EA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 234 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.06 |
| HSL | 170.27º | 0.55% | 0.87% | - |
| HSV(B) | 170.27º | 0.15% | 0.94% | - |
| XYZ | 70.64 | 80.96 | 89.75 | - |
| YUV | 228.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 234 | 0.15 | 0 | 0.02 | 0.06 | 170.27 | 0.55 | 0.87 |
| Hex | CB | F0 | EA | F | 0 | 2 | 6 | AA | 37 | 57 |
| Octal | 313 | 360 | 352 | 17 | 0 | 2 | 6 | 252 | 67 | 127 |
| Binary | 11001011 | 11110000 | 11101010 | 1111 | 0 | 10 | 110 | 10101010 | 110111 | 1010111 |
Color Harmonies of #CBF0EA
Complementary color
Monochromatic Colors of #CBF0EA
Black with #CBF0EA
Text Example
Text Example
White with #CBF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0EA; }
p { color: rgb(203,240,234); }
H1.HeaderClassName
{
color: #CBF0EA;
}
.AnyTagClassName
{
color: #CBF0EA;
}
</style>
background-color css
<style>
a { background-color: #CBF0EA; }
a { background-color: rgb(203,240,234); }
div.DivClassName
{
background-color: #CBF0EA;
}
.BgClassName
{
background-color: #CBF0EA;
}
</style>
border-color css
<style>
span { border-color: #CBF0EA; }
span { border-color: rgb(203,240,234); }
td.TdClassName
{
border-color: #CBF0EA;
}
.TagClassName
{
border-color: #CBF0EA;
}
</style>