crispedge.com

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

#9dbedc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9dbedc Color code in RGB color code model is created after adding 61.57% red color, 74.51% green color and 86.27% blue color. Hex #9dbedc Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 14% magenta, 0% yellow and 14% black.

Hex #9dbedc color code is between #99bbdd web safe hex color code and #aacccc web safe hex color code. #99bbdd is the nearest web safe color code. You can see here many more shades of #9dbedc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9dbedc#9dbedc
RGB Decimal157, 190, 220rgb(157, 190, 220)
RGB Percent62%, 75%, 86%rgb(62%, 75%, 86%)
CSS RGBa157, 190, 220,1rgba(157,190,220,1)
CMYK Modelcmyk(29%,14%,0%,14%)
HSL Color Space209,47% ,74%hsl(209,47% ,74%)
HSV Color Space209°, 29%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011011111011011100
Octal235276334
Decimal157190220
Hex9dbedc

Different shades of #9dbedc color code.

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

Light Shade of #9dbedc
#c3d7e9
Dark Shade of #9dbedc
#77a5cf
Saturated Shade of #9dbedc
#96bee3
Desaturated Shade of #9dbedc
#a4bed5
Grey scale Shade of #9dbedc
#bcbcbc
Brighten Shade
#b6d7f5
Most Readable Shade
#000000

Shades of #9dbedc color code

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

#9dbedc
#8ba8c3
#7a93ab
#687e92
#57697a
#455461
#343f49
#222a30
#111518
#000000

Similar Color like #9dbedc color

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

#9ebfdd
#9fc0de
#a0c1df
#a1c2e0
#a2c3e1
#a3c4e2
#a4c5e3
#a5c6e4
#a6c7e5
#a7c8e6
#a8c9e7
#a9cae8
#aacbe9
#abccea
#9cbddb
#9bbcda
#9abbd9
#99bad8
#98b9d7
#97b8d6
#96b7d5
#95b6d4
#94b5d3
#93b4d2
#92b3d1
#91b2d0
#90b1cf
#8fb0ce

Monochromatic Color with #9dbedc

#9dbedc
#050607
#242b32
#42505c
#607587
#7f99b1

Tints of #9dbedc Color

#9dbedc
#a7c5df
#b2cce3
#bdd3e7
#c8daeb
#d3e2ef
#dee9f3
#e9f0f7
#f4f7fb
#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

#9dbedc
#dcbb9d

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

Split Complementary

#9dbedc
#dc9d9f
#dcdb9d

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

Analogous Color

#9dd7dc
#9dcbdc
#9dbedc
#9db1dc
#9da5dc

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

#9dbedc
#dc9dbe
#bedc9d

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

#9dbedc
#da9ddc
#dcbb9d
#9edc9d

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

#9dbedc
#dcbb9d
#dcdb9d
#9d9fdc

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

#9dbedc Color Code Preview on Black Background Color

This is how #9dbedc Color will look on black background color. Color contrast ratio is 10.83

#9dbedc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9dbedc color code is use for CSS Background Color

Background color for the above div is #9dbedc

HTML with inline CSS

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

#9dbedc color code is use for CSS Border Color

CSS Border color for the above div is #9dbedc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9dbedc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9dbedc Color code Preview on White Background

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

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

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,190,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,187,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(157,190,220,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.

< /html>