Shades of Foam #CBEEEA
Tints of Foam #CBEEEA
RGB
CMYK
RGB Variations
Color information
#CBEEEA (or 0xCBEEEA) is known color: Foam. HEX triplet: CB, EE and EA. RGB value is (203,238,234). Sum of RGB (Red+Green+Blue) = 203+238+234=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEEA is #341115. Grayscale: #E3E3E3. Windows color (decimal): -3412246 or 15396555. OLE color: 15396555.
HSL color Cylindrical-coordinate representation of color #CBEEEA: hue angle of 173.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEEEA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 234 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.07 |
| HSL | 173.14º | 0.51% | 0.86% | - |
| HSV(B) | 173.14º | 0.15% | 0.93% | - |
| XYZ | 70.05 | 79.79 | 89.55 | - |
| YUV | 227.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 234 | 0.15 | 0 | 0.02 | 0.07 | 173.14 | 0.51 | 0.86 |
| Hex | CB | EE | EA | F | 0 | 2 | 7 | AD | 33 | 56 |
| Octal | 313 | 356 | 352 | 17 | 0 | 2 | 7 | 255 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11101010 | 1111 | 0 | 10 | 111 | 10101101 | 110011 | 1010110 |
Color Harmonies of #CBEEEA
Complementary color
Monochromatic Colors of #CBEEEA
Black with #CBEEEA
Text Example
Text Example
White with #CBEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEEA; }
p { color: rgb(203,238,234); }
H1.HeaderClassName
{
color: #CBEEEA;
}
.AnyTagClassName
{
color: #CBEEEA;
}
</style>
background-color css
<style>
a { background-color: #CBEEEA; }
a { background-color: rgb(203,238,234); }
div.DivClassName
{
background-color: #CBEEEA;
}
.BgClassName
{
background-color: #CBEEEA;
}
</style>
border-color css
<style>
span { border-color: #CBEEEA; }
span { border-color: rgb(203,238,234); }
td.TdClassName
{
border-color: #CBEEEA;
}
.TagClassName
{
border-color: #CBEEEA;
}
</style>