crispedge.com

Color picker

Loading...

#85bfc5 hex color - Blue - Cool color - Information

#85bfc5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #85bfc5 Color code in RGB color code model is created after adding 52.16% red color, 74.9% green color and 77.25% blue color. Hex #85bfc5 Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 3% magenta, 0% yellow and 23% black.

Hex #85bfc5 color code is between #88bbcc web safe hex color code and #77ccbb web safe hex color code. #88bbcc is the nearest web safe color code. You can see here many more shades of #85bfc5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code85bfc5#85bfc5
RGB Decimal133, 191, 197rgb(133, 191, 197)
RGB Percent52%, 75%, 77%rgb(52%, 75%, 77%)
CSS RGBa133, 191, 197,1rgba(133,191,197,1)
CMYK Modelcmyk(32%,3%,0%,23%)
HSL Color Space186,36% ,65%hsl(186,36% ,65%)
HSV Color Space186°, 32%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011011111111000101
Octal205277305
Decimal133191197
Hex85bfc5

Different shades of #85bfc5 color code.

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

Light Shade of #85bfc5
#a8d1d5
Dark Shade of #85bfc5
#62adb5
Saturated Shade of #85bfc5
#7cc6ce
Desaturated Shade of #85bfc5
#8eb8bc
Grey scale Shade of #85bfc5
#a5a5a5
Brighten Shade
#9ed8de
Most Readable Shade
#000000

Shades of #85bfc5 color code

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

#85bfc5
#76a9af
#679499
#587f83
#496a6d
#3b5457
#2c3f41
#1d2a2b
#0e1515
#000000

Similar Color like #85bfc5 color

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

#86c0c6
#87c1c7
#88c2c8
#89c3c9
#8ac4ca
#8bc5cb
#8cc6cc
#8dc7cd
#8ec8ce
#8fc9cf
#90cad0
#91cbd1
#92ccd2
#93cdd3
#84bec4
#83bdc3
#82bcc2
#81bbc1
#80bac0
#7fb9bf
#7eb8be
#7db7bd
#7cb6bc
#7bb5bb
#7ab4ba
#79b3b9
#78b2b8
#77b1b7

Monochromatic Color with #85bfc5

#85bfc5
#a2e8ef
#121a1b
#2f4345
#4c6d70
#68969a

Tints of #85bfc5 Color

#85bfc5
#92c6cb
#a0cdd1
#add4d8
#bbdbde
#c8e2e5
#d6e9eb
#e3f0f2
#f1f7f8
#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

#85bfc5
#c58b85

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

Split Complementary

#85bfc5
#c5859f
#c5ab85

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

Analogous Color

#85c5b1
#85c5be
#85bfc5
#85b2c5
#85a5c5

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

#85bfc5
#c585bf
#bfc585

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

#85bfc5
#ab85c5
#c58b85
#9fc585

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

#85bfc5
#c58b85
#c5ab85
#859fc5

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 #85bfc5 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.

#85bfc5 Color Code Preview on Black Background Color

This is how #85bfc5 Color will look on black background color. Color contrast ratio is 10.26

#85bfc5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85bfc5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85bfc5

#85bfc5 color code is use for CSS Background Color

Background color for the above div is #85bfc5

HTML with inline CSS

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

#85bfc5 color code is use for CSS Border Color

CSS Border color for the above div is #85bfc5

HTML with inline CSS

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

CSS Border Left color for the above div is #85bfc5

HTML with inline CSS

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

CSS Border Right color for the above div is #85bfc5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85bfc5

HTML with inline CSS

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

CSS Border Top color for the above div is #85bfc5

HTML with inline CSS

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

#85bfc5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85bfc5 Color code Preview on White Background

This is how #85bfc5 Color code will look on white background color. Color contrast ratio is 2.05

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

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(133,191,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,139,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,191,197,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.