crispedge.com

Color picker

Loading...

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

#9dcdff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9dcdff Color code in RGB color code model is created after adding 61.57% red color, 80.39% green color and 100% blue color. Hex #9dcdff Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 20% magenta, 0% yellow and 0% black.

Hex #9dcdff 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 #9dcdff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9dcdff#9dcdff
RGB Decimal157, 205, 255rgb(157, 205, 255)
RGB Percent62%, 80%, 100%rgb(62%, 80%, 100%)
CSS RGBa157, 205, 255,1rgba(157,205,255,1)
CMYK Modelcmyk(38%,20%,0%,0%)
HSL Color Space211,100% ,81%hsl(211,100% ,81%)
HSV Color Space211°, 38%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011100110111111111
Octal235315377
Decimal157205255
Hex9dcdff

Different shades of #9dcdff color code.

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

Light Shade of #9dcdff
#d0e7ff
Dark Shade of #9dcdff
#6ab3ff
Saturated Shade of #9dcdff
#9dcdff
Desaturated Shade of #9dcdff
#a2cdfa
Grey scale Shade of #9dcdff
#cecece
Brighten Shade
#b6e6ff
Most Readable Shade
#000000

Shades of #9dcdff color code

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

#9dcdff
#8bb6e2
#7a9fc6
#6888aa
#57718d
#455b71
#344455
#222d38
#11161c
#000000

Similar Color like #9dcdff color

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

#9eceff
#9fcfff
#a0d0ff
#a1d1ff
#a2d2ff
#a3d3ff
#a4d4ff
#a5d5ff
#a6d6ff
#a7d7ff
#a8d8ff
#a9d9ff
#aadaff
#abdbff
#9cccfe
#9bcbfd
#9acafc
#99c9fb
#98c8fa
#97c7f9
#96c6f8
#95c5f7
#94c4f6
#93c3f5
#92c2f4
#91c1f3
#90c0f2
#8fbff1

Monochromatic Color with #9dcdff

#9dcdff
#1a222a
#344455
#4f6780
#6989aa
#83abd4

Tints of #9dcdff Color

#9dcdff
#a7d2ff
#b2d8ff
#bdddff
#c8e3ff
#d3e8ff
#deeeff
#e9f3ff
#f4f9ff
#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

#9dcdff
#ffcf9d

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

Split Complementary

#9dcdff
#ff9e9d
#feff9d

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

Analogous Color

#9df4ff
#9de1ff
#9dcdff
#9db9ff
#9da6ff

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

#9dcdff
#ff9dcd
#cdff9d

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

#9dcdff
#ff9dfe
#ffcf9d
#9dff9e

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

#9dcdff
#ffcf9d
#feff9d
#9e9dff

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

#9dcdff Color Code Preview on Black Background Color

This is how #9dcdff Color will look on black background color. Color contrast ratio is 12.61

#9dcdff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9dcdff color code is use for CSS Background Color

Background color for the above div is #9dcdff

HTML with inline CSS

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

#9dcdff color code is use for CSS Border Color

CSS Border color for the above div is #9dcdff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9dcdff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9dcdff Color code Preview on White Background

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

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

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,205,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,207,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(157,205,255,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.