crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#80dbe7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #80dbe7 Color code in RGB color code model is created after adding 50.2% red color, 85.88% green color and 90.59% blue color. Hex #80dbe7 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 5% magenta, 0% yellow and 9% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code80dbe7#80dbe7
RGB Decimal128, 219, 231rgb(128, 219, 231)
RGB Percent50%, 86%, 91%rgb(50%, 86%, 91%)
CSS RGBa128, 219, 231,1rgba(128,219,231,1)
CMYK Modelcmyk(45%,5%,0%,9%)
HSL Color Space187,68% ,70%hsl(187,68% ,70%)
HSV Color Space187°, 45%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000001101101111100111
Octal200333347
Decimal128219231
Hex80dbe7

Different shades of #80dbe7 color code.

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

Light Shade of #80dbe7
#abe7ef
Dark Shade of #80dbe7
#55cfdf
Saturated Shade of #80dbe7
#78e1ef
Desaturated Shade of #80dbe7
#88d5df
Grey scale Shade of #80dbe7
#b3b3b3
Brighten Shade
#99f4ff
Most Readable Shade
#000000

Shades of #80dbe7 color code

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

#80dbe7
#71c2cd
#63aab3
#55929a
#477980
#386166
#2a494d
#1c3033
#0e1819
#000000

Similar Color like #80dbe7 color

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

#81dce8
#82dde9
#83deea
#84dfeb
#85e0ec
#86e1ed
#87e2ee
#88e3ef
#89e4f0
#8ae5f1
#8be6f2
#8ce7f3
#8de8f4
#8ee9f5
#7fdae6
#7ed9e5
#7dd8e4
#7cd7e3
#7bd6e2
#7ad5e1
#79d4e0
#78d3df
#77d2de
#76d1dd
#75d0dc
#74cfdb
#73ceda
#72cdd9

Monochromatic Color with #80dbe7

#80dbe7
#0a1212
#223a3d
#396267
#518a92
#68b3bc

Tints of #80dbe7 Color

#80dbe7
#8edfe9
#9ce3ec
#aae7ef
#b8ebf1
#c6eff4
#d4f3f7
#e2f7f9
#f0fbfc
#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

#80dbe7
#e78c80

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

Split Complementary

#80dbe7
#e780a8
#e7c080

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

Analogous Color

#80e7ca
#80e7de
#80dbe7
#80c6e7
#80b2e7

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

#80dbe7
#e780db
#dbe780

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

#80dbe7
#bf80e7
#e78c80
#a7e780

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

#80dbe7
#e78c80
#e7c080
#80a8e7

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 #80dbe7 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.

#80dbe7 Color Code Preview on Black Background Color

This is how #80dbe7 Color will look on black background color. Color contrast ratio is 13.20

#80dbe7 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#80dbe7 color code is use for CSS Background Color

Background color for the above div is #80dbe7

HTML with inline CSS

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

#80dbe7 color code is use for CSS Border Color

CSS Border color for the above div is #80dbe7

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#80dbe7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#80dbe7 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.