crispedge.com

Color picker

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

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

#9ebecc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9ebecc Color code in RGB color code model is created after adding 61.96% red color, 74.51% green color and 80% blue color. Hex #9ebecc Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 7% magenta, 0% yellow and 20% black.

Hex #9ebecc color code is between #99bbbb web safe hex color code and #aaccdd web safe hex color code. #99bbbb is the nearest web safe color code. You can see here many more shades of #9ebecc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9ebecc#9ebecc
RGB Decimal158, 190, 204rgb(158, 190, 204)
RGB Percent62%, 75%, 80%rgb(62%, 75%, 80%)
CSS RGBa158, 190, 204,1rgba(158,190,204,1)
CMYK Modelcmyk(23%,7%,0%,20%)
HSL Color Space198,31% ,71%hsl(198,31% ,71%)
HSV Color Space198°, 23%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101011111011001100
Octal236276314
Decimal158190204
Hex9ebecc

Different shades of #9ebecc color code.

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

Light Shade of #9ebecc
#bfd4de
Dark Shade of #9ebecc
#7da8ba
Saturated Shade of #9ebecc
#97c1d3
Desaturated Shade of #9ebecc
#a5bbc5
Grey scale Shade of #9ebecc
#b5b5b5
Brighten Shade
#b7d7e5
Most Readable Shade
#000000

Shades of #9ebecc color code

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

#9ebecc
#8ca8b5
#7a939e
#697e88
#576971
#46545a
#343f44
#232a2d
#111516
#000000

Similar Color like #9ebecc color

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

#9fbfcd
#a0c0ce
#a1c1cf
#a2c2d0
#a3c3d1
#a4c4d2
#a5c5d3
#a6c6d4
#a7c7d5
#a8c8d6
#a9c9d7
#aacad8
#abcbd9
#acccda
#9dbdcb
#9cbcca
#9bbbc9
#9abac8
#99b9c7
#98b8c6
#97b7c5
#96b6c4
#95b5c3
#94b4c2
#93b3c1
#92b2c0
#91b1bf
#90b0be

Monochromatic Color with #9ebecc

#9ebecc
#bfe6f6
#1a2022
#3b474c
#5c6f77
#7d96a1

Tints of #9ebecc Color

#9ebecc
#a8c5d1
#b3ccd7
#bed3dd
#c9dae2
#d3e2e8
#dee9ee
#e9f0f3
#f4f7f9
#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

#9ebecc
#ccac9e

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

Split Complementary

#9ebecc
#cc9ea7
#ccc39e

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

Analogous Color

#9eccc8
#9ec7cc
#9ebecc
#9eb5cc
#9eaccc

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

#9ebecc
#cc9ebe
#becc9e

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

#9ebecc
#c39ecc
#ccac9e
#a7cc9e

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

#9ebecc
#ccac9e
#ccc39e
#9ea7cc

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

#9ebecc Color Code Preview on Black Background Color

This is how #9ebecc Color will look on black background color. Color contrast ratio is 10.69

#9ebecc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9ebecc color code is use for CSS Background Color

Background color for the above div is #9ebecc

HTML with inline CSS

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

#9ebecc color code is use for CSS Border Color

CSS Border color for the above div is #9ebecc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9ebecc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ebecc Color code Preview on White Background

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

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

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.