crispedge.com

Color picker

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

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

#9fb7da hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9fb7da Color code in RGB color code model is created after adding 62.35% red color, 71.76% green color and 85.49% blue color. Hex #9fb7da Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 16% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9fb7da#9fb7da
RGB Decimal159, 183, 218rgb(159, 183, 218)
RGB Percent62%, 72%, 85%rgb(62%, 72%, 85%)
CSS RGBa159, 183, 218,1rgba(159,183,218,1)
CMYK Modelcmyk(27%,16%,0%,15%)
HSL Color Space216,44% ,74%hsl(216,44% ,74%)
HSV Color Space216°, 27%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111111011011111011010
Octal237267332
Decimal159183218
Hex9fb7da

Different shades of #9fb7da color code.

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

Light Shade of #9fb7da
#c4d3e8
Dark Shade of #9fb7da
#7a9bcc
Saturated Shade of #9fb7da
#98b6e1
Desaturated Shade of #9fb7da
#a6b8d3
Grey scale Shade of #9fb7da
#bcbcbc
Brighten Shade
#b8d0f3
Most Readable Shade
#000000

Shades of #9fb7da color code

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

#9fb7da
#8da2c1
#7b8ea9
#6a7a91
#586579
#465160
#353d48
#232830
#111418
#000000

Similar Color like #9fb7da color

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

#a0b8db
#a1b9dc
#a2badd
#a3bbde
#a4bcdf
#a5bde0
#a6bee1
#a7bfe2
#a8c0e3
#a9c1e4
#aac2e5
#abc3e6
#acc4e7
#adc5e8
#9eb6d9
#9db5d8
#9cb4d7
#9bb3d6
#9ab2d5
#99b1d4
#98b0d3
#97afd2
#96aed1
#95add0
#94accf
#93abce
#92aacd
#91a9cc

Monochromatic Color with #9fb7da

#9fb7da
#040505
#232830
#424c5a
#617085
#8093af

Tints of #9fb7da Color

#9fb7da
#a9bfde
#b4c7e2
#bfcfe6
#c9d7ea
#d4dfee
#dfe7f2
#e9eff6
#f4f7fa
#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

#9fb7da
#dac29f

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

Split Complementary

#9fb7da
#daa49f
#d5da9f

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

Analogous Color

#9fcfda
#9fc3da
#9fb7da
#9fabda
#9f9fda

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

#9fb7da
#da9fb7
#b7da9f

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

#9fb7da
#da9fd4
#dac29f
#9fdaa4

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

#9fb7da
#dac29f
#d5da9f
#a49fda

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

#9fb7da Color Code Preview on Black Background Color

This is how #9fb7da Color will look on black background color. Color contrast ratio is 10.26

#9fb7da in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9fb7da color code is use for CSS Background Color

Background color for the above div is #9fb7da

HTML with inline CSS

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

#9fb7da color code is use for CSS Border Color

CSS Border color for the above div is #9fb7da

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9fb7da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9fb7da Color code Preview on White Background

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

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

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.