Shades of Foam #CBF1ED
Tints of Foam #CBF1ED
RGB
CMYK
RGB Variations
Color information
#CBF1ED (or 0xCBF1ED) is known color: Foam. HEX triplet: CB, F1 and ED. RGB value is (203,241,237). Sum of RGB (Red+Green+Blue) = 203+241+237=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1ED is #340E12. Grayscale: #E5E5E5. Windows color (decimal): -3411475 or 15593931. OLE color: 15593931.
HSL color Cylindrical-coordinate representation of color #CBF1ED: hue angle of 173.68º degrees, saturation: 0.58, 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 #CBF1ED is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 237 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.05 |
| HSL | 173.68º | 0.58% | 0.87% | - |
| HSV(B) | 173.68º | 0.16% | 0.95% | - |
| XYZ | 71.37 | 81.72 | 92.13 | - |
| YUV | 229.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 237 | 0.16 | 0 | 0.02 | 0.05 | 173.68 | 0.58 | 0.87 |
| Hex | CB | F1 | ED | 10 | 0 | 2 | 5 | AE | 3A | 57 |
| Octal | 313 | 361 | 355 | 20 | 0 | 2 | 5 | 256 | 72 | 127 |
| Binary | 11001011 | 11110001 | 11101101 | 10000 | 0 | 10 | 101 | 10101110 | 111010 | 1010111 |
Color Harmonies of #CBF1ED
Complementary color
Monochromatic Colors of #CBF1ED
Black with #CBF1ED
Text Example
Text Example
White with #CBF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1ED; }
p { color: rgb(203,241,237); }
H1.HeaderClassName
{
color: #CBF1ED;
}
.AnyTagClassName
{
color: #CBF1ED;
}
</style>
background-color css
<style>
a { background-color: #CBF1ED; }
a { background-color: rgb(203,241,237); }
div.DivClassName
{
background-color: #CBF1ED;
}
.BgClassName
{
background-color: #CBF1ED;
}
</style>
border-color css
<style>
span { border-color: #CBF1ED; }
span { border-color: rgb(203,241,237); }
td.TdClassName
{
border-color: #CBF1ED;
}
.TagClassName
{
border-color: #CBF1ED;
}
</style>