crispedge.com

Color picker

Loading...

#afbffb hex color - Blue - Cool color - Information

#afbffb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afbffb Color code in RGB color code model is created after adding 68.63% red color, 74.9% green color and 98.43% blue color. Hex #afbffb Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 24% magenta, 0% yellow and 2% black.

Hex #afbffb color code is between #aabbff web safe hex color code and #bbccee web safe hex color code. #aabbff is the nearest web safe color code. You can see here many more shades of #afbffb color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeafbffb#afbffb
RGB Decimal175, 191, 251rgb(175, 191, 251)
RGB Percent69%, 75%, 98%rgb(69%, 75%, 98%)
CSS RGBa175, 191, 251,1rgba(175,191,251,1)
CMYK Modelcmyk(30%,24%,0%,2%)
HSL Color Space227,90% ,84%hsl(227,90% ,84%)
HSV Color Space227°, 30%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011111111111011
Octal257277373
Decimal175191251
Hexafbffb

Different shades of #afbffb color code.

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

Light Shade of #afbffb
#e0e6fd
Dark Shade of #afbffb
#7e98f9
Saturated Shade of #afbffb
#abbdff
Desaturated Shade of #afbffb
#b3c1f7
Grey scale Shade of #afbffb
#d5d5d5
Brighten Shade
#c8d8ff
Most Readable Shade
#000000

Shades of #afbffb color code

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

#afbffb
#9ba9df
#8894c3
#747fa7
#616a8b
#4d546f
#3a3f53
#262a37
#13151b
#000000

Similar Color like #afbffb color

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

#b0c0fc
#b1c1fd
#b2c2fe
#b3c3ff
#b4c4ff
#b5c5ff
#b6c6ff
#b7c7ff
#b8c8ff
#b9c9ff
#bacaff
#bbcbff
#bcccff
#bdcdff
#aebefa
#adbdf9
#acbcf8
#abbbf7
#aabaf6
#a9b9f5
#a8b8f4
#a7b7f3
#a6b6f2
#a5b5f1
#a4b4f0
#a3b3ef
#a2b2ee
#a1b1ed

Monochromatic Color with #afbffb

#afbffb
#1b1d26
#383e51
#565e7b
#747ea6
#919fd0

Tints of #afbffb Color

#afbffb
#b7c6fb
#c0cdfb
#c9d4fc
#d2dbfc
#dbe2fd
#e4e9fd
#edf0fe
#f6f7fe
#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

#afbffb
#fbebaf

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

Split Complementary

#afbffb
#fbc5af
#e5fbaf

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

Analogous Color

#afddfb
#afcefb
#afbffb
#afb0fb
#bdaffb

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

#afbffb
#fbafbf
#bffbaf

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

#afbffb
#fbafe5
#fbebaf
#affbc5

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

#afbffb
#fbebaf
#e5fbaf
#c5affb

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

#afbffb Color Code Preview on Black Background Color

This is how #afbffb Color will look on black background color. Color contrast ratio is 11.67

#afbffb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbffb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbffb

#afbffb color code is use for CSS Background Color

Background color for the above div is #afbffb

HTML with inline CSS

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

#afbffb color code is use for CSS Border Color

CSS Border color for the above div is #afbffb

HTML with inline CSS

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

CSS Border Left color for the above div is #afbffb

HTML with inline CSS

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

CSS Border Right color for the above div is #afbffb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afbffb

HTML with inline CSS

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

CSS Border Top color for the above div is #afbffb

HTML with inline CSS

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

#afbffb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afbffb Color code Preview on White Background

This is how #afbffb Color code will look on white background color. Color contrast ratio is 1.80

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

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,191,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,235,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,191,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.