@
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.

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

#5aafcc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5aafcc Color code in RGB color code model is created after adding 35.29% red color, 68.63% green color and 80% blue color. Hex #5aafcc Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 14% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5aafcc#5aafcc
RGB Decimal90, 175, 204rgb(90, 175, 204)
RGB Percent35%, 69%, 80%rgb(35%, 69%, 80%)
CSS RGBa90, 175, 204,1rgba(90,175,204,1)
CMYK Modelcmyk(56%,14%,0%,20%)
HSL Color Space195,53% ,58%hsl(195,53% ,58%)
HSV Color Space195°, 56%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110101010111111001100
Octal132257314
Decimal90175204
Hex5aafcc

Different shades of #5aafcc color code.

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

Light Shade of #5aafcc
#81c2d8
Dark Shade of #5aafcc
#3999ba
Saturated Shade of #5aafcc
#4fb4d7
Desaturated Shade of #5aafcc
#65aac1
Grey scale Shade of #5aafcc
#939393
Brighten Shade
#73c8e5
Most Readable Shade
#000000

Shades of #5aafcc color code

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

#5aafcc
#509bb5
#46889e
#3c7488
#326171
#284d5a
#1e3a44
#14262d
#0a1316
#000000

Similar Color like #5aafcc color

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

#5bb0cd
#5cb1ce
#5db2cf
#5eb3d0
#5fb4d1
#60b5d2
#61b6d3
#62b7d4
#63b8d5
#64b9d6
#65bad7
#66bbd8
#67bcd9
#68bdda
#59aecb
#58adca
#57acc9
#56abc8
#55aac7
#54a9c6
#53a8c5
#52a7c4
#51a6c3
#50a5c2
#4fa4c1
#4ea3c0
#4da2bf
#4ca1be

Monochromatic Color with #5aafcc

#5aafcc
#6dd3f6
#0f1d22
#22424c
#346677
#478ba1

Tints of #5aafcc Color

#5aafcc
#6cb7d1
#7ec0d7
#91c9dd
#a3d2e2
#b5dbe8
#c8e4ee
#daedf3
#ecf6f9
#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

#5aafcc
#cc775a

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

Split Complementary

#5aafcc
#cc5a76
#ccb05a

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

Analogous Color

#5accbb
#5ac6cc
#5aafcc
#5a98cc
#5a81cc

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

#5aafcc
#cc5aaf
#afcc5a

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

#5aafcc
#b05acc
#cc775a
#76cc5a

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

#5aafcc
#cc775a
#ccb05a
#5a76cc

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

#5aafcc Color Code Preview on Black Background Color

This is how #5aafcc Color will look on black background color. Color contrast ratio is 8.44

#5aafcc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5aafcc color code is use for CSS Background Color

Background color for the above div is #5aafcc

HTML with inline CSS

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

#5aafcc color code is use for CSS Border Color

CSS Border color for the above div is #5aafcc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5aafcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5aafcc Color code Preview on White Background

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

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

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,175,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,119,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(90,175,204,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.