crispedge.com

Color picker

Loading...

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

#9baae0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9baae0 Color code in RGB color code model is created after adding 60.78% red color, 66.67% green color and 87.84% blue color. Hex #9baae0 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 24% magenta, 0% yellow and 12% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9baae0#9baae0
RGB Decimal155, 170, 224rgb(155, 170, 224)
RGB Percent61%, 67%, 88%rgb(61%, 67%, 88%)
CSS RGBa155, 170, 224,1rgba(155,170,224,1)
CMYK Modelcmyk(31%,24%,0%,12%)
HSL Color Space227,53% ,74%hsl(227,53% ,74%)
HSV Color Space227°, 31%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110111010101011100000
Octal233252340
Decimal155170224
Hex9baae0

Different shades of #9baae0 color code.

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

Light Shade of #9baae0
#c2cbec
Dark Shade of #9baae0
#7489d4
Saturated Shade of #9baae0
#94a6e7
Desaturated Shade of #9baae0
#a2aed9
Grey scale Shade of #9baae0
#bdbdbd
Brighten Shade
#b4c3f9
Most Readable Shade
#000000

Shades of #9baae0 color code

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

#9baae0
#8997c7
#7884ae
#677195
#565e7c
#444b63
#33384a
#222531
#111218
#000000

Similar Color like #9baae0 color

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

#9cabe1
#9dace2
#9eade3
#9faee4
#a0afe5
#a1b0e6
#a2b1e7
#a3b2e8
#a4b3e9
#a5b4ea
#a6b5eb
#a7b6ec
#a8b7ed
#a9b8ee
#9aa9df
#99a8de
#98a7dd
#97a6dc
#96a5db
#95a4da
#94a3d9
#93a2d8
#92a1d7
#91a0d6
#909fd5
#8f9ed4
#8e9dd3
#8d9cd2

Monochromatic Color with #9baae0

#9baae0
#08090b
#252936
#434960
#60698b
#7e8ab5

Tints of #9baae0 Color

#9baae0
#a6b3e3
#b1bce6
#bcc6ea
#c7cfed
#d2d9f1
#dde2f4
#e8ecf8
#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

#9baae0
#e0d19b

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

Split Complementary

#9baae0
#e0af9b
#cce09b

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

Analogous Color

#9bc6e0
#9bb8e0
#9baae0
#9b9ce0
#a89be0

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

#9baae0
#e09baa
#aae09b

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

#9baae0
#e09bcc
#e0d19b
#9be0ae

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

#9baae0
#e0d19b
#cce09b
#af9be0

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

#9baae0 Color Code Preview on Black Background Color

This is how #9baae0 Color will look on black background color. Color contrast ratio is 9.22

#9baae0 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9baae0 color code is use for CSS Background Color

Background color for the above div is #9baae0

HTML with inline CSS

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

#9baae0 color code is use for CSS Border Color

CSS Border color for the above div is #9baae0

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9baae0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9baae0 Color code Preview on White Background

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

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

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,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(224,209,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(155,170,224,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.