crispedge.com

Color picker

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

#acc5ff hex color - Blue - Cool color - Information

#acc5ff hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #acc5ff color code is between #aaccee web safe hex color code and #bbbbdd web safe hex color code. #aaccee is the nearest web safe color code. You can see here many more shades of #acc5ff color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Codeacc5ff#acc5ff
RGB Decimal172, 197, 255rgb(172, 197, 255)
RGB Percent67%, 77%, 100%rgb(67%, 77%, 100%)
CSS RGBa172, 197, 255,1rgba(172,197,255,1)
CMYK Modelcmyk(33%,23%,0%,0%)
HSL Color Space222,100% ,84%hsl(222,100% ,84%)
HSV Color Space222°, 33%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001100010111111111
Octal254305377
Decimal172197255
Hexacc5ff

Different shades of #acc5ff color code.

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

Light Shade of #acc5ff
#dfe9ff
Dark Shade of #acc5ff
#79a1ff
Saturated Shade of #acc5ff
#acc5ff
Desaturated Shade of #acc5ff
#b0c7fb
Grey scale Shade of #acc5ff
#d5d5d5
Brighten Shade
#c5deff
Most Readable Shade
#000000

Shades of #acc5ff color code

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

#acc5ff
#98afe2
#8599c6
#7283aa
#5f6d8d
#4c5771
#394155
#262b38
#13151c
#000000

Similar Color like #acc5ff color

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

#adc6ff
#aec7ff
#afc8ff
#b0c9ff
#b1caff
#b2cbff
#b3ccff
#b4cdff
#b5ceff
#b6cfff
#b7d0ff
#b8d1ff
#b9d2ff
#bad3ff
#abc4fe
#aac3fd
#a9c2fc
#a8c1fb
#a7c0fa
#a6bff9
#a5bef8
#a4bdf7
#a3bcf6
#a2bbf5
#a1baf4
#a0b9f3
#9fb8f2
#9eb7f1

Monochromatic Color with #acc5ff

#acc5ff
#1d212a
#394255
#566380
#7383aa
#8fa4d4

Tints of #acc5ff Color

#acc5ff
#b5cbff
#bed1ff
#c7d8ff
#d0deff
#dae5ff
#e3ebff
#ecf2ff
#f5f8ff
#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

#acc5ff
#ffe6ac

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

Split Complementary

#acc5ff
#ffbcac
#efffac

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

Analogous Color

#ace6ff
#acd6ff
#acc5ff
#acb4ff
#b4acff

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

#acc5ff
#ffacc5
#c5ffac

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

#acc5ff
#ffacee
#ffe6ac
#acffbc

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

#acc5ff
#ffe6ac
#efffac
#bcacff

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

#acc5ff Color Code Preview on Black Background Color

This is how #acc5ff Color will look on black background color. Color contrast ratio is 12.18

#acc5ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acc5ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acc5ff

#acc5ff color code is use for CSS Background Color

Background color for the above div is #acc5ff

HTML with inline CSS

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

#acc5ff color code is use for CSS Border Color

CSS Border color for the above div is #acc5ff

HTML with inline CSS

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

CSS Border Left color for the above div is #acc5ff

HTML with inline CSS

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

CSS Border Right color for the above div is #acc5ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acc5ff

HTML with inline CSS

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

CSS Border Top color for the above div is #acc5ff

HTML with inline CSS

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

#acc5ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acc5ff Color code Preview on White Background

This is how #acc5ff Color code will look on white background color. Color contrast ratio is 1.72

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.