crispedge.com

Color picker

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

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

#9fcdea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9fcdea Color code in RGB color code model is created after adding 62.35% red color, 80.39% green color and 91.76% blue color. Hex #9fcdea Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 12% magenta, 0% yellow and 8% black.

Hex #9fcdea color code is between #99ccee web safe hex color code and #aadddd web safe hex color code. #99ccee is the nearest web safe color code. You can see here many more shades of #9fcdea color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9fcdea#9fcdea
RGB Decimal159, 205, 234rgb(159, 205, 234)
RGB Percent62%, 80%, 92%rgb(62%, 80%, 92%)
CSS RGBa159, 205, 234,1rgba(159,205,234,1)
CMYK Modelcmyk(32%,12%,0%,8%)
HSL Color Space203,64% ,77%hsl(203,64% ,77%)
HSV Color Space203°, 32%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111111100110111101010
Octal237315352
Decimal159205234
Hex9fcdea

Different shades of #9fcdea color code.

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

Light Shade of #9fcdea
#c9e3f3
Dark Shade of #9fcdea
#75b7e1
Saturated Shade of #9fcdea
#99cef0
Desaturated Shade of #9fcdea
#a5cce4
Grey scale Shade of #9fcdea
#c4c4c4
Brighten Shade
#b8e6ff
Most Readable Shade
#000000

Shades of #9fcdea color code

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

#9fcdea
#8db6d0
#7b9fb6
#6a889c
#587182
#465b68
#35444e
#232d34
#11161a
#000000

Similar Color like #9fcdea color

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

#a0ceeb
#a1cfec
#a2d0ed
#a3d1ee
#a4d2ef
#a5d3f0
#a6d4f1
#a7d5f2
#a8d6f3
#a9d7f4
#aad8f5
#abd9f6
#acdaf7
#addbf8
#9ecce9
#9dcbe8
#9ccae7
#9bc9e6
#9ac8e5
#99c7e4
#98c6e3
#97c5e2
#96c4e1
#95c3e0
#94c2df
#93c1de
#92c0dd
#91bfdc

Monochromatic Color with #9fcdea

#9fcdea
#0f1315
#2b3840
#485d6a
#658395
#82a8bf

Tints of #9fcdea Color

#9fcdea
#a9d2ec
#b4d8ee
#bfddf1
#c9e3f3
#d4e8f5
#dfeef8
#e9f3fa
#f4f9fc
#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

#9fcdea
#eabc9f

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

Split Complementary

#9fcdea
#ea9fa8
#eae19f

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

Analogous Color

#9feae9
#9fdcea
#9fcdea
#9fbeea
#9fafea

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

#9fcdea
#ea9fcd
#cdea9f

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

#9fcdea
#e19fea
#eabc9f
#a7ea9f

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

#9fcdea
#eabc9f
#eae19f
#9fa8ea

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

#9fcdea Color Code Preview on Black Background Color

This is how #9fcdea Color will look on black background color. Color contrast ratio is 12.39

#9fcdea in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9fcdea color code is use for CSS Background Color

Background color for the above div is #9fcdea

HTML with inline CSS

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

#9fcdea color code is use for CSS Border Color

CSS Border color for the above div is #9fcdea

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9fcdea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9fcdea Color code Preview on White Background

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

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

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.