Skip to main content Skip to docs navigation

#31aedc hex color - Blue - Cool color - Information

On this page
@
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 Hue/Base color: Blue

Hex #31aedc Color code in RGB color code model is created after adding 19.22% red color, 68.24% green color and 86.27% blue color. Hex #31aedc Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 21% magenta, 0% yellow and 13.73% black.

Hex #31aedc color code is between #33aadd web safe hex color code and #22bbcc web safe hex color code. #33aadd is the nearest web safe color code. You can see here many more shades of #31aedc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 31aedc #31aedc
RGB Decimal 49, 174, 220 rgb(49, 174, 220)
RGB Percent 19%, 68%, 86% rgb(19%, 68%, 86%)
CSS RGBa 49, 174, 220,1 rgba(49,174,220,1)
CMYK Model cmyk(78%,21%,0%,13.73%)
HSL Color Space 196,71% ,53% hsl(196,71% ,53%)
HSV Color Space 196°, 78%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110001 10101110 11011100
Octal 61 256 334
Decimal 49 174 220
Hex 31 ae dc

Different shades of #31aedc color code.

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

Light Shade of #31aedc
#5dbfe3
Dark Shade of #31aedc
#2091ba
Saturated Shade of #31aedc
#25b4e8
Desaturated Shade of #31aedc
#3da8d0
Grey scale Shade of #31aedc
#868686
Brighten Shade
#4ac7f5
Most Readable Shade
#000000

Shades of #31aedc color code

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

#31aedc
#2b9ac3
#2687ab
#207492
#1b607a
#154d61
#103a49
#0a2630
#051318
#000000

Similar Color like #31aedc color

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

#32afdd
#33b0de
#34b1df
#35b2e0
#36b3e1
#37b4e2
#38b5e3
#39b6e4
#3ab7e5
#3bb8e6
#3cb9e7
#3dbae8
#3ebbe9
#3fbcea
#30addb
#2facda
#2eabd9
#2daad8
#2ca9d7
#2ba8d6
#2aa7d5
#29a6d4
#28a5d3
#27a4d2
#26a3d1
#25a2d0
#24a1cf
#23a0ce

Monochromatic Color with #31aedc

#31aedc
#020607
#0b2832
#15495c
#1e6b87
#288cb1

Tints of #31aedc Color

#31aedc
#47b7df
#5ec0e3
#75c9e7
#8cd2eb
#a3dbef
#bae4f3
#d1edf7
#e8f6fb
#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

#31aedc
#dc5f31

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

Split Complementary

#31aedc
#dc3159
#dcb531

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

Analogous Color

#31dcc6
#31d0dc
#31aedc
#318cdc
#316adc

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

#31aedc
#dc31ae
#aedc31

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

#31aedc
#b431dc
#dc5f31
#58dc31

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

#31aedc
#dc5f31
#dcb531
#3159dc

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 #31aedc 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.

#31aedc Color Code Preview on Black Background Color

This is how #31aedc Color will look on black background color. Color contrast ratio is 8.22

#31aedc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31aedc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31aedc

#31aedc color code is use for CSS Background Color

Background color for the above div is #31aedc

HTML with inline CSS

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

#31aedc color code is use for CSS Border Color

CSS Border color for the above div is #31aedc

HTML with inline CSS

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

CSS Border Left color for the above div is #31aedc

HTML with inline CSS

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

CSS Border Right color for the above div is #31aedc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #31aedc

HTML with inline CSS

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

CSS Border Top color for the above div is #31aedc

HTML with inline CSS

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

#31aedc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#31aedc Color code Preview on White Background

This is how #31aedc Color code will look on white background color. Color contrast ratio is 2.56

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

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(49,174,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,95,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(49,174,220,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.