crispedge.com

Color picker

Loading...

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

#9bafbd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9bafbd Color code in RGB color code model is created after adding 60.78% red color, 68.63% green color and 74.12% blue color. Hex #9bafbd Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 7% magenta, 0% yellow and 26% black.

Hex #9bafbd color code is between #99aabb web safe hex color code and #aabbcc web safe hex color code. #99aabb is the nearest web safe color code. You can see here many more shades of #9bafbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9bafbd#9bafbd
RGB Decimal155, 175, 189rgb(155, 175, 189)
RGB Percent61%, 69%, 74%rgb(61%, 69%, 74%)
CSS RGBa155, 175, 189,1rgba(155,175,189,1)
CMYK Modelcmyk(18%,7%,0%,26%)
HSL Color Space205,20% ,67%hsl(205,20% ,67%)
HSV Color Space205°, 18%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110111010111110111101
Octal233257275
Decimal155175189
Hex9bafbd

Different shades of #9bafbd color code.

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

Light Shade of #9bafbd
#bac8d1
Dark Shade of #9bafbd
#7c96a9
Saturated Shade of #9bafbd
#93b0c5
Desaturated Shade of #9bafbd
#a3aeb5
Grey scale Shade of #9bafbd
#acacac
Brighten Shade
#b4c8d6
Most Readable Shade
#000000

Shades of #9bafbd color code

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

#9bafbd
#899ba8
#788893
#67747e
#566169
#444d54
#333a3f
#22262a
#111315
#000000

Similar Color like #9bafbd color

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

#9cb0be
#9db1bf
#9eb2c0
#9fb3c1
#a0b4c2
#a1b5c3
#a2b6c4
#a3b7c5
#a4b8c6
#a5b9c7
#a6bac8
#a7bbc9
#a8bcca
#a9bdcb
#9aaebc
#99adbb
#98acba
#97abb9
#96aab8
#95a9b7
#94a8b6
#93a7b5
#92a6b4
#91a5b3
#90a4b2
#8fa3b1
#8ea2b0
#8da1af

Monochromatic Color with #9bafbd

#9bafbd
#bed6e7
#101213
#32393d
#556068
#788892

Tints of #9bafbd Color

#9bafbd
#a6b7c4
#b1c0cb
#bcc9d3
#c7d2da
#d2dbe1
#dde4e9
#e8edf0
#f3f6f7
#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

#9bafbd
#bda99b

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

Split Complementary

#9bafbd
#bd9b9e
#bdba9b

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

Analogous Color

#9bbdbd
#9bb6bd
#9bafbd
#9ba8bd
#9ba1bd

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

#9bafbd
#bd9baf
#afbd9b

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

#9bafbd
#ba9bbd
#bda99b
#9ebd9b

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

#9bafbd
#bda99b
#bdba9b
#9b9ebd

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

#9bafbd Color Code Preview on Black Background Color

This is how #9bafbd Color will look on black background color. Color contrast ratio is 9.26

#9bafbd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9bafbd color code is use for CSS Background Color

Background color for the above div is #9bafbd

HTML with inline CSS

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

#9bafbd color code is use for CSS Border Color

CSS Border color for the above div is #9bafbd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9bafbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9bafbd Color code Preview on White Background

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

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

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,175,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,169,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(155,175,189,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.