Shades of Foam #CBF3EF
Tints of Foam #CBF3EF
RGB
CMYK
RGB Variations
Color information
#CBF3EF (or 0xCBF3EF) is known color: Foam. HEX triplet: CB, F3 and EF. RGB value is (203,243,239). Sum of RGB (Red+Green+Blue) = 203+243+239=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF3EF is #340C10. Grayscale: #E6E6E6. Windows color (decimal): -3410961 or 15725515. OLE color: 15725515.
HSL color Cylindrical-coordinate representation of color #CBF3EF: hue angle of 174º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF3EF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 239 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.05 |
| HSL | 174º | 0.63% | 0.87% | - |
| HSV(B) | 174º | 0.16% | 0.95% | - |
| XYZ | 72.26 | 83.03 | 93.88 | - |
| YUV | 230.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 239 | 0.16 | 0 | 0.02 | 0.05 | 174 | 0.63 | 0.87 |
| Hex | CB | F3 | EF | 10 | 0 | 2 | 5 | AE | 3E | 57 |
| Octal | 313 | 363 | 357 | 20 | 0 | 2 | 5 | 256 | 76 | 127 |
| Binary | 11001011 | 11110011 | 11101111 | 10000 | 0 | 10 | 101 | 10101110 | 111110 | 1010111 |
Color Harmonies of #CBF3EF
Complementary color
Monochromatic Colors of #CBF3EF
Black with #CBF3EF
Text Example
Text Example
White with #CBF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF3EF; }
p { color: rgb(203,243,239); }
H1.HeaderClassName
{
color: #CBF3EF;
}
.AnyTagClassName
{
color: #CBF3EF;
}
</style>
background-color css
<style>
a { background-color: #CBF3EF; }
a { background-color: rgb(203,243,239); }
div.DivClassName
{
background-color: #CBF3EF;
}
.BgClassName
{
background-color: #CBF3EF;
}
</style>
border-color css
<style>
span { border-color: #CBF3EF; }
span { border-color: rgb(203,243,239); }
td.TdClassName
{
border-color: #CBF3EF;
}
.TagClassName
{
border-color: #CBF3EF;
}
</style>