crispedge.com

Color picker

Loading...

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

#9dc9da hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9dc9da Color code in RGB color code model is created after adding 61.57% red color, 78.82% green color and 85.49% blue color. Hex #9dc9da Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 8% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9dc9da#9dc9da
RGB Decimal157, 201, 218rgb(157, 201, 218)
RGB Percent62%, 79%, 85%rgb(62%, 79%, 85%)
CSS RGBa157, 201, 218,1rgba(157,201,218,1)
CMYK Modelcmyk(28%,8%,0%,15%)
HSL Color Space197,45% ,74%hsl(197,45% ,74%)
HSV Color Space197°, 28%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011100100111011010
Octal235311332
Decimal157201218
Hex9dc9da

Different shades of #9dc9da color code.

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

Light Shade of #9dc9da
#c2dde8
Dark Shade of #9dc9da
#78b5cc
Saturated Shade of #9dc9da
#96cce1
Desaturated Shade of #9dc9da
#a4c6d3
Grey scale Shade of #9dc9da
#bbbbbb
Brighten Shade
#b6e2f3
Most Readable Shade
#000000

Shades of #9dc9da color code

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

#9dc9da
#8bb2c1
#7a9ca9
#688691
#576f79
#455960
#344348
#222c30
#111618
#000000

Similar Color like #9dc9da color

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

#9ecadb
#9fcbdc
#a0ccdd
#a1cdde
#a2cedf
#a3cfe0
#a4d0e1
#a5d1e2
#a6d2e3
#a7d3e4
#a8d4e5
#a9d5e6
#aad6e7
#abd7e8
#9cc8d9
#9bc7d8
#9ac6d7
#99c5d6
#98c4d5
#97c3d4
#96c2d3
#95c1d2
#94c0d1
#93bfd0
#92becf
#91bdce
#90bccd
#8fbbcc

Monochromatic Color with #9dc9da

#9dc9da
#040505
#232c30
#41535a
#607b85
#7ea2af

Tints of #9dc9da Color

#9dc9da
#a7cfde
#b2d5e2
#bddbe6
#c8e1ea
#d3e7ee
#deedf2
#e9f3f6
#f4f9fa
#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

#9dc9da
#daae9d

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

Split Complementary

#9dc9da
#da9dab
#dacc9d

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

Analogous Color

#9ddad3
#9dd5da
#9dc9da
#9dbdda
#9db1da

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

#9dc9da
#da9dc9
#c9da9d

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

#9dc9da
#cc9dda
#daae9d
#aada9d

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

#9dc9da
#daae9d
#dacc9d
#9dabda

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

#9dc9da Color Code Preview on Black Background Color

This is how #9dc9da Color will look on black background color. Color contrast ratio is 11.80

#9dc9da in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9dc9da color code is use for CSS Background Color

Background color for the above div is #9dc9da

HTML with inline CSS

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

#9dc9da color code is use for CSS Border Color

CSS Border color for the above div is #9dc9da

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9dc9da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9dc9da Color code Preview on White Background

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

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

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(157,201,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,174,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(157,201,218,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.