crispedge.com

Color picker

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

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

#9cc8ce hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9cc8ce#9cc8ce
RGB Decimal156, 200, 206rgb(156, 200, 206)
RGB Percent61%, 78%, 81%rgb(61%, 78%, 81%)
CSS RGBa156, 200, 206,1rgba(156,200,206,1)
CMYK Modelcmyk(24%,3%,0%,19%)
HSL Color Space187,34% ,71%hsl(187,34% ,71%)
HSV Color Space187°, 24%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111001100100011001110
Octal234310316
Decimal156200206
Hex9cc8ce

Different shades of #9cc8ce color code.

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

Light Shade of #9cc8ce
#bedbdf
Dark Shade of #9cc8ce
#7ab5bd
Saturated Shade of #9cc8ce
#95ced5
Desaturated Shade of #9cc8ce
#a3c2c7
Grey scale Shade of #9cc8ce
#b5b5b5
Brighten Shade
#b5e1e7
Most Readable Shade
#000000

Shades of #9cc8ce color code

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

#9cc8ce
#8ab1b7
#799ba0
#688589
#566f72
#45585b
#344244
#222c2d
#111616
#000000

Similar Color like #9cc8ce color

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

#9dc9cf
#9ecad0
#9fcbd1
#a0ccd2
#a1cdd3
#a2ced4
#a3cfd5
#a4d0d6
#a5d1d7
#a6d2d8
#a7d3d9
#a8d4da
#a9d5db
#aad6dc
#9bc7cd
#9ac6cc
#99c5cb
#98c4ca
#97c3c9
#96c2c8
#95c1c7
#94c0c6
#93bfc5
#92bec4
#91bdc3
#90bcc2
#8fbbc1
#8ebac0

Monochromatic Color with #9cc8ce

#9cc8ce
#bcf1f8
#1b2324
#3b4c4e
#5c7579
#7c9fa3

Tints of #9cc8ce Color

#9cc8ce
#a7ced3
#b2d4d8
#bddade
#c8e0e3
#d3e6e9
#deecee
#e9f2f4
#f4f8f9
#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

#9cc8ce
#cea29c

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

Split Complementary

#9cc8ce
#ce9caf
#cebb9c

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

Analogous Color

#9ccec0
#9cceca
#9cc8ce
#9cbece
#9cb4ce

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

#9cc8ce
#ce9cc8
#c8ce9c

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

#9cc8ce
#bb9cce
#cea29c
#afce9c

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

#9cc8ce
#cea29c
#cebb9c
#9cafce

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

#9cc8ce Color Code Preview on Black Background Color

This is how #9cc8ce Color will look on black background color. Color contrast ratio is 11.57

#9cc8ce in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9cc8ce color code is use for CSS Background Color

Background color for the above div is #9cc8ce

HTML with inline CSS

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

#9cc8ce color code is use for CSS Border Color

CSS Border color for the above div is #9cc8ce

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9cc8ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9cc8ce Color code Preview on White Background

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

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

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.