crispedge.com

Color picker

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

#afbcef hex color - Blue - Cool color - Information

#afbcef hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afbcef Color code in RGB color code model is created after adding 68.63% red color, 73.73% green color and 93.73% blue color. Hex #afbcef Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 21% magenta, 0% yellow and 6% black.

Hex #afbcef color code is between #aabbee web safe hex color code and #bbccff web safe hex color code. #aabbee is the nearest web safe color code. You can see here many more shades of #afbcef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeafbcef#afbcef
RGB Decimal175, 188, 239rgb(175, 188, 239)
RGB Percent69%, 74%, 94%rgb(69%, 74%, 94%)
CSS RGBa175, 188, 239,1rgba(175,188,239,1)
CMYK Modelcmyk(27%,21%,0%,6%)
HSL Color Space228,67% ,81%hsl(228,67% ,81%)
HSV Color Space228°, 27%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011110011101111
Octal257274357
Decimal175188239
Hexafbcef

Different shades of #afbcef color code.

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

Light Shade of #afbcef
#d9e0f7
Dark Shade of #afbcef
#8498e6
Saturated Shade of #afbcef
#aab9f4
Desaturated Shade of #afbcef
#b4bfea
Grey scale Shade of #afbcef
#cfcfcf
Brighten Shade
#c8d5ff
Most Readable Shade
#000000

Shades of #afbcef color code

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

#afbcef
#9ba7d4
#8892b9
#747d9f
#616884
#4d536a
#3a3e4f
#262935
#13141a
#000000

Similar Color like #afbcef color

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

#b0bdf0
#b1bef1
#b2bff2
#b3c0f3
#b4c1f4
#b5c2f5
#b6c3f6
#b7c4f7
#b8c5f8
#b9c6f9
#bac7fa
#bbc8fb
#bcc9fc
#bdcafd
#aebbee
#adbaed
#acb9ec
#abb8eb
#aab7ea
#a9b6e9
#a8b5e8
#a7b4e7
#a6b3e6
#a5b2e5
#a4b1e4
#a3b0e3
#a2afe2
#a1aee1

Monochromatic Color with #afbcef

#afbcef
#13151a
#333645
#52586f
#71799a
#909bc4

Tints of #afbcef Color

#afbcef
#b7c3f0
#c0caf2
#c9d2f4
#d2d9f6
#dbe1f7
#e4e8f9
#edf0fb
#f6f7fd
#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

#afbcef
#efe2af

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

Split Complementary

#afbcef
#efc2af
#dcefaf

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

Analogous Color

#afd6ef
#afc9ef
#afbcef
#afafef
#bcafef

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

#afbcef
#efafbc
#bcefaf

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

#afbcef
#efafdc
#efe2af
#afefc2

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

#afbcef
#efe2af
#dcefaf
#c2afef

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

#afbcef Color Code Preview on Black Background Color

This is how #afbcef Color will look on black background color. Color contrast ratio is 11.26

#afbcef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbcef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbcef

#afbcef color code is use for CSS Background Color

Background color for the above div is #afbcef

HTML with inline CSS

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

#afbcef color code is use for CSS Border Color

CSS Border color for the above div is #afbcef

HTML with inline CSS

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

CSS Border Left color for the above div is #afbcef

HTML with inline CSS

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

CSS Border Right color for the above div is #afbcef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afbcef

HTML with inline CSS

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

CSS Border Top color for the above div is #afbcef

HTML with inline CSS

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

#afbcef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afbcef Color code Preview on White Background

This is how #afbcef Color code will look on white background color. Color contrast ratio is 1.86

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

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.