Skip to main content Skip to docs navigation

#abdbfd 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 Droplet and its hex is #AADDFF Nearest Color Name

Color Hue/Base color: Blue

Hex #abdbfd Color code in RGB color code model is created after adding 67.06% red color, 85.88% green color and 99.22% blue color. Hex #abdbfd Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 13% magenta, 0% yellow and 0.78% black.

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

RGB Chart

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

Color Table

Hex Color Code abdbfd #abdbfd
RGB Decimal 171, 219, 253 171, 219, 253
RGB Percent 67%, 86%, 99% rgb(67%, 86%, 99%)
CSS RGBa 171, 219, 253,1 rgba(171,219,253,1)
CMYK Model cmyk(32%,13%,0%,0.78%)
HSL Color Space 205,95% ,83% hsl(205,95% ,83%)
HSV Color Space 205°, 32%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101011 11011011 11111101
Octal 253 333 375
Decimal 171 219 253
Hex ab db fd

Different shades of #abdbfd color code.

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

Darkest of #abdbfd
#169bf9
Darker of #abdbfd
#47b0fb
Dark of #abdbfd
#79c6fc
Base of #abdbfd
#abdbfd
Light of #abdbfd
#ddf0fe
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

#abdbfd
#fdcdab

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

Split Complementary

#abdbfd
#fdabb2
#fdf6ab

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

Analogous Color

#abfdef
#abfdfd
#abdbfd
#abc0fd
#b9abfd

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

#abdbfd
#dbfdab
#fdabdb

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

#abdbfd
#fdabdb
#fdcdab
#abfdcd

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

#abdbfd
#f6abfd
#fdcdab
#b2fdab

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

#0580d7
#169bf9
#47b0fb
#79c6fc
#abdbfd
#ddf0fe
#ffffff
#ffffff
#ffffff

Tints of #abdbfd Color

#abdbfd
#b4dffd
#bde3fd
#c7e7fd
#d0ebfd
#d9effe
#e3f3fe
#ecf7fe
#f5fbfe
#ffffff

Shades of #abdbfd color code

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

#abdbfd
#98c2e0
#85aac4
#7292a8
#5f798c
#4c6170
#394954
#263038
#13181c
#000000

Tones

#abdbfd
#b4daf4
#bcd8ec
#c5d7e3
#cdd5db

Tones

Similar Color like #abdbfd color

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

#acdcfe
#adddff
#aedeff
#afdfff
#b0e0ff
#b1e1ff
#b2e2ff
#b3e3ff
#b4e4ff
#b5e5ff
#b6e6ff
#b7e7ff
#b8e8ff
#b9e9ff
#aadafc
#a9d9fb
#a8d8fa
#a7d7f9
#a6d6f8
#a5d5f7
#a4d4f6
#a3d3f5
#a2d2f4
#a1d1f3
#a0d0f2
#9fcff1
#9ecef0
#9dcdef

Download this Light Blue

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

#abdbfd Color Code Preview on Black Background Color

This is how #abdbfd Color will look on black background color. Color contrast ratio is 14.28

#abdbfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abdbfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abdbfd

#abdbfd color code is use for CSS Background Color

Background color for the above div is #abdbfd

HTML with inline CSS

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

#abdbfd color code is use for CSS Border Color

CSS Border color for the above div is #abdbfd

HTML with inline CSS

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

CSS Border Left color for the above div is #abdbfd

HTML with inline CSS

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

CSS Border Right color for the above div is #abdbfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abdbfd

HTML with inline CSS

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

CSS Border Top color for the above div is #abdbfd

HTML with inline CSS

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

#abdbfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abdbfd Color code Preview on White Background

This is how #abdbfd Color code will look on white background color. Color contrast ratio is 1.47

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

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(171,219,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,205,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,219,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }