crispedge.com

Color picker

Loading...

#5aabdd hex color - Blue - Cool color - Information

#5aabdd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5aabdd Color code in RGB color code model is created after adding 35.29% red color, 67.06% green color and 86.67% blue color. Hex #5aabdd Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 23% magenta, 0% yellow and 13% black.

Hex #5aabdd color code is between #55aacc web safe hex color code and #66bbee web safe hex color code. #55aacc is the nearest web safe color code. You can see here many more shades of #5aabdd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5aabdd#5aabdd
RGB Decimal90, 171, 221rgb(90, 171, 221)
RGB Percent35%, 67%, 87%rgb(35%, 67%, 87%)
CSS RGBa90, 171, 221,1rgba(90,171,221,1)
CMYK Modelcmyk(59%,23%,0%,13%)
HSL Color Space203,66% ,61%hsl(203,66% ,61%)
HSV Color Space203°, 59%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110101010101111011101
Octal132253335
Decimal90171221
Hex5aabdd

Different shades of #5aabdd color code.

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

Light Shade of #5aabdd
#84c1e6
Dark Shade of #5aabdd
#3095d4
Saturated Shade of #5aabdd
#50ade7
Desaturated Shade of #5aabdd
#64a9d3
Grey scale Shade of #5aabdd
#9b9b9b
Brighten Shade
#73c4f6
Most Readable Shade
#000000

Shades of #5aabdd color code

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

#5aabdd
#5098c4
#4685ab
#3c7293
#325f7a
#284c62
#1e3949
#142631
#0a1318
#000000

Similar Color like #5aabdd color

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

#5bacde
#5caddf
#5daee0
#5eafe1
#5fb0e2
#60b1e3
#61b2e4
#62b3e5
#63b4e6
#64b5e7
#65b6e8
#66b7e9
#67b8ea
#68b9eb
#59aadc
#58a9db
#57a8da
#56a7d9
#55a6d8
#54a5d7
#53a4d6
#52a3d5
#51a2d4
#50a1d3
#4fa0d2
#4e9fd1
#4d9ed0
#4c9dcf

Monochromatic Color with #5aabdd

#5aabdd
#030708
#152733
#26485d
#376988
#498ab3

Tints of #5aabdd Color

#5aabdd
#6cb4e0
#7ebde4
#91c7e8
#a3d0ec
#b5d9ef
#c8e3f3
#daecf7
#ecf5fb
#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

#5aabdd
#dd8c5a

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

Split Complementary

#5aabdd
#dd5a69
#ddce5a

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

Analogous Color

#5adddb
#5ac5dd
#5aabdd
#5a91dd
#5a77dd

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

#5aabdd
#dd5aab
#abdd5a

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

#5aabdd
#cd5add
#dd8c5a
#6add5a

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

#5aabdd
#dd8c5a
#ddce5a
#5a69dd

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 #5aabdd 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.

#5aabdd Color Code Preview on Black Background Color

This is how #5aabdd Color will look on black background color. Color contrast ratio is 8.30

#5aabdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5aabdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5aabdd

#5aabdd color code is use for CSS Background Color

Background color for the above div is #5aabdd

HTML with inline CSS

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

#5aabdd color code is use for CSS Border Color

CSS Border color for the above div is #5aabdd

HTML with inline CSS

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

CSS Border Left color for the above div is #5aabdd

HTML with inline CSS

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

CSS Border Right color for the above div is #5aabdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5aabdd

HTML with inline CSS

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

CSS Border Top color for the above div is #5aabdd

HTML with inline CSS

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

#5aabdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5aabdd Color code Preview on White Background

This is how #5aabdd Color code will look on white background color. Color contrast ratio is 2.53

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

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(90,171,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,140,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(90,171,221,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.