crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#9db4fa hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9db4fa Color code in RGB color code model is created after adding 61.57% red color, 70.59% green color and 98.04% blue color. Hex #9db4fa Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 28% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9db4fa#9db4fa
RGB Decimal157, 180, 250rgb(157, 180, 250)
RGB Percent62%, 71%, 98%rgb(62%, 71%, 98%)
CSS RGBa157, 180, 250,1rgba(157,180,250,1)
CMYK Modelcmyk(37%,28%,0%,2%)
HSL Color Space225,90% ,80%hsl(225,90% ,80%)
HSV Color Space225°, 37%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011011010011111010
Octal235264372
Decimal157180250
Hex9db4fa

Different shades of #9db4fa color code.

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

Light Shade of #9db4fa
#ced9fc
Dark Shade of #9db4fa
#6c8ff8
Saturated Shade of #9db4fa
#98b1ff
Desaturated Shade of #9db4fa
#a2b7f5
Grey scale Shade of #9db4fa
#cbcbcb
Brighten Shade
#b6cdff
Most Readable Shade
#000000

Shades of #9db4fa color code

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

#9db4fa
#8ba0de
#7a8cc2
#6878a6
#57648a
#45506f
#343c53
#222837
#11141b
#000000

Similar Color like #9db4fa color

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

#9eb5fb
#9fb6fc
#a0b7fd
#a1b8fe
#a2b9ff
#a3baff
#a4bbff
#a5bcff
#a6bdff
#a7beff
#a8bfff
#a9c0ff
#aac1ff
#abc2ff
#9cb3f9
#9bb2f8
#9ab1f7
#99b0f6
#98aff5
#97aef4
#96adf3
#95acf2
#94abf1
#93aaf0
#92a9ef
#91a8ee
#90a7ed
#8fa6ec

Monochromatic Color with #9db4fa

#9db4fa
#181b25
#323a50
#4d587a
#6877a5
#8295cf

Tints of #9db4fa Color

#9db4fa
#a7bcfa
#b2c4fb
#bdcdfb
#c8d5fc
#d3ddfc
#dee6fd
#e9eefd
#f4f6fe
#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

#9db4fa
#fae39d

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

Split Complementary

#9db4fa
#fab49d
#e3fa9d

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

Analogous Color

#9dd9fa
#9dc7fa
#9db4fa
#9da1fa
#ab9dfa

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

#9db4fa
#fa9db4
#b4fa9d

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

#9db4fa
#fa9de2
#fae39d
#9dfab4

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

#9db4fa
#fae39d
#e3fa9d
#b49dfa

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

#9db4fa Color Code Preview on Black Background Color

This is how #9db4fa Color will look on black background color. Color contrast ratio is 10.34

#9db4fa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9db4fa color code is use for CSS Background Color

Background color for the above div is #9db4fa

HTML with inline CSS

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

#9db4fa color code is use for CSS Border Color

CSS Border color for the above div is #9db4fa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9db4fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9db4fa Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.