crispedge.com

Color picker

Loading...

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

#9db8db hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9db8db Color code in RGB color code model is created after adding 61.57% red color, 72.16% green color and 85.88% blue color. Hex #9db8db Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 16% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9db8db#9db8db
RGB Decimal157, 184, 219rgb(157, 184, 219)
RGB Percent62%, 72%, 86%rgb(62%, 72%, 86%)
CSS RGBa157, 184, 219,1rgba(157,184,219,1)
CMYK Modelcmyk(28%,16%,0%,14%)
HSL Color Space214,46% ,74%hsl(214,46% ,74%)
HSV Color Space214°, 28%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011011100011011011
Octal235270333
Decimal157184219
Hex9db8db

Different shades of #9db8db color code.

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

Light Shade of #9db8db
#c2d3e9
Dark Shade of #9db8db
#789dcd
Saturated Shade of #9db8db
#96b7e2
Desaturated Shade of #9db8db
#a4b9d4
Grey scale Shade of #9db8db
#bcbcbc
Brighten Shade
#b6d1f4
Most Readable Shade
#000000

Shades of #9db8db color code

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

#9db8db
#8ba3c2
#7a8faa
#687a92
#576679
#455161
#343d49
#222830
#111418
#000000

Similar Color like #9db8db color

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

#9eb9dc
#9fbadd
#a0bbde
#a1bcdf
#a2bde0
#a3bee1
#a4bfe2
#a5c0e3
#a6c1e4
#a7c2e5
#a8c3e6
#a9c4e7
#aac5e8
#abc6e9
#9cb7da
#9bb6d9
#9ab5d8
#99b4d7
#98b3d6
#97b2d5
#96b1d4
#95b0d3
#94afd2
#93aed1
#92add0
#91accf
#90abce
#8faacd

Monochromatic Color with #9db8db

#9db8db
#050506
#232931
#424d5b
#607186
#7f94b0

Tints of #9db8db Color

#9db8db
#a7bfdf
#b2c7e3
#bdcfe7
#c8d7eb
#d3dfef
#dee7f3
#e9eff7
#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

#9db8db
#dbc09d

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

Split Complementary

#9db8db
#dba19d
#d7db9d

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

Analogous Color

#9dd1db
#9dc4db
#9db8db
#9dacdb
#9d9fdb

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

#9db8db
#db9db8
#b8db9d

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

#9db8db
#db9dd7
#dbc09d
#9ddba1

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

#9db8db
#dbc09d
#d7db9d
#a19ddb

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

#9db8db Color Code Preview on Black Background Color

This is how #9db8db Color will look on black background color. Color contrast ratio is 10.31

#9db8db in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9db8db color code is use for CSS Background Color

Background color for the above div is #9db8db

HTML with inline CSS

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

#9db8db color code is use for CSS Border Color

CSS Border color for the above div is #9db8db

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9db8db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9db8db Color code Preview on White Background

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

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

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,184,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,192,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(157,184,219,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.