crispedge.com

Color picker

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

#acd9ff hex color - Blue - Cool color - Information

#acd9ff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #acd9ff Color code in RGB color code model is created after adding 67.45% red color, 85.1% green color and 100% blue color. Hex #acd9ff Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 15% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeacd9ff#acd9ff
RGB Decimal172, 217, 255rgb(172, 217, 255)
RGB Percent67%, 85%, 100%rgb(67%, 85%, 100%)
CSS RGBa172, 217, 255,1rgba(172,217,255,1)
CMYK Modelcmyk(33%,15%,0%,0%)
HSL Color Space207,100% ,84%hsl(207,100% ,84%)
HSV Color Space207°, 33%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001101100111111111
Octal254331377
Decimal172217255
Hexacd9ff

Different shades of #acd9ff color code.

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

Light Shade of #acd9ff
#dff0ff
Dark Shade of #acd9ff
#79c2ff
Saturated Shade of #acd9ff
#acd9ff
Desaturated Shade of #acd9ff
#b0d9fb
Grey scale Shade of #acd9ff
#d5d5d5
Brighten Shade
#c5f2ff
Most Readable Shade
#000000

Shades of #acd9ff color code

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

#acd9ff
#98c0e2
#85a8c6
#7290aa
#5f788d
#4c6071
#394855
#263038
#13181c
#000000

Similar Color like #acd9ff color

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

#addaff
#aedbff
#afdcff
#b0ddff
#b1deff
#b2dfff
#b3e0ff
#b4e1ff
#b5e2ff
#b6e3ff
#b7e4ff
#b8e5ff
#b9e6ff
#bae7ff
#abd8fe
#aad7fd
#a9d6fc
#a8d5fb
#a7d4fa
#a6d3f9
#a5d2f8
#a4d1f7
#a3d0f6
#a2cff5
#a1cef4
#a0cdf3
#9fccf2
#9ecbf1

Monochromatic Color with #acd9ff

#acd9ff
#1d242a
#394855
#566d80
#7391aa
#8fb5d4

Tints of #acd9ff Color

#acd9ff
#b5ddff
#bee1ff
#c7e5ff
#d0e9ff
#daeeff
#e3f2ff
#ecf6ff
#f5faff
#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

#acd9ff
#ffd2ac

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

Split Complementary

#acd9ff
#ffacb0
#fffcac

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

Analogous Color

#acfaff
#aceaff
#acd9ff
#acc8ff
#acb8ff

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

#acd9ff
#ffacd9
#d9ffac

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

#acd9ff
#fbacff
#ffd2ac
#afffac

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

#acd9ff
#ffd2ac
#fffcac
#acb0ff

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

#acd9ff Color Code Preview on Black Background Color

This is how #acd9ff Color will look on black background color. Color contrast ratio is 14.12

#acd9ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd9ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acd9ff

#acd9ff color code is use for CSS Background Color

Background color for the above div is #acd9ff

HTML with inline CSS

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

#acd9ff color code is use for CSS Border Color

CSS Border color for the above div is #acd9ff

HTML with inline CSS

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

CSS Border Left color for the above div is #acd9ff

HTML with inline CSS

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

CSS Border Right color for the above div is #acd9ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acd9ff

HTML with inline CSS

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

CSS Border Top color for the above div is #acd9ff

HTML with inline CSS

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

#acd9ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acd9ff Color code Preview on White Background

This is how #acd9ff Color code will look on white background color. Color contrast ratio is 1.49

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.