crispedge.com

Color picker

Loading...

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

#9fdaed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9fdaed Color code in RGB color code model is created after adding 62.35% red color, 85.49% green color and 92.94% blue color. Hex #9fdaed Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 8% magenta, 0% yellow and 7% black.

Hex #9fdaed color code is between #99ddee web safe hex color code and #aaccdd web safe hex color code. #99ddee is the nearest web safe color code. You can see here many more shades of #9fdaed color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code9fdaed#9fdaed
RGB Decimal159, 218, 237rgb(159, 218, 237)
RGB Percent62%, 85%, 93%rgb(62%, 85%, 93%)
CSS RGBa159, 218, 237,1rgba(159,218,237,1)
CMYK Modelcmyk(33%,8%,0%,7%)
HSL Color Space195,68% ,78%hsl(195,68% ,78%)
HSV Color Space195°, 33%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111111101101011101101
Octal237332355
Decimal159218237
Hex9fdaed

Different shades of #9fdaed color code.

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

Light Shade of #9fdaed
#caebf5
Dark Shade of #9fdaed
#74c9e5
Saturated Shade of #9fdaed
#99ddf3
Desaturated Shade of #9fdaed
#a5d7e7
Grey scale Shade of #9fdaed
#c6c6c6
Brighten Shade
#b8f3ff
Most Readable Shade
#000000

Shades of #9fdaed color code

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

#9fdaed
#8dc1d2
#7ba9b8
#6a919e
#587983
#466069
#35484f
#233034
#11181a
#000000

Similar Color like #9fdaed color

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

#a0dbee
#a1dcef
#a2ddf0
#a3def1
#a4dff2
#a5e0f3
#a6e1f4
#a7e2f5
#a8e3f6
#a9e4f7
#aae5f8
#abe6f9
#ace7fa
#ade8fb
#9ed9ec
#9dd8eb
#9cd7ea
#9bd6e9
#9ad5e8
#99d4e7
#98d3e6
#97d2e5
#96d1e4
#95d0e3
#94cfe2
#93cee1
#92cde0
#91ccdf

Monochromatic Color with #9fdaed

#9fdaed
#101718
#2d3e43
#49656d
#668c98
#82b3c2

Tints of #9fdaed Color

#9fdaed
#a9deef
#b4e2f1
#bfe6f3
#c9eaf5
#d4eef7
#dff2f9
#e9f6fb
#f4fafd
#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

#9fdaed
#edb29f

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

Split Complementary

#9fdaed
#ed9fb3
#edd99f

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

Analogous Color

#9fede1
#9feaed
#9fdaed
#9fcaed
#9fbbed

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

#9fdaed
#ed9fda
#daed9f

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

#9fdaed
#d99fed
#edb29f
#b3ed9f

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

#9fdaed
#edb29f
#edd99f
#9fb3ed

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

#9fdaed Color Code Preview on Black Background Color

This is how #9fdaed Color will look on black background color. Color contrast ratio is 13.73

#9fdaed in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9fdaed color code is use for CSS Background Color

Background color for the above div is #9fdaed

HTML with inline CSS

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

#9fdaed color code is use for CSS Border Color

CSS Border color for the above div is #9fdaed

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9fdaed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9fdaed Color code Preview on White Background

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

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

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(159,218,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,178,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(159,218,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.