#EBFDF2

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

Shades of Bubbles #EBFDF2

Tints of Bubbles #EBFDF2

Color information

#EBFDF2 (or 0xEBFDF2) is unknown color: approx Bubbles. HEX triplet: EB, FD and F2. RGB value is (235,253,242). Sum of RGB (Red+Green+Blue) = 235+253+242=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 253 (99.22% from 255 or 34.66% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDF2 is #14020D. Grayscale: #F6F6F6. Windows color (decimal): -1311246 or 15924715. OLE color: 15924715.

HSL color Cylindrical-coordinate representation of color #EBFDF2: hue angle of 143.33º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFDF2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB235253242-
CMYK0.0700.040.01
HSL143.33º81.82%95.69%-
HSV(B)143.33º7.11%99.22%-
XYZ85.4194.3297.71-
YUV246.36125.54119.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.19%
GREEN value IS 253 (99.22% from 255) = 34.66%
BLUE value IS 242 (94.92% from 255) = 33.15%
R=32.19%
G=34.66%
B=33.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532420.0700.040.01143.3381.8295.69
HexEBFDF270418f5260
Octal3533753627041217122140
Binary111010111111110111110010111010011000111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDF2; }

 p { color: rgb(235,253,242); }

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

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

 a { background-color: rgb(235,253,242); }

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

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

 span { border-color: rgb(235,253,242); }

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