crispedge.com

Color picker

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

#aad9ed hex color - Blue - Cool color - Information

#aad9ed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #aad9ed Color code in RGB color code model is created after adding 66.67% red color, 85.1% green color and 92.94% blue color. Hex #aad9ed Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 8% magenta, 0% yellow and 7% black.

Hex #aad9ed color code is between #99ddee web safe hex color code and #bbccdd web safe hex color code. #99ddee is the nearest web safe color code. You can see here many more shades of #aad9ed color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaad9ed#aad9ed
RGB Decimal170, 217, 237rgb(170, 217, 237)
RGB Percent67%, 85%, 93%rgb(67%, 85%, 93%)
CSS RGBa170, 217, 237,1rgba(170,217,237,1)
CMYK Modelcmyk(28%,8%,0%,7%)
HSL Color Space198,65% ,80%hsl(198,65% ,80%)
HSV Color Space198°, 28%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101101100111101101
Octal252331355
Decimal170217237
Hexaad9ed

Different shades of #aad9ed color code.

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

Light Shade of #aad9ed
#d4ecf6
Dark Shade of #aad9ed
#80c6e4
Saturated Shade of #aad9ed
#a5dbf2
Desaturated Shade of #aad9ed
#afd7e8
Grey scale Shade of #aad9ed
#cbcbcb
Brighten Shade
#c3f2ff
Most Readable Shade
#000000

Shades of #aad9ed color code

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

#aad9ed
#97c0d2
#84a8b8
#71909e
#5e7883
#4b6069
#38484f
#253034
#12181a
#000000

Similar Color like #aad9ed color

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

#abdaee
#acdbef
#addcf0
#aeddf1
#afdef2
#b0dff3
#b1e0f4
#b2e1f5
#b3e2f6
#b4e3f7
#b5e4f8
#b6e5f9
#b7e6fa
#b8e7fb
#a9d8ec
#a8d7eb
#a7d6ea
#a6d5e9
#a5d4e8
#a4d3e7
#a3d2e6
#a2d1e5
#a1d0e4
#a0cfe3
#9fcee2
#9ecde1
#9dcce0
#9ccbdf

Monochromatic Color with #aad9ed

#aad9ed
#121618
#303d43
#4f646d
#6d8b98
#8cb2c2

Tints of #aad9ed Color

#aad9ed
#b3ddef
#bce1f1
#c6e5f3
#cfe9f5
#d9eef7
#e2f2f9
#ecf6fb
#f5fafd
#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

#aad9ed
#edbeaa

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

Split Complementary

#aad9ed
#edaab7
#ede0aa

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

Analogous Color

#aaede6
#aae6ed
#aad9ed
#aacced
#aabeed

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

#aad9ed
#edaad9
#d9edaa

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

#aad9ed
#dfaaed
#edbeaa
#b7edaa

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

#aad9ed
#edbeaa
#ede0aa
#aab7ed

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 #aad9ed 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.

#aad9ed Color Code Preview on Black Background Color

This is how #aad9ed Color will look on black background color. Color contrast ratio is 13.86

#aad9ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad9ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad9ed

#aad9ed color code is use for CSS Background Color

Background color for the above div is #aad9ed

HTML with inline CSS

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

#aad9ed color code is use for CSS Border Color

CSS Border color for the above div is #aad9ed

HTML with inline CSS

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

CSS Border Left color for the above div is #aad9ed

HTML with inline CSS

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

CSS Border Right color for the above div is #aad9ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aad9ed

HTML with inline CSS

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

CSS Border Top color for the above div is #aad9ed

HTML with inline CSS

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

#aad9ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aad9ed Color code Preview on White Background

This is how #aad9ed Color code will look on white background color. Color contrast ratio is 1.52

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

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.