#EBFBF0

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

Shades of Bubbles #EBFBF0

Tints of Bubbles #EBFBF0

Color information

#EBFBF0 (or 0xEBFBF0) is unknown color: approx Bubbles. HEX triplet: EB, FB and F0. RGB value is (235,251,240). Sum of RGB (Red+Green+Blue) = 235+251+240=726 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.37% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBF0 is #14040F. Grayscale: #F4F4F4. Windows color (decimal): -1311760 or 15793131. OLE color: 15793131.

HSL color Cylindrical-coordinate representation of color #EBFBF0: hue angle of 138.75º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBFBF0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB235251240-
CMYK0.0600.040.02
HSL138.75º66.67%95.29%-
HSV(B)138.75º6.37%98.43%-
XYZ84.4992.9595.93-
YUV244.96125.2120.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.37%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 240 (94.14% from 255) = 33.06%
R=32.37%
G=34.57%
B=33.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352512400.0600.040.02138.7566.6795.29
HexEBFBF060428b435f
Octal3533733606042213103137
Binary1110101111111011111100001100100101000101110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBF0; }

 p { color: rgb(235,251,240); }

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

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

 a { background-color: rgb(235,251,240); }

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

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

 span { border-color: rgb(235,251,240); }

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