crispedge.com

Color picker

Loading...

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

#9cdfde hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9cdfde Color code in RGB color code model is created after adding 61.18% red color, 87.45% green color and 87.06% blue color. Hex #9cdfde Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 0% magenta, 0% yellow and 13% black.

Hex #9cdfde color code is between #99dddd web safe hex color code and #aaeeee web safe hex color code. #99dddd is the nearest web safe color code. You can see here many more shades of #9cdfde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9cdfde#9cdfde
RGB Decimal156, 223, 222rgb(156, 223, 222)
RGB Percent61%, 87%, 87%rgb(61%, 87%, 87%)
CSS RGBa156, 223, 222,1rgba(156,223,222,1)
CMYK Modelcmyk(30%,0%,0%,13%)
HSL Color Space179,51% ,74%hsl(179,51% ,74%)
HSV Color Space179°, 30%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111001101111111011110
Octal234337336
Decimal156223222
Hex9cdfde

Different shades of #9cdfde color code.

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

Light Shade of #9cdfde
#c3ebeb
Dark Shade of #9cdfde
#75d3d1
Saturated Shade of #9cdfde
#95e6e4
Desaturated Shade of #9cdfde
#a3d8d8
Grey scale Shade of #9cdfde
#bdbdbd
Brighten Shade
#b5f8f7
Most Readable Shade
#000000

Shades of #9cdfde color code

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

#9cdfde
#8ac6c5
#79adac
#689494
#567b7b
#456362
#344a4a
#223131
#111818
#000000

Similar Color like #9cdfde color

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

#9de0df
#9ee1e0
#9fe2e1
#a0e3e2
#a1e4e3
#a2e5e4
#a3e6e5
#a4e7e6
#a5e8e7
#a6e9e8
#a7eae9
#a8ebea
#a9eceb
#aaedec
#9bdedd
#9adddc
#99dcdb
#98dbda
#97dad9
#96d9d8
#95d8d7
#94d7d6
#93d6d5
#92d5d4
#91d4d3
#90d3d2
#8fd2d1
#8ed1d0

Monochromatic Color with #9cdfde

#9cdfde
#070a0a
#253535
#435f5f
#618a89
#7eb4b4

Tints of #9cdfde Color

#9cdfde
#a7e2e1
#b2e6e5
#bde9e9
#c8edec
#d3f0f0
#def4f4
#e9f7f7
#f4fbfb
#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

#9cdfde
#df9c9d

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

Split Complementary

#9cdfde
#df9cbf
#dfbd9c

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

Analogous Color

#9cdfc3
#9cdfd1
#9cdfde
#9cd3df
#9cc5df

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

#9cdfde
#de9cdf
#dfde9c

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

#9cdfde
#bc9cdf
#df9c9d
#bedf9c

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

#9cdfde
#df9c9d
#dfbd9c
#9cbfdf

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

#9cdfde Color Code Preview on Black Background Color

This is how #9cdfde Color will look on black background color. Color contrast ratio is 14.02

#9cdfde in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9cdfde color code is use for CSS Background Color

Background color for the above div is #9cdfde

HTML with inline CSS

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

#9cdfde color code is use for CSS Border Color

CSS Border color for the above div is #9cdfde

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9cdfde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9cdfde Color code Preview on White Background

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

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

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,223,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,156,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(156,223,222,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.