Shades of Foam #CBEFEB
Tints of Foam #CBEFEB
RGB
CMYK
RGB Variations
Color information
#CBEFEB (or 0xCBEFEB) is known color: Foam. HEX triplet: CB, EF and EB. RGB value is (203,239,235). Sum of RGB (Red+Green+Blue) = 203+239+235=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFEB is #341014. Grayscale: #E3E3E3. Windows color (decimal): -3411989 or 15462347. OLE color: 15462347.
HSL color Cylindrical-coordinate representation of color #CBEFEB: hue angle of 173.33º degrees, saturation: 0.53, 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 #CBEFEB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 203 | 239 | 235 | - |
CMYK | 0.15 | 0 | 0.02 | 0.06 |
HSL | 173.33º | 0.53% | 0.87% | - |
HSV(B) | 173.33º | 0.15% | 0.94% | - |
XYZ | 70.49 | 80.43 | 90.41 | - |
YUV | 227.78 | 132.07 | 110.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 239 | 235 | 0.15 | 0 | 0.02 | 0.06 | 173.33 | 0.53 | 0.87 |
Hex | CB | EF | EB | F | 0 | 2 | 6 | AD | 35 | 57 |
Octal | 313 | 357 | 353 | 17 | 0 | 2 | 6 | 255 | 65 | 127 |
Binary | 11001011 | 11101111 | 11101011 | 1111 | 0 | 10 | 110 | 10101101 | 110101 | 1010111 |
Color Harmonies of #CBEFEB
Complementary color
Monochromatic Colors of #CBEFEB
Black with #CBEFEB
Text Example
Text Example
White with #CBEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFEB; }
p { color: rgb(203,239,235); }
H1.HeaderClassName
{
color: #CBEFEB;
}
.AnyTagClassName
{
color: #CBEFEB;
}
</style>
background-color css
<style>
a { background-color: #CBEFEB; }
a { background-color: rgb(203,239,235); }
div.DivClassName
{
background-color: #CBEFEB;
}
.BgClassName
{
background-color: #CBEFEB;
}
</style>
border-color css
<style>
span { border-color: #CBEFEB; }
span { border-color: rgb(203,239,235); }
td.TdClassName
{
border-color: #CBEFEB;
}
.TagClassName
{
border-color: #CBEFEB;
}
</style>