crispedge.com

Color picker

Loading...

#87bbf9 hex color - Blue - Cool color - Information

#87bbf9 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #87bbf9 Color code in RGB color code model is created after adding 52.94% red color, 73.33% green color and 97.65% blue color. Hex #87bbf9 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 25% magenta, 0% yellow and 2% black.

Hex #87bbf9 color code is between #88aaff web safe hex color code and #77ccee web safe hex color code. #88aaff is the nearest web safe color code. You can see here many more shades of #87bbf9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code87bbf9#87bbf9
RGB Decimal135, 187, 249rgb(135, 187, 249)
RGB Percent53%, 73%, 98%rgb(53%, 73%, 98%)
CSS RGBa135, 187, 249,1rgba(135,187,249,1)
CMYK Modelcmyk(46%,25%,0%,2%)
HSL Color Space213,90% ,75%hsl(213,90% ,75%)
HSV Color Space213°, 46%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001111011101111111001
Octal207273371
Decimal135187249
Hex87bbf9

Different shades of #87bbf9 color code.

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

Light Shade of #87bbf9
#b8d7fb
Dark Shade of #87bbf9
#569ff7
Saturated Shade of #87bbf9
#81baff
Desaturated Shade of #87bbf9
#8dbcf3
Grey scale Shade of #87bbf9
#c0c0c0
Brighten Shade
#a0d4ff
Most Readable Shade
#000000

Shades of #87bbf9 color code

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

#87bbf9
#78a6dd
#6991c1
#5a7ca6
#4b678a
#3c536e
#2d3e53
#1e2937
#0f141b
#000000

Similar Color like #87bbf9 color

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

#88bcfa
#89bdfb
#8abefc
#8bbffd
#8cc0fe
#8dc1ff
#8ec2ff
#8fc3ff
#90c4ff
#91c5ff
#92c6ff
#93c7ff
#94c8ff
#95c9ff
#86baf8
#85b9f7
#84b8f6
#83b7f5
#82b6f4
#81b5f3
#80b4f2
#7fb3f1
#7eb2f0
#7db1ef
#7cb0ee
#7bafed
#7aaeec
#79adeb

Monochromatic Color with #87bbf9

#87bbf9
#141b24
#2b3b4f
#425b79
#597ba4
#709bce

Tints of #87bbf9 Color

#87bbf9
#94c2f9
#a1cafa
#afd1fb
#bcd9fb
#c9e0fc
#d7e8fd
#e4effd
#f1f7fe
#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

#87bbf9
#f9c587

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

Split Complementary

#87bbf9
#f98c87
#f4f987

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

Analogous Color

#87e9f9
#87d2f9
#87bbf9
#87a4f9
#878df9

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

#87bbf9
#f987bb
#bbf987

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

#87bbf9
#f987f4
#f9c587
#87f98c

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

#87bbf9
#f9c587
#f4f987
#8c87f9

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 #87bbf9 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.

#87bbf9 Color Code Preview on Black Background Color

This is how #87bbf9 Color will look on black background color. Color contrast ratio is 10.51

#87bbf9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #87bbf9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #87bbf9

#87bbf9 color code is use for CSS Background Color

Background color for the above div is #87bbf9

HTML with inline CSS

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

#87bbf9 color code is use for CSS Border Color

CSS Border color for the above div is #87bbf9

HTML with inline CSS

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

CSS Border Left color for the above div is #87bbf9

HTML with inline CSS

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

CSS Border Right color for the above div is #87bbf9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #87bbf9

HTML with inline CSS

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

CSS Border Top color for the above div is #87bbf9

HTML with inline CSS

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

#87bbf9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#87bbf9 Color code Preview on White Background

This is how #87bbf9 Color code will look on white background color. Color contrast ratio is 2.00

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

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(135,187,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(249,197,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(135,187,249,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.