crispedge.com

Color picker

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

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

#9fb3ec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9fb3ec Color code in RGB color code model is created after adding 62.35% red color, 70.2% green color and 92.55% blue color. Hex #9fb3ec Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 24% magenta, 0% yellow and 7% black.

Hex #9fb3ec color code is between #99bbee web safe hex color code and #aaaadd web safe hex color code. #99bbee is the nearest web safe color code. You can see here many more shades of #9fb3ec color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9fb3ec#9fb3ec
RGB Decimal159, 179, 236rgb(159, 179, 236)
RGB Percent62%, 70%, 93%rgb(62%, 70%, 93%)
CSS RGBa159, 179, 236,1rgba(159,179,236,1)
CMYK Modelcmyk(33%,24%,0%,7%)
HSL Color Space224,67% ,77%hsl(224,67% ,77%)
HSV Color Space224°, 33%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111111011001111101100
Octal237263354
Decimal159179236
Hex9fb3ec

Different shades of #9fb3ec color code.

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

Light Shade of #9fb3ec
#cad5f4
Dark Shade of #9fb3ec
#7491e4
Saturated Shade of #9fb3ec
#99b0f2
Desaturated Shade of #9fb3ec
#a5b6e6
Grey scale Shade of #9fb3ec
#c5c5c5
Brighten Shade
#b8ccff
Most Readable Shade
#000000

Shades of #9fb3ec color code

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

#9fb3ec
#8d9fd1
#7b8bb7
#6a779d
#586383
#464f68
#353b4e
#232734
#11131a
#000000

Similar Color like #9fb3ec color

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

#a0b4ed
#a1b5ee
#a2b6ef
#a3b7f0
#a4b8f1
#a5b9f2
#a6baf3
#a7bbf4
#a8bcf5
#a9bdf6
#aabef7
#abbff8
#acc0f9
#adc1fa
#9eb2eb
#9db1ea
#9cb0e9
#9bafe8
#9aaee7
#99ade6
#98ace5
#97abe4
#96aae3
#95a9e2
#94a8e1
#93a7e0
#92a6df
#91a5de

Monochromatic Color with #9fb3ec

#9fb3ec
#101217
#2c3242
#49526c
#667397
#8293c1

Tints of #9fb3ec Color

#9fb3ec
#a9bbee
#b4c3f0
#bfccf2
#c9d4f4
#d4ddf6
#dfe5f8
#e9eefa
#f4f6fc
#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

#9fb3ec
#ecd89f

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

Split Complementary

#9fb3ec
#ecb29f
#daec9f

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

Analogous Color

#9fd2ec
#9fc2ec
#9fb3ec
#9fa4ec
#aa9fec

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

#9fb3ec
#ec9fb3
#b3ec9f

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

#9fb3ec
#ec9fd9
#ecd89f
#9fecb1

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

#9fb3ec
#ecd89f
#daec9f
#b29fec

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

#9fb3ec Color Code Preview on Black Background Color

This is how #9fb3ec Color will look on black background color. Color contrast ratio is 10.13

#9fb3ec in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9fb3ec color code is use for CSS Background Color

Background color for the above div is #9fb3ec

HTML with inline CSS

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

#9fb3ec color code is use for CSS Border Color

CSS Border color for the above div is #9fb3ec

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9fb3ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9fb3ec Color code Preview on White Background

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

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

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.