Shades of Foam #CBEEEB
Tints of Foam #CBEEEB
RGB
CMYK
RGB Variations
Color information
#CBEEEB (or 0xCBEEEB) is known color: Foam. HEX triplet: CB, EE and EB. RGB value is (203,238,235). Sum of RGB (Red+Green+Blue) = 203+238+235=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEEB is #341114. Grayscale: #E3E3E3. Windows color (decimal): -3412245 or 15462091. OLE color: 15462091.
HSL color Cylindrical-coordinate representation of color #CBEEEB: hue angle of 174.86º 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 #CBEEEB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 235 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.07 |
| HSL | 174.86º | 0.51% | 0.86% | - |
| HSV(B) | 174.86º | 0.15% | 0.93% | - |
| XYZ | 70.2 | 79.84 | 90.31 | - |
| YUV | 227.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 235 | 0.15 | 0 | 0.01 | 0.07 | 174.86 | 0.51 | 0.86 |
| Hex | CB | EE | EB | F | 0 | 1 | 7 | AF | 33 | 56 |
| Octal | 313 | 356 | 353 | 17 | 0 | 1 | 7 | 257 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11101011 | 1111 | 0 | 1 | 111 | 10101111 | 110011 | 1010110 |
Color Harmonies of #CBEEEB
Complementary color
Monochromatic Colors of #CBEEEB
Black with #CBEEEB
Text Example
Text Example
White with #CBEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEEB; }
p { color: rgb(203,238,235); }
H1.HeaderClassName
{
color: #CBEEEB;
}
.AnyTagClassName
{
color: #CBEEEB;
}
</style>
background-color css
<style>
a { background-color: #CBEEEB; }
a { background-color: rgb(203,238,235); }
div.DivClassName
{
background-color: #CBEEEB;
}
.BgClassName
{
background-color: #CBEEEB;
}
</style>
border-color css
<style>
span { border-color: #CBEEEB; }
span { border-color: rgb(203,238,235); }
td.TdClassName
{
border-color: #CBEEEB;
}
.TagClassName
{
border-color: #CBEEEB;
}
</style>