crispedge.com

Color picker

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

#afd2eb hex color - Blue - Cool color - Information

#afd2eb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #afd2eb Color code in RGB color code model is created after adding 68.63% red color, 82.35% green color and 92.16% blue color. Hex #afd2eb Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 11% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeafd2eb#afd2eb
RGB Decimal175, 210, 235rgb(175, 210, 235)
RGB Percent69%, 82%, 92%rgb(69%, 82%, 92%)
CSS RGBa175, 210, 235,1rgba(175,210,235,1)
CMYK Modelcmyk(26%,11%,0%,8%)
HSL Color Space205,60% ,80%hsl(205,60% ,80%)
HSV Color Space205°, 26%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111101001011101011
Octal257322353
Decimal175210235
Hexafd2eb

Different shades of #afd2eb color code.

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

Light Shade of #afd2eb
#d8e9f5
Dark Shade of #afd2eb
#86bbe1
Saturated Shade of #afd2eb
#aad3f0
Desaturated Shade of #afd2eb
#b4d1e6
Grey scale Shade of #afd2eb
#cdcdcd
Brighten Shade
#c8ebff
Most Readable Shade
#000000

Shades of #afd2eb color code

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

#afd2eb
#9bbad0
#88a3b6
#748c9c
#617482
#4d5d68
#3a464e
#262e34
#13171a
#000000

Similar Color like #afd2eb color

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

#b0d3ec
#b1d4ed
#b2d5ee
#b3d6ef
#b4d7f0
#b5d8f1
#b6d9f2
#b7daf3
#b8dbf4
#b9dcf5
#baddf6
#bbdef7
#bcdff8
#bde0f9
#aed1ea
#add0e9
#accfe8
#abcee7
#aacde6
#a9cce5
#a8cbe4
#a7cae3
#a6c9e2
#a5c8e1
#a4c7e0
#a3c6df
#a2c5de
#a1c4dd

Monochromatic Color with #afd2eb

#afd2eb
#111416
#303a41
#50606b
#708696
#8facc0

Tints of #afd2eb Color

#afd2eb
#b7d7ed
#c0dcef
#c9e1f1
#d2e6f3
#dbebf6
#e4f0f8
#edf5fa
#f6fafc
#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

#afd2eb
#ebc8af

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

Split Complementary

#afd2eb
#ebafb4
#ebe6af

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

Analogous Color

#afeaeb
#afdeeb
#afd2eb
#afc6eb
#afbaeb

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

#afd2eb
#ebafd2
#d2ebaf

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

#afd2eb
#e6afeb
#ebc8af
#b4ebaf

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

#afd2eb
#ebc8af
#ebe6af
#afb4eb

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

#afd2eb Color Code Preview on Black Background Color

This is how #afd2eb Color will look on black background color. Color contrast ratio is 13.24

#afd2eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd2eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afd2eb

#afd2eb color code is use for CSS Background Color

Background color for the above div is #afd2eb

HTML with inline CSS

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

#afd2eb color code is use for CSS Border Color

CSS Border color for the above div is #afd2eb

HTML with inline CSS

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

CSS Border Left color for the above div is #afd2eb

HTML with inline CSS

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

CSS Border Right color for the above div is #afd2eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afd2eb

HTML with inline CSS

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

CSS Border Top color for the above div is #afd2eb

HTML with inline CSS

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

#afd2eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afd2eb Color code Preview on White Background

This is how #afd2eb Color code will look on white background color. Color contrast ratio is 1.59

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

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.