#CBEFED

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

Shades of Foam #CBEFED

Tints of Foam #CBEFED

Color information

#CBEFED (or 0xCBEFED) is unknown color: approx Foam. HEX triplet: CB, EF and ED. RGB value is (203,239,237). Sum of RGB (Red+Green+Blue) = 203+239+237=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFED is #341012. Grayscale: #E3E3E3. Windows color (decimal): -3411987 or 15593419. OLE color: 15593419.

HSL color Cylindrical-coordinate representation of color #CBEFED: hue angle of 176.67º 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 #CBEFED is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB203239237-
CMYK0.1500.010.06
HSL176.67º52.94%86.67%-
HSV(B)176.67º15.06%93.73%-
XYZ70.7880.5491.94-
YUV228.01133.07110.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=29.90%
G=35.20%
B=34.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032392370.1500.010.06176.6752.9486.67
HexCBEFEDF016b13557
Octal3133573551701626165127
Binary110010111110111111101101111101110101100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFED; }

 p { color: rgb(203,239,237); }

 H1.HeaderClassName
 {
   color: #CBEFED;
 }
 .AnyTagClassName
 {
   color: #CBEFED;
 }
</style>
background-color css

<style>
 a { background-color: #CBEFED; }

 a { background-color: rgb(203,239,237); }

 div.DivClassName
 {
   background-color: #CBEFED;
 }
 .BgClassName
 {
   background-color: #CBEFED;
 }
</style>
border-color css

<style>
 span { border-color: #CBEFED; }

 span { border-color: rgb(203,239,237); }

 td.TdClassName
 {
   border-color: #CBEFED;
 }
 .TagClassName
 {
   border-color: #CBEFED;
 }
</style>