Skip to main content Skip to docs navigation

#80abfc 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 French Sky Blue and its hex is #77B5FE Nearest Color Name

Color Hue/Base color: Blue

Hex #80abfc Color code in RGB color code model is created after adding 50.2% red color, 67.06% green color and 98.82% blue color. Hex #80abfc Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 32% magenta, 0% yellow and 1.18% black.

Hex #80abfc color code is between #88aaff web safe hex color code and #77bbee web safe hex color code. #88aaff is the nearest web safe color code. You can see here many more shades of #80abfc color code.

RGB Chart

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

Color Table

Hex Color Code 80abfc #80abfc
RGB Decimal 128, 171, 252 128, 171, 252
RGB Percent 50%, 67%, 99% rgb(50%, 67%, 99%)
CSS RGBa 128, 171, 252,1 rgba(128,171,252,1)
CMYK Model cmyk(49%,32%,0%,1.18%)
HSL Color Space 219,95% ,75% hsl(219,95% ,75%)
HSV Color Space 219°, 49%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000000 10101011 11111100
Octal 200 253 374
Decimal 128 171 252
Hex 80 ab fc

Different shades of #80abfc color code.

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

Darkest of #80abfc
#0550de
Darker of #80abfc
#1c69fa
Dark of #80abfc
#4e8afb
Base of #80abfc
#80abfc
Light of #80abfc
#b2ccfd
Lighter
#e4edfe
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

#80abfc
#fcd180

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

Split Complementary

#80abfc
#fc9380
#e9fc80

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

Analogous Color

#80f3fc
#80dffc
#80abfc
#8082fc
#b280fc

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

#80abfc
#abfc80
#fc80ab

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

#80abfc
#fc80ab
#fcd180
#80fcd1

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

#80abfc
#fc80e9
#fcd180
#80fc93

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 #80abfc

#043eac
#0550de
#1c69fa
#4e8afb
#80abfc
#b2ccfd
#e4edfe
#ffffff
#ffffff

Tints of #80abfc Color

#80abfc
#8eb4fc
#9cbdfc
#aac7fd
#b8d0fd
#c6d9fd
#d4e3fe
#e2ecfe
#f0f5fe
#ffffff

Shades of #80abfc color code

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

#80abfc
#7198e0
#6385c4
#5572a8
#475f8c
#384c70
#2a3954
#1c2638
#0e131c
#000000

Tones

#80abfc
#8dafef
#9ab3e2
#a7b7d5
#b4bbc8

Tones

Similar Color like #80abfc color

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

#81acfd
#82adfe
#83aeff
#84afff
#85b0ff
#86b1ff
#87b2ff
#88b3ff
#89b4ff
#8ab5ff
#8bb6ff
#8cb7ff
#8db8ff
#8eb9ff
#7faafb
#7ea9fa
#7da8f9
#7ca7f8
#7ba6f7
#7aa5f6
#79a4f5
#78a3f4
#77a2f3
#76a1f2
#75a0f1
#749ff0
#739eef
#729dee

Download this Light Blue

Hex #80abfc 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.

#80abfc Color Code Preview on Black Background Color

This is how #80abfc Color will look on black background color. Color contrast ratio is 9.15

#80abfc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #80abfc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #80abfc

#80abfc color code is use for CSS Background Color

Background color for the above div is #80abfc

HTML with inline CSS

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

#80abfc color code is use for CSS Border Color

CSS Border color for the above div is #80abfc

HTML with inline CSS

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

CSS Border Left color for the above div is #80abfc

HTML with inline CSS

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

CSS Border Right color for the above div is #80abfc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #80abfc

HTML with inline CSS

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

CSS Border Top color for the above div is #80abfc

HTML with inline CSS

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

#80abfc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#80abfc Color code Preview on White Background

This is how #80abfc Color code will look on white background color. Color contrast ratio is 2.30

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

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