Skip to main content Skip to docs navigation

#aabfe0 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 Lavender Phlox and its hex is #A6BADF Nearest Color Name

Color Hue/Base color: Blue

Hex #aabfe0 Color code in RGB color code model is created after adding 66.67% red color, 74.9% green color and 87.84% blue color. Hex #aabfe0 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 15% magenta, 0% yellow and 12.16% black.

Hex #aabfe0 color code is between #99bbdd web safe hex color code and #bbccee web safe hex color code. #99bbdd is the nearest web safe color code. You can see here many more shades of #aabfe0 color code.

RGB Chart

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

Color Table

Hex Color Code aabfe0 #aabfe0
RGB Decimal 170, 191, 224 170, 191, 224
RGB Percent 67%, 75%, 88% rgb(67%, 75%, 88%)
CSS RGBa 170, 191, 224,1 rgba(170,191,224,1)
CMYK Model cmyk(24%,15%,0%,12.16%)
HSL Color Space 217,47% ,77% hsl(217,47% ,77%)
HSV Color Space 217°, 24%, 88%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101010 10111111 11100000
Octal 252 277 340
Decimal 170 191 224
Hex aa bf e0

Different shades of #aabfe0 color code.

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

Darkest of #aabfe0
#406cb1
Darker of #aabfe0
#5f87c5
Dark of #aabfe0
#85a3d2
Base of #aabfe0
#aabfe0
Light of #aabfe0
#cfdbee
Lighter
#f5f7fb
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

#aabfe0
#e0cbaa

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

Split Complementary

#aabfe0
#e0b0aa
#dae0aa

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

Analogous Color

#aadee0
#aad5e0
#aabfe0
#aaade0
#bdaae0

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

#aabfe0
#bfe0aa
#e0aabf

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

#aabfe0
#e0aabf
#e0cbaa
#aae0cb

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

#aabfe0
#e0aada
#e0cbaa
#aae0b0

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 #aabfe0

#33558b
#406cb1
#5f87c5
#85a3d2
#aabfe0
#cfdbee
#f5f7fb
#ffffff
#ffffff

Tints of #aabfe0 Color

#aabfe0
#b3c6e3
#bccde6
#c6d4ea
#cfdbed
#d9e2f1
#e2e9f4
#ecf0f8
#f5f7fb
#ffffff

Shades of #aabfe0 color code

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

#aabfe0
#97a9c7
#8494ae
#717f95
#5e6a7c
#4b5463
#383f4a
#252a31
#121518
#000000

Tones

#aabfe0
#b6c2d4
#c1c4c9
#c5c5c5
#c5c5c5

Tones

Similar Color like #aabfe0 color

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

#abc0e1
#acc1e2
#adc2e3
#aec3e4
#afc4e5
#b0c5e6
#b1c6e7
#b2c7e8
#b3c8e9
#b4c9ea
#b5caeb
#b6cbec
#b7cced
#b8cdee
#a9bedf
#a8bdde
#a7bcdd
#a6bbdc
#a5badb
#a4b9da
#a3b8d9
#a2b7d8
#a1b6d7
#a0b5d6
#9fb4d5
#9eb3d4
#9db2d3
#9cb1d2

Download this Light Blue

Hex #aabfe0 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.

#aabfe0 Color Code Preview on Black Background Color

This is how #aabfe0 Color will look on black background color. Color contrast ratio is 11.24

#aabfe0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabfe0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabfe0

#aabfe0 color code is use for CSS Background Color

Background color for the above div is #aabfe0

HTML with inline CSS

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

#aabfe0 color code is use for CSS Border Color

CSS Border color for the above div is #aabfe0

HTML with inline CSS

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

CSS Border Left color for the above div is #aabfe0

HTML with inline CSS

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

CSS Border Right color for the above div is #aabfe0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aabfe0

HTML with inline CSS

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

CSS Border Top color for the above div is #aabfe0

HTML with inline CSS

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

#aabfe0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aabfe0 Color code Preview on White Background

This is how #aabfe0 Color code will look on white background color. Color contrast ratio is 1.87

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 #aabfe0; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aabfe0; }

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(170,191,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,203,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,191,224,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }