crispedge.com

Color picker

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

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

#87bfd5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #87bfd5 Color code in RGB color code model is created after adding 52.94% red color, 74.9% green color and 83.53% blue color. Hex #87bfd5 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 10% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code87bfd5#87bfd5
RGB Decimal135, 191, 213rgb(135, 191, 213)
RGB Percent53%, 75%, 84%rgb(53%, 75%, 84%)
CSS RGBa135, 191, 213,1rgba(135,191,213,1)
CMYK Modelcmyk(37%,10%,0%,16%)
HSL Color Space197,48% ,68%hsl(197,48% ,68%)
HSV Color Space197°, 37%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001111011111111010101
Octal207277325
Decimal135191213
Hex87bfd5

Different shades of #87bfd5 color code.

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

Light Shade of #87bfd5
#add3e2
Dark Shade of #87bfd5
#61abc8
Saturated Shade of #87bfd5
#7fc3dd
Desaturated Shade of #87bfd5
#8fbbcd
Grey scale Shade of #87bfd5
#aeaeae
Brighten Shade
#a0d8ee
Most Readable Shade
#000000

Shades of #87bfd5 color code

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

#87bfd5
#78a9bd
#6994a5
#5a7f8e
#4b6a76
#3c545e
#2d3f47
#1e2a2f
#0f1517
#000000

Similar Color like #87bfd5 color

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

#88c0d6
#89c1d7
#8ac2d8
#8bc3d9
#8cc4da
#8dc5db
#8ec6dc
#8fc7dd
#90c8de
#91c9df
#92cae0
#93cbe1
#94cce2
#95cde3
#86bed4
#85bdd3
#84bcd2
#83bbd1
#82bad0
#81b9cf
#80b8ce
#7fb7cd
#7eb6cc
#7db5cb
#7cb4ca
#7bb3c9
#7ab2c8
#79b1c7

Monochromatic Color with #87bfd5

#87bfd5
#000000
#1b272b
#364d55
#517380
#6c99aa

Tints of #87bfd5 Color

#87bfd5
#94c6d9
#a1cdde
#afd4e3
#bcdbe7
#c9e2ec
#d7e9f1
#e4f0f5
#f1f7fa
#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

#87bfd5
#d59d87

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

Split Complementary

#87bfd5
#d58798
#d5c487

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

Analogous Color

#87d5cc
#87cfd5
#87bfd5
#87afd5
#87a0d5

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

#87bfd5
#d587bf
#bfd587

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

#87bfd5
#c487d5
#d59d87
#98d587

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

#87bfd5
#d59d87
#d5c487
#8798d5

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

#87bfd5 Color Code Preview on Black Background Color

This is how #87bfd5 Color will look on black background color. Color contrast ratio is 10.44

#87bfd5 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#87bfd5 color code is use for CSS Background Color

Background color for the above div is #87bfd5

HTML with inline CSS

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

#87bfd5 color code is use for CSS Border Color

CSS Border color for the above div is #87bfd5

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#87bfd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#87bfd5 Color code Preview on White Background

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

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

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.