#CBEFEB

Color #CBEFEB Foam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foam #CBEFEB

Tints of Foam #CBEFEB

Color information

#CBEFEB (or 0xCBEFEB) is unknown color: approx 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

RGB203239235-
CMYK0.1500.020.06
HSL173.33º52.94%86.67%-
HSV(B)173.33º15.06%93.73%-
XYZ70.4980.4390.41-
YUV227.78132.07110.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 29.99%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=29.99%
G=35.30%
B=34.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032392350.1500.020.06173.3352.9486.67
HexCBEFEBF026ad3557
Octal3133573531702625565127
Binary1100101111101111111010111111010110101011011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>