crispedge.com

Color picker

Loading...

#afe7ff hex color - Blue - Cool color - Information

#afe7ff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afe7ff Color code in RGB color code model is created after adding 68.63% red color, 90.59% green color and 100% blue color. Hex #afe7ff Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 9% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeafe7ff#afe7ff
RGB Decimal175, 231, 255rgb(175, 231, 255)
RGB Percent69%, 91%, 100%rgb(69%, 91%, 100%)
CSS RGBa175, 231, 255,1rgba(175,231,255,1)
CMYK Modelcmyk(31%,9%,0%,0%)
HSL Color Space198,100% ,84%hsl(198,100% ,84%)
HSV Color Space198°, 31%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111110011111111111
Octal257347377
Decimal175231255
Hexafe7ff

Different shades of #afe7ff color code.

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

Light Shade of #afe7ff
#e2f6ff
Dark Shade of #afe7ff
#7cd8ff
Saturated Shade of #afe7ff
#afe7ff
Desaturated Shade of #afe7ff
#b3e5fb
Grey scale Shade of #afe7ff
#d7d7d7
Brighten Shade
#c8ffff
Most Readable Shade
#000000

Shades of #afe7ff color code

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

#afe7ff
#9bcde2
#88b3c6
#749aaa
#61808d
#4d6671
#3a4d55
#263338
#13191c
#000000

Similar Color like #afe7ff color

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

#b0e8ff
#b1e9ff
#b2eaff
#b3ebff
#b4ecff
#b5edff
#b6eeff
#b7efff
#b8f0ff
#b9f1ff
#baf2ff
#bbf3ff
#bcf4ff
#bdf5ff
#aee6fe
#ade5fd
#ace4fc
#abe3fb
#aae2fa
#a9e1f9
#a8e0f8
#a7dff7
#a6def6
#a5ddf5
#a4dcf4
#a3dbf3
#a2daf2
#a1d9f1

Monochromatic Color with #afe7ff

#afe7ff
#1d262a
#3a4d55
#587480
#759aaa
#92c0d4

Tints of #afe7ff Color

#afe7ff
#b7e9ff
#c0ecff
#c9efff
#d2f1ff
#dbf4ff
#e4f7ff
#edf9ff
#f6fcff
#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

#afe7ff
#ffc7af

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

Split Complementary

#afe7ff
#ffafbf
#ffefaf

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

Analogous Color

#affff7
#aff7ff
#afe7ff
#afd7ff
#afc7ff

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

#afe7ff
#ffafe7
#e7ffaf

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

#afe7ff
#efafff
#ffc7af
#bfffaf

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

#afe7ff
#ffc7af
#ffefaf
#afbfff

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

#afe7ff Color Code Preview on Black Background Color

This is how #afe7ff Color will look on black background color. Color contrast ratio is 15.70

#afe7ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe7ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afe7ff

#afe7ff color code is use for CSS Background Color

Background color for the above div is #afe7ff

HTML with inline CSS

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

#afe7ff color code is use for CSS Border Color

CSS Border color for the above div is #afe7ff

HTML with inline CSS

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

CSS Border Left color for the above div is #afe7ff

HTML with inline CSS

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

CSS Border Right color for the above div is #afe7ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afe7ff

HTML with inline CSS

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

CSS Border Top color for the above div is #afe7ff

HTML with inline CSS

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

#afe7ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afe7ff Color code Preview on White Background

This is how #afe7ff Color code will look on white background color. Color contrast ratio is 1.34

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(175,231,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,199,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,231,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.