crispedge.com

Color picker

Loading...

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

#9cd1eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9cd1eb Color code in RGB color code model is created after adding 61.18% red color, 81.96% green color and 92.16% blue color. Hex #9cd1eb Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 11% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9cd1eb#9cd1eb
RGB Decimal156, 209, 235rgb(156, 209, 235)
RGB Percent61%, 82%, 92%rgb(61%, 82%, 92%)
CSS RGBa156, 209, 235,1rgba(156,209,235,1)
CMYK Modelcmyk(34%,11%,0%,8%)
HSL Color Space200,66% ,77%hsl(200,66% ,77%)
HSV Color Space200°, 34%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111001101000111101011
Octal234321353
Decimal156209235
Hex9cd1eb

Different shades of #9cd1eb color code.

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

Light Shade of #9cd1eb
#c6e5f4
Dark Shade of #9cd1eb
#72bde2
Saturated Shade of #9cd1eb
#96d3f1
Desaturated Shade of #9cd1eb
#a2cfe5
Grey scale Shade of #9cd1eb
#c3c3c3
Brighten Shade
#b5eaff
Most Readable Shade
#000000

Shades of #9cd1eb color code

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

#9cd1eb
#8ab9d0
#79a2b6
#688b9c
#567482
#455c68
#34454e
#222e34
#11171a
#000000

Similar Color like #9cd1eb color

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

#9dd2ec
#9ed3ed
#9fd4ee
#a0d5ef
#a1d6f0
#a2d7f1
#a3d8f2
#a4d9f3
#a5daf4
#a6dbf5
#a7dcf6
#a8ddf7
#a9def8
#aadff9
#9bd0ea
#9acfe9
#99cee8
#98cde7
#97cce6
#96cbe5
#95cae4
#94c9e3
#93c8e2
#92c7e1
#91c6e0
#90c5df
#8fc4de
#8ec3dd

Monochromatic Color with #9cd1eb

#9cd1eb
#0f1416
#2b3a41
#47606b
#648596
#80abc0

Tints of #9cd1eb Color

#9cd1eb
#a7d6ed
#b2dbef
#bde0f1
#c8e5f3
#d3eaf6
#deeff8
#e9f4fa
#f4f9fc
#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

#9cd1eb
#ebb69c

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

Split Complementary

#9cd1eb
#eb9caa
#ebde9c

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

Analogous Color

#9cebe5
#9ce1eb
#9cd1eb
#9cc1eb
#9cb1eb

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

#9cd1eb
#eb9cd1
#d1eb9c

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

#9cd1eb
#dd9ceb
#ebb69c
#a9eb9c

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

#9cd1eb
#ebb69c
#ebde9c
#9caaeb

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

#9cd1eb Color Code Preview on Black Background Color

This is how #9cd1eb Color will look on black background color. Color contrast ratio is 12.73

#9cd1eb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9cd1eb color code is use for CSS Background Color

Background color for the above div is #9cd1eb

HTML with inline CSS

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

#9cd1eb color code is use for CSS Border Color

CSS Border color for the above div is #9cd1eb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9cd1eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9cd1eb Color code Preview on White Background

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

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

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(156,209,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,182,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(156,209,235,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.