crispedge.com

Color picker

Loading...

#80afd4 hex color - Blue - Cool color - Information

#80afd4 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #80afd4 Color code in RGB color code model is created after adding 50.2% red color, 68.63% green color and 83.14% blue color. Hex #80afd4 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 17% magenta, 0% yellow and 17% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code80afd4#80afd4
RGB Decimal128, 175, 212rgb(128, 175, 212)
RGB Percent50%, 69%, 83%rgb(50%, 69%, 83%)
CSS RGBa128, 175, 212,1rgba(128,175,212,1)
CMYK Modelcmyk(40%,17%,0%,17%)
HSL Color Space206,49% ,67%hsl(206,49% ,67%)
HSV Color Space206°, 40%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000001010111111010100
Octal200257324
Decimal128175212
Hex80afd4

Different shades of #80afd4 color code.

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

Light Shade of #80afd4
#a6c7e1
Dark Shade of #80afd4
#5a97c7
Saturated Shade of #80afd4
#77b0dc
Desaturated Shade of #80afd4
#88aecb
Grey scale Shade of #80afd4
#aaaaaa
Brighten Shade
#99c8ed
Most Readable Shade
#000000

Shades of #80afd4 color code

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

#80afd4
#719bbc
#6388a4
#55748d
#476175
#384d5e
#2a3a46
#1c262f
#0e1317
#000000

Similar Color like #80afd4 color

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

#81b0d5
#82b1d6
#83b2d7
#84b3d8
#85b4d9
#86b5da
#87b6db
#88b7dc
#89b8dd
#8ab9de
#8bbadf
#8cbbe0
#8dbce1
#8ebde2
#7faed3
#7eadd2
#7dacd1
#7cabd0
#7baacf
#7aa9ce
#79a8cd
#78a7cc
#77a6cb
#76a5ca
#75a4c9
#74a3c8
#73a2c7
#72a1c6

Monochromatic Color with #80afd4

#80afd4
#9ad2fe
#19232a
#334654
#4d697f
#668ca9

Tints of #80afd4 Color

#80afd4
#8eb7d8
#9cc0dd
#aac9e2
#b8d2e7
#c6dbeb
#d4e4f0
#e2edf5
#f0f6fa
#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

#80afd4
#d4a580

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

Split Complementary

#80afd4
#d48085
#d4cf80

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

Analogous Color

#80d1d4
#80c0d4
#80afd4
#809ed4
#808dd4

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

#80afd4
#d480af
#afd480

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

#80afd4
#cf80d4
#d4a580
#85d480

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

Double Complementary Color

#80afd4
#d4a580
#d4cf80
#8085d4

Double Complementary 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).

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

#80afd4 Color Code Preview on Black Background Color

This is how #80afd4 Color will look on black background color. Color contrast ratio is 9.00

#80afd4 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#80afd4 color code is use for CSS Background Color

Background color for the above div is #80afd4

HTML with inline CSS

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

#80afd4 color code is use for CSS Border Color

CSS Border color for the above div is #80afd4

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#80afd4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#80afd4 Color code Preview on White Background

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

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(128,175,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(212,165,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(128,175,212,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.