crispedge.com

Color picker

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

#86caf7 hex color - Blue - Cool color - Information

#86caf7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #86caf7 Color code in RGB color code model is created after adding 52.55% red color, 79.22% green color and 96.86% blue color. Hex #86caf7 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 18% magenta, 0% yellow and 3% black.

Hex #86caf7 color code is between #88ccff web safe hex color code and #77bbee web safe hex color code. #88ccff is the nearest web safe color code. You can see here many more shades of #86caf7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code86caf7#86caf7
RGB Decimal134, 202, 247rgb(134, 202, 247)
RGB Percent53%, 79%, 97%rgb(53%, 79%, 97%)
CSS RGBa134, 202, 247,1rgba(134,202,247,1)
CMYK Modelcmyk(46%,18%,0%,3%)
HSL Color Space204,88% ,75%hsl(204,88% ,75%)
HSV Color Space204°, 46%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001101100101011110111
Octal206312367
Decimal134202247
Hex86caf7

Different shades of #86caf7 color code.

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

Light Shade of #86caf7
#b6dffa
Dark Shade of #86caf7
#56b5f4
Saturated Shade of #86caf7
#80cbfd
Desaturated Shade of #86caf7
#8cc9f1
Grey scale Shade of #86caf7
#bebebe
Brighten Shade
#9fe3ff
Most Readable Shade
#000000

Shades of #86caf7 color code

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

#86caf7
#77b3db
#689dc0
#5986a4
#4a7089
#3b596d
#2c4352
#1d2c36
#0e161b
#000000

Similar Color like #86caf7 color

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

#87cbf8
#88ccf9
#89cdfa
#8acefb
#8bcffc
#8cd0fd
#8dd1fe
#8ed2ff
#8fd3ff
#90d4ff
#91d5ff
#92d6ff
#93d7ff
#94d8ff
#85c9f6
#84c8f5
#83c7f4
#82c6f3
#81c5f2
#80c4f1
#7fc3f0
#7ec2ef
#7dc1ee
#7cc0ed
#7bbfec
#7abeeb
#79bdea
#78bce9

Monochromatic Color with #86caf7

#86caf7
#131c22
#2a3f4d
#416277
#5884a2
#6fa7cc

Tints of #86caf7 Color

#86caf7
#93cff7
#a0d5f8
#aedbf9
#bbe1fa
#c9e7fb
#d6edfc
#e4f3fd
#f1f9fe
#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

#86caf7
#f7b386

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

Split Complementary

#86caf7
#f78692
#f7eb86

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

Analogous Color

#86f7f7
#86e1f7
#86caf7
#86b3f7
#869df7

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

#86caf7
#f786ca
#caf786

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

#86caf7
#eb86f7
#f7b386
#91f786

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

#86caf7
#f7b386
#f7eb86
#8692f7

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 #86caf7 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.

#86caf7 Color Code Preview on Black Background Color

This is how #86caf7 Color will look on black background color. Color contrast ratio is 11.80

#86caf7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #86caf7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #86caf7

#86caf7 color code is use for CSS Background Color

Background color for the above div is #86caf7

HTML with inline CSS

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

#86caf7 color code is use for CSS Border Color

CSS Border color for the above div is #86caf7

HTML with inline CSS

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

CSS Border Left color for the above div is #86caf7

HTML with inline CSS

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

CSS Border Right color for the above div is #86caf7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #86caf7

HTML with inline CSS

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

CSS Border Top color for the above div is #86caf7

HTML with inline CSS

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

#86caf7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#86caf7 Color code Preview on White Background

This is how #86caf7 Color code will look on white background color. Color contrast ratio is 1.78

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

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.