crispedge.com

Color picker

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

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

#9fc1dd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9fc1dd Color code in RGB color code model is created after adding 62.35% red color, 75.69% green color and 86.67% blue color. Hex #9fc1dd Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 13% magenta, 0% yellow and 13% black.

Hex #9fc1dd color code is between #99bbcc web safe hex color code and #aaccee web safe hex color code. #99bbcc is the nearest web safe color code. You can see here many more shades of #9fc1dd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9fc1dd#9fc1dd
RGB Decimal159, 193, 221rgb(159, 193, 221)
RGB Percent62%, 76%, 87%rgb(62%, 76%, 87%)
CSS RGBa159, 193, 221,1rgba(159,193,221,1)
CMYK Modelcmyk(28%,13%,0%,13%)
HSL Color Space207,48% ,75%hsl(207,48% ,75%)
HSV Color Space207°, 28%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111111100000111011101
Octal237301335
Decimal159193221
Hex9fc1dd

Different shades of #9fc1dd color code.

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

Light Shade of #9fc1dd
#c5d9ea
Dark Shade of #9fc1dd
#79a9d0
Saturated Shade of #9fc1dd
#98c2e3
Desaturated Shade of #9fc1dd
#a5c0d6
Grey scale Shade of #9fc1dd
#bebebe
Brighten Shade
#b8daf6
Most Readable Shade
#000000

Shades of #9fc1dd color code

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

#9fc1dd
#8dabc4
#7b96ab
#6a8093
#586b7a
#465562
#354049
#232a31
#111518
#000000

Similar Color like #9fc1dd color

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

#a0c2de
#a1c3df
#a2c4e0
#a3c5e1
#a4c6e2
#a5c7e3
#a6c8e4
#a7c9e5
#a8cae6
#a9cbe7
#aacce8
#abcde9
#acceea
#adcfeb
#9ec0dc
#9dbfdb
#9cbeda
#9bbdd9
#9abcd8
#99bbd7
#98bad6
#97b9d5
#96b8d4
#95b7d3
#94b6d2
#93b5d1
#92b4d0
#91b3cf

Monochromatic Color with #9fc1dd

#9fc1dd
#060708
#252d33
#43525d
#627788
#809cb3

Tints of #9fc1dd Color

#9fc1dd
#a9c7e0
#b4cee4
#bfd5e8
#c9dcec
#d4e3ef
#dfeaf3
#e9f1f7
#f4f8fb
#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

#9fc1dd
#ddbb9f

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

Split Complementary

#9fc1dd
#dd9fa2
#ddda9f

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

Analogous Color

#9fdadd
#9fcddd
#9fc1dd
#9fb5dd
#9fa8dd

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

#9fc1dd
#dd9fc1
#c1dd9f

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

#9fc1dd
#da9fdd
#ddbb9f
#a2dd9f

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

#9fc1dd
#ddbb9f
#ddda9f
#9fa2dd

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

#9fc1dd Color Code Preview on Black Background Color

This is how #9fc1dd Color will look on black background color. Color contrast ratio is 11.15

#9fc1dd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9fc1dd color code is use for CSS Background Color

Background color for the above div is #9fc1dd

HTML with inline CSS

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

#9fc1dd color code is use for CSS Border Color

CSS Border color for the above div is #9fc1dd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9fc1dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9fc1dd Color code Preview on White Background

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

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

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.