Skip to main content Skip to docs navigation

#86cffe hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Platonic Blue and its hex is #88CCFF Nearest Color Name

Color Hue/Base color: Blue

Hex #86cffe Color code in RGB color code model is created after adding 52.55% red color, 81.18% green color and 99.61% blue color. Hex #86cffe Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 19% magenta, 0% yellow and 0.39% black.

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

RGB Chart

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

Color Table

Hex Color Code 86cffe #86cffe
RGB Decimal 134, 207, 254 134, 207, 254
RGB Percent 53%, 81%, 100% rgb(53%, 81%, 100%)
CSS RGBa 134, 207, 254,1 rgba(134,207,254,1)
CMYK Model cmyk(47%,19%,0%,0.39%)
HSL Color Space 204,98% ,76% hsl(204,98% ,76%)
HSV Color Space 204°, 47%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10000110 11001111 11111110
Octal 206 317 376
Decimal 134 207 254
Hex 86 cf fe

Different shades of #86cffe color code.

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

Darkest of #86cffe
#028fe9
Darker of #86cffe
#21a7fd
Dark of #86cffe
#53bbfe
Base of #86cffe
#86cffe
Light of #86cffe
#b9e3fe
Lighter
#ebf7ff
Lightest
#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

#86cffe
#feb586

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

Split Complementary

#86cffe
#fe8693
#fef186

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

Analogous Color

#86fee7
#86fefb
#86cffe
#86a7fe
#9786fe

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

#86cffe
#cffe86
#fe86cf

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

#86cffe
#fe86cf
#feb586
#86feb5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#86cffe
#f186fe
#feb586
#93fe86

Square 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).

Monochromatic Color with #86cffe

#0270b6
#028fe9
#21a7fd
#53bbfe
#86cffe
#b9e3fe
#ebf7ff
#ffffff
#ffffff

Tints of #86cffe Color

#86cffe
#93d4fe
#a0d9fe
#aedffe
#bbe4fe
#c9e9fe
#d6effe
#e4f4fe
#f1f9fe
#ffffff

Shades of #86cffe color code

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

#86cffe
#77b8e1
#68a1c5
#598aa9
#4a738d
#3b5c70
#2c4554
#1d2e38
#0e171c
#000000

Tones

#86cffe
#92ccf2
#9ecae6
#abc7d9
#b7c4cd

Tones

Similar Color like #86cffe color

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

#87d0ff
#88d1ff
#89d2ff
#8ad3ff
#8bd4ff
#8cd5ff
#8dd6ff
#8ed7ff
#8fd8ff
#90d9ff
#91daff
#92dbff
#93dcff
#94ddff
#85cefd
#84cdfc
#83ccfb
#82cbfa
#81caf9
#80c9f8
#7fc8f7
#7ec7f6
#7dc6f5
#7cc5f4
#7bc4f3
#7ac3f2
#79c2f1
#78c1f0

Download this Light Blue

Hex #86cffe 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.

#86cffe Color Code Preview on Black Background Color

This is how #86cffe Color will look on black background color. Color contrast ratio is 12.37

#86cffe in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#86cffe color code is use for CSS Background Color

Background color for the above div is #86cffe

HTML with inline CSS

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

#86cffe color code is use for CSS Border Color

CSS Border color for the above div is #86cffe

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#86cffe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#86cffe Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(134,207,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,181,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(134,207,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }