crispedge.com

Color picker

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

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

#9ec9cf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9ec9cf Color code in RGB color code model is created after adding 61.96% red color, 78.82% green color and 81.18% blue color. Hex #9ec9cf Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 3% magenta, 0% yellow and 19% black.

Hex #9ec9cf color code is between #99cccc web safe hex color code and #aabbdd web safe hex color code. #99cccc is the nearest web safe color code. You can see here many more shades of #9ec9cf color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Code9ec9cf#9ec9cf
RGB Decimal158, 201, 207rgb(158, 201, 207)
RGB Percent62%, 79%, 81%rgb(62%, 79%, 81%)
CSS RGBa158, 201, 207,1rgba(158,201,207,1)
CMYK Modelcmyk(24%,3%,0%,19%)
HSL Color Space187,34% ,72%hsl(187,34% ,72%)
HSV Color Space187°, 24%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101100100111001111
Octal236311317
Decimal158201207
Hex9ec9cf

Different shades of #9ec9cf color code.

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

Light Shade of #9ec9cf
#c0dce0
Dark Shade of #9ec9cf
#7cb6be
Saturated Shade of #9ec9cf
#97ced6
Desaturated Shade of #9ec9cf
#a5c4c8
Grey scale Shade of #9ec9cf
#b6b6b6
Brighten Shade
#b7e2e8
Most Readable Shade
#000000

Shades of #9ec9cf color code

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

#9ec9cf
#8cb2b8
#7a9ca1
#69868a
#576f73
#46595c
#344345
#232c2e
#111617
#000000

Similar Color like #9ec9cf color

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

#9fcad0
#a0cbd1
#a1ccd2
#a2cdd3
#a3ced4
#a4cfd5
#a5d0d6
#a6d1d7
#a7d2d8
#a8d3d9
#a9d4da
#aad5db
#abd6dc
#acd7dd
#9dc8ce
#9cc7cd
#9bc6cc
#9ac5cb
#99c4ca
#98c3c9
#97c2c8
#96c1c7
#95c0c6
#94bfc5
#93bec4
#92bdc3
#91bcc2
#90bbc1

Monochromatic Color with #9ec9cf

#9ec9cf
#bef2f9
#1c2425
#3d4d4f
#5d767a
#7ea0a4

Tints of #9ec9cf Color

#9ec9cf
#a8cfd4
#b3d5d9
#bedbdf
#c9e1e4
#d3e7e9
#deedef
#e9f3f4
#f4f9f9
#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

#9ec9cf
#cfa49e

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

Split Complementary

#9ec9cf
#cf9eb0
#cfbd9e

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

Analogous Color

#9ecfc1
#9ecfcb
#9ec9cf
#9ebfcf
#9eb5cf

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

#9ec9cf
#cf9ec9
#c9cf9e

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

#9ec9cf
#bc9ecf
#cfa49e
#b0cf9e

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

#9ec9cf
#cfa49e
#cfbd9e
#9eb0cf

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

#9ec9cf Color Code Preview on Black Background Color

This is how #9ec9cf Color will look on black background color. Color contrast ratio is 11.71

#9ec9cf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9ec9cf color code is use for CSS Background Color

Background color for the above div is #9ec9cf

HTML with inline CSS

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

#9ec9cf color code is use for CSS Border Color

CSS Border color for the above div is #9ec9cf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9ec9cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ec9cf Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.