crispedge.com

Color picker

Loading...

#9baadc hex color - Blue - Cool color - Information

#9baadc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9baadc Color code in RGB color code model is created after adding 60.78% red color, 66.67% green color and 86.27% blue color. Hex #9baadc Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 23% magenta, 0% yellow and 14% black.

Hex #9baadc color code is between #9999dd web safe hex color code and #aabbcc web safe hex color code. #9999dd is the nearest web safe color code. You can see here many more shades of #9baadc color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code9baadc#9baadc
RGB Decimal155, 170, 220rgb(155, 170, 220)
RGB Percent61%, 67%, 86%rgb(61%, 67%, 86%)
CSS RGBa155, 170, 220,1rgba(155,170,220,1)
CMYK Modelcmyk(30%,23%,0%,14%)
HSL Color Space226,48% ,74%hsl(226,48% ,74%)
HSV Color Space226°, 30%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110111010101011011100
Octal233252334
Decimal155170220
Hex9baadc

Different shades of #9baadc color code.

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

Light Shade of #9baadc
#c1cae9
Dark Shade of #9baadc
#758acf
Saturated Shade of #9baadc
#94a6e3
Desaturated Shade of #9baadc
#a2aed5
Grey scale Shade of #9baadc
#bbbbbb
Brighten Shade
#b4c3f5
Most Readable Shade
#000000

Shades of #9baadc color code

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

#9baadc
#8997c3
#7884ab
#677192
#565e7a
#444b61
#333849
#222530
#111218
#000000

Similar Color like #9baadc color

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

#9cabdd
#9dacde
#9eaddf
#9faee0
#a0afe1
#a1b0e2
#a2b1e3
#a3b2e4
#a4b3e5
#a5b4e6
#a6b5e7
#a7b6e8
#a8b7e9
#a9b8ea
#9aa9db
#99a8da
#98a7d9
#97a6d8
#96a5d7
#95a4d6
#94a3d5
#93a2d4
#92a1d3
#91a0d2
#909fd1
#8f9ed0
#8e9dcf
#8d9cce

Monochromatic Color with #9baadc

#9baadc
#050607
#232732
#41475c
#5f6887
#7d89b1

Tints of #9baadc Color

#9baadc
#a6b3df
#b1bce3
#bcc6e7
#c7cfeb
#d2d9ef
#dde2f3
#e8ecf7
#f3f5fb
#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

#9baadc
#dccd9b

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

Split Complementary

#9baadc
#dcad9b
#cadc9b

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

Analogous Color

#9bc4dc
#9bb7dc
#9baadc
#9b9ddc
#a69bdc

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

#9baadc
#dc9baa
#aadc9b

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

#9baadc
#dc9bca
#dccd9b
#9bdcac

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

#9baadc
#dccd9b
#cadc9b
#ad9bdc

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 #9baadc 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.

#9baadc Color Code Preview on Black Background Color

This is how #9baadc Color will look on black background color. Color contrast ratio is 9.18

#9baadc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9baadc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9baadc

#9baadc color code is use for CSS Background Color

Background color for the above div is #9baadc

HTML with inline CSS

<div style="background-color:#9baadc;"></div>

#9baadc color code is use for CSS Border Color

CSS Border color for the above div is #9baadc

HTML with inline CSS

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

CSS Border Left color for the above div is #9baadc

HTML with inline CSS

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

CSS Border Right color for the above div is #9baadc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9baadc

HTML with inline CSS

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

CSS Border Top color for the above div is #9baadc

HTML with inline CSS

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

#9baadc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9baadc Color code Preview on White Background

This is how #9baadc Color code will look on white background color. Color contrast ratio is 2.29

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

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(155,170,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,205,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(155,170,220,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.