Skip to main content Skip to docs navigation

#e1f4ff hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Calcareous Sinter and its hex is #DDEEFF Nearest Color Name

Color Hue/Base color: Blue

Hex #e1f4ff Color code in RGB color code model is created after adding 88.24% red color, 95.69% green color and 100% blue color. Hex #e1f4ff Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 4% magenta, 0% yellow and 0% black.

Hex #e1f4ff color code is between #ddeeee web safe hex color code and #eeffdd web safe hex color code. #ddeeee is the nearest web safe color code. You can see here many more shades of #e1f4ff color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code e1f4ff #e1f4ff
RGB Decimal 225, 244, 255 225, 244, 255
RGB Percent 88%, 96%, 100% rgb(88%, 96%, 100%)
CSS RGBa 225, 244, 255,1 rgba(225,244,255,1)
CMYK Model cmyk(12%,4%,0%,0%)
HSL Color Space 202,100% ,94% hsl(202,100% ,94%)
HSV Color Space 202°, 12%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11100001 11110100 11111111
Octal 341 364 377
Decimal 225 244 255
Hex e1 f4 ff

Different shades of #e1f4ff color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #e1f4ff
#48bcff
Darker of #e1f4ff
#7bcfff
Dark of #e1f4ff
#aee1ff
Base of #e1f4ff
#e1f4ff
Light of #e1f4ff
#ffffff
Lighter
#ffffff
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#e1f4ff
#ffece1

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#e1f4ff
#ffe1e5
#fffbe1

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#e1fff9
#e1fffe
#e1f4ff
#e1eaff
#e5e1ff

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#e1f4ff
#f4ffe1
#ffe1f4

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#e1f4ff
#ffe1f4
#ffece1
#e1ffec

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#e1f4ff
#fbe1ff
#ffece1
#e5ffe1

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #e1f4ff

#15a9ff
#48bcff
#7bcfff
#aee1ff
#e1f4ff
#ffffff
#ffffff
#ffffff
#ffffff

Tints of #e1f4ff Color

#e1f4ff
#e4f5ff
#e7f6ff
#ebf7ff
#eef8ff
#f1faff
#f5fbff
#f8fcff
#fbfdff
#ffffff

Shades of #e1f4ff color code

Generate more color scales with scales (color stack) generator.

#e1f4ff
#c8d8e2
#afbdc6
#96a2aa
#7d878d
#646c71
#4b5155
#323638
#191b1c
#000000

Tones

#e1f4ff
#e4f3fc
#e7f2f9
#eaf2f6
#edf1f3

Tones

Similar Color like #e1f4ff color

Find visually similar hex color codes nearing to #e1f4ff hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#e2f5ff
#e3f6ff
#e4f7ff
#e5f8ff
#e6f9ff
#e7faff
#e8fbff
#e9fcff
#eafdff
#ebfeff
#ecffff
#edffff
#eeffff
#efffff
#e0f3fe
#dff2fd
#def1fc
#ddf0fb
#dceffa
#dbeef9
#daedf8
#d9ecf7
#d8ebf6
#d7eaf5
#d6e9f4
#d5e8f3
#d4e7f2
#d3e6f1

Download this Light Blue

Hex #e1f4ff Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#e1f4ff Color Code Preview on Black Background Color

This is how #e1f4ff Color will look on black background color. Color contrast ratio is 18.59

#e1f4ff in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#e1f4ff">Your Example Paragraph content text in with font color #e1f4ff </p>

Your Example Paragraph content text in with font color #e1f4ff

HTML with inline CSS

<div style="color:#e1f4ff">Your Paragraph text in with font color #e1f4ff </div>

Your Example Paragraph content text in with font color #e1f4ff

#e1f4ff color code is use for CSS Background Color

Background color for the above div is #e1f4ff

HTML with inline CSS

<div style="background-color:#e1f4ff;"></div>

#e1f4ff color code is use for CSS Border Color

CSS Border color for the above div is #e1f4ff

HTML with inline CSS

<div style="border:5px solid #e1f4ff;"></div>

CSS Border Left color for the above div is #e1f4ff

HTML with inline CSS

<div style="border-left:5px solid #e1f4ff;"></div>

CSS Border Right color for the above div is #e1f4ff

HTML with inline CSS

<div style="border-right:5px solid #e1f4ff;"></div>

CSS Border Bottom color for the above div is #e1f4ff

HTML with inline CSS

<div style="border-bottom:5px solid #e1f4ff;"></div>

CSS Border Top color for the above div is #e1f4ff

HTML with inline CSS

<div style="border-top:5px solid #e1f4ff;"></div>

#e1f4ff hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#e1f4ff; } .examplecolorclass {color:#e1f4ff; } .examplebordercolor {border:3px solid #e1f4ff; }

#e1f4ff Color code Preview on White Background

This is how #e1f4ff Color code will look on white background color. Color contrast ratio is 1.13

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #e1f4ff; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #e1f4ff; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(225,244,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,236,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,244,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }