#EDFBF1

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

Shades of Bubbles #EDFBF1

Tints of Bubbles #EDFBF1

Color information

#EDFBF1 (or 0xEDFBF1) is unknown color: approx Bubbles. HEX triplet: ED, FB and F1. RGB value is (237,251,241). Sum of RGB (Red+Green+Blue) = 237+251+241=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBF1 is #12040E. Grayscale: #F5F5F5. Windows color (decimal): -1180687 or 15858669. OLE color: 15858669.

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

Color convert

RGB237251241-
CMYK0.0600.040.02
HSL137.14º63.64%95.69%-
HSV(B)137.14º5.58%98.43%-
XYZ85.393.3596.74-
YUV245.67125.36121.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.51%
GREEN value IS 251 (98.44% from 255) = 34.43%
BLUE value IS 241 (94.53% from 255) = 33.06%
R=32.51%
G=34.43%
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
Decimal2372512410.0600.040.02137.1463.6495.69
HexEDFBF16042894060
Octal3553733616042211100140
Binary1110110111111011111100011100100101000100110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBF1; }

 p { color: rgb(237,251,241); }

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

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

 a { background-color: rgb(237,251,241); }

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

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

 span { border-color: rgb(237,251,241); }

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