crispedge.com

Color picker

Loading...

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

#9dcaef hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9dcaef Color code in RGB color code model is created after adding 61.57% red color, 79.22% green color and 93.73% blue color. Hex #9dcaef Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 15% magenta, 0% yellow and 6% black.

Hex #9dcaef color code is between #99ccee web safe hex color code and #aabbff web safe hex color code. #99ccee is the nearest web safe color code. You can see here many more shades of #9dcaef color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9dcaef#9dcaef
RGB Decimal157, 202, 239rgb(157, 202, 239)
RGB Percent62%, 79%, 94%rgb(62%, 79%, 94%)
CSS RGBa157, 202, 239,1rgba(157,202,239,1)
CMYK Modelcmyk(34%,15%,0%,6%)
HSL Color Space207,72% ,78%hsl(207,72% ,78%)
HSV Color Space207°, 34%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011100101011101111
Octal235312357
Decimal157202239
Hex9dcaef

Different shades of #9dcaef color code.

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

Light Shade of #9dcaef
#c9e2f6
Dark Shade of #9dcaef
#71b2e8
Saturated Shade of #9dcaef
#97cbf5
Desaturated Shade of #9dcaef
#a3c9e9
Grey scale Shade of #9dcaef
#c6c6c6
Brighten Shade
#b6e3ff
Most Readable Shade
#000000

Shades of #9dcaef color code

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

#9dcaef
#8bb3d4
#7a9db9
#68869f
#577084
#45596a
#34434f
#222c35
#11161a
#000000

Similar Color like #9dcaef color

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

#9ecbf0
#9fccf1
#a0cdf2
#a1cef3
#a2cff4
#a3d0f5
#a4d1f6
#a5d2f7
#a6d3f8
#a7d4f9
#a8d5fa
#a9d6fb
#aad7fc
#abd8fd
#9cc9ee
#9bc8ed
#9ac7ec
#99c6eb
#98c5ea
#97c4e9
#96c3e8
#95c2e7
#94c1e6
#93c0e5
#92bfe4
#91bee3
#90bde2
#8fbce1

Monochromatic Color with #9dcaef

#9dcaef
#11161a
#2d3a45
#495e6f
#65829a
#81a6c4

Tints of #9dcaef Color

#9dcaef
#a7cff0
#b2d5f2
#bddbf4
#c8e1f6
#d3e7f7
#deedf9
#e9f3fb
#f4f9fd
#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

#9dcaef
#efc29d

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

Split Complementary

#9dcaef
#ef9da1
#efeb9d

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

Analogous Color

#9debef
#9ddaef
#9dcaef
#9dbaef
#9da9ef

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

#9dcaef
#ef9dca
#caef9d

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

#9dcaef
#eb9def
#efc29d
#a1ef9d

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

#9dcaef
#efc29d
#efeb9d
#9da1ef

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

#9dcaef Color Code Preview on Black Background Color

This is how #9dcaef Color will look on black background color. Color contrast ratio is 12.13

#9dcaef in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9dcaef color code is use for CSS Background Color

Background color for the above div is #9dcaef

HTML with inline CSS

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

#9dcaef color code is use for CSS Border Color

CSS Border color for the above div is #9dcaef

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9dcaef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9dcaef Color code Preview on White Background

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

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

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,202,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,194,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(157,202,239,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.