crispedge.com

Color picker

Loading...

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

#9ec0df hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9ec0df Color code in RGB color code model is created after adding 61.96% red color, 75.29% green color and 87.45% blue color. Hex #9ec0df Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 14% magenta, 0% yellow and 13% black.

Hex #9ec0df color code is between #99bbdd web safe hex color code and #aaccee web safe hex color code. #99bbdd is the nearest web safe color code. You can see here many more shades of #9ec0df color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9ec0df#9ec0df
RGB Decimal158, 192, 223rgb(158, 192, 223)
RGB Percent62%, 75%, 87%rgb(62%, 75%, 87%)
CSS RGBa158, 192, 223,1rgba(158,192,223,1)
CMYK Modelcmyk(29%,14%,0%,13%)
HSL Color Space209,50% ,75%hsl(209,50% ,75%)
HSV Color Space209°, 29%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101100000011011111
Octal236300337
Decimal158192223
Hex9ec0df

Different shades of #9ec0df color code.

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

Light Shade of #9ec0df
#c4d9ec
Dark Shade of #9ec0df
#78a7d2
Saturated Shade of #9ec0df
#98c0e5
Desaturated Shade of #9ec0df
#a4c0d9
Grey scale Shade of #9ec0df
#bebebe
Brighten Shade
#b7d9f8
Most Readable Shade
#000000

Shades of #9ec0df color code

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

#9ec0df
#8caac6
#7a95ad
#698094
#576a7b
#465563
#34404a
#232a31
#111518
#000000

Similar Color like #9ec0df color

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

#9fc1e0
#a0c2e1
#a1c3e2
#a2c4e3
#a3c5e4
#a4c6e5
#a5c7e6
#a6c8e7
#a7c9e8
#a8cae9
#a9cbea
#aacceb
#abcdec
#acceed
#9dbfde
#9cbedd
#9bbddc
#9abcdb
#99bbda
#98bad9
#97b9d8
#96b8d7
#95b7d6
#94b6d5
#93b5d4
#92b4d3
#91b3d2
#90b2d1

Monochromatic Color with #9ec0df

#9ec0df
#07090a
#262e35
#44525f
#62778a
#809bb4

Tints of #9ec0df Color

#9ec0df
#a8c7e2
#b3cee6
#bed5e9
#c9dced
#d3e3f0
#deeaf4
#e9f1f7
#f4f8fb
#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

#9ec0df
#dfbd9e

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

Split Complementary

#9ec0df
#df9e9f
#dfde9e

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

Analogous Color

#9edadf
#9ecddf
#9ec0df
#9eb3df
#9ea6df

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

#9ec0df
#df9ec0
#c0df9e

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

#9ec0df
#dd9edf
#dfbd9e
#9fdf9e

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

#9ec0df
#dfbd9e
#dfde9e
#9e9fdf

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

#9ec0df Color Code Preview on Black Background Color

This is how #9ec0df Color will look on black background color. Color contrast ratio is 11.06

#9ec0df in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9ec0df color code is use for CSS Background Color

Background color for the above div is #9ec0df

HTML with inline CSS

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

#9ec0df color code is use for CSS Border Color

CSS Border color for the above div is #9ec0df

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9ec0df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ec0df Color code Preview on White Background

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

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

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(158,192,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,189,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(158,192,223,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.