crispedge.com

Color picker

Loading...

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

#9dccfc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9dccfc Color code in RGB color code model is created after adding 61.57% red color, 80% green color and 98.82% blue color. Hex #9dccfc Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 19% magenta, 0% yellow and 1% black.

Hex #9dccfc color code is between #99bbff web safe hex color code and #aaddee web safe hex color code. #99bbff is the nearest web safe color code. You can see here many more shades of #9dccfc color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code9dccfc#9dccfc
RGB Decimal157, 204, 252rgb(157, 204, 252)
RGB Percent62%, 80%, 99%rgb(62%, 80%, 99%)
CSS RGBa157, 204, 252,1rgba(157,204,252,1)
CMYK Modelcmyk(38%,19%,0%,1%)
HSL Color Space210,94% ,80%hsl(210,94% ,80%)
HSV Color Space210°, 38%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011100110011111100
Octal235314374
Decimal157204252
Hex9dccfc

Different shades of #9dccfc color code.

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

Light Shade of #9dccfc
#cee6fe
Dark Shade of #9dccfc
#6bb2fa
Saturated Shade of #9dccfc
#9accff
Desaturated Shade of #9dccfc
#a2ccf7
Grey scale Shade of #9dccfc
#cccccc
Brighten Shade
#b6e5ff
Most Readable Shade
#000000

Shades of #9dccfc color code

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

#9dccfc
#8bb5e0
#7a9ec4
#6888a8
#57718c
#455a70
#344454
#222d38
#11161c
#000000

Similar Color like #9dccfc color

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

#9ecdfd
#9fcefe
#a0cfff
#a1d0ff
#a2d1ff
#a3d2ff
#a4d3ff
#a5d4ff
#a6d5ff
#a7d6ff
#a8d7ff
#a9d8ff
#aad9ff
#abdaff
#9ccbfb
#9bcafa
#9ac9f9
#99c8f8
#98c7f7
#97c6f6
#96c5f5
#95c4f4
#94c3f3
#93c2f2
#92c1f1
#91c0f0
#90bfef
#8fbeee

Monochromatic Color with #9dccfc

#9dccfc
#192027
#334252
#4e657c
#6887a7
#83aad1

Tints of #9dccfc Color

#9dccfc
#a7d1fc
#b2d7fc
#bdddfd
#c8e2fd
#d3e8fd
#deeefe
#e9f3fe
#f4f9fe
#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

#9dccfc
#fccd9d

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

Split Complementary

#9dccfc
#fc9e9d
#fcfc9d

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

Analogous Color

#9df2fc
#9ddffc
#9dccfc
#9db9fc
#9da6fc

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

#9dccfc
#fc9dcc
#ccfc9d

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

#9dccfc
#fc9dfb
#fccd9d
#9dfc9d

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

#9dccfc
#fccd9d
#fcfc9d
#9e9dfc

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

#9dccfc Color Code Preview on Black Background Color

This is how #9dccfc Color will look on black background color. Color contrast ratio is 12.48

#9dccfc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9dccfc color code is use for CSS Background Color

Background color for the above div is #9dccfc

HTML with inline CSS

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

#9dccfc color code is use for CSS Border Color

CSS Border color for the above div is #9dccfc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9dccfc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9dccfc Color code Preview on White Background

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

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

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,204,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,205,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(157,204,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.