crispedge.com

Color picker

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

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

#85fcc9 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #85fcc9 Color code in RGB color code model is created after adding 52.16% red color, 98.82% green color and 78.82% blue color. Hex #85fcc9 Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 20% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code85fcc9#85fcc9
RGB Decimal133, 252, 201rgb(133, 252, 201)
RGB Percent52%, 99%, 79%rgb(52%, 99%, 79%)
CSS RGBa133, 252, 201,1rgba(133,252,201,1)
CMYK Modelcmyk(47%,0%,20%,1%)
HSL Color Space154,95% ,75%hsl(154,95% ,75%)
HSV Color Space154°, 47%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011111110011001001
Octal205374311
Decimal133252201
Hex85fcc9

Different shades of #85fcc9 color code.

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

Light Shade of #85fcc9
#b7fddf
Dark Shade of #85fcc9
#53fbb3
Saturated Shade of #85fcc9
#82ffc9
Desaturated Shade of #85fcc9
#8bf6c8
Grey scale Shade of #85fcc9
#c0c0c0
Brighten Shade
#9effe2
Most Readable Shade
#000000

Shades of #85fcc9 color code

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

#85fcc9
#76e0b2
#67c49c
#58a886
#498c6f
#3b7059
#2c5443
#1d382c
#0e1c16
#000000

Similar Color like #85fcc9 color

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

#86fdca
#87fecb
#88ffcc
#89ffcd
#8affce
#8bffcf
#8cffd0
#8dffd1
#8effd2
#8fffd3
#90ffd4
#91ffd5
#92ffd6
#93ffd7
#84fbc8
#83fac7
#82f9c6
#81f8c5
#80f7c4
#7ff6c3
#7ef5c2
#7df4c1
#7cf3c0
#7bf2bf
#7af1be
#79f0bd
#78efbc
#77eebb

Monochromatic Color with #85fcc9

#85fcc9
#152720
#2b5241
#427c63
#58a785
#6fd1a7

Tints of #85fcc9 Color

#85fcc9
#92fccf
#a0fcd5
#adfddb
#bbfde1
#c8fde7
#d6feed
#e3fef3
#f1fef9
#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

#85fcc9
#fc85b8

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

Split Complementary

#85fcc9
#fc85f4
#fc8d85

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

Analogous Color

#85fc99
#85fcb1
#85fcc9
#85fce1
#85fcf9

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

#85fcc9
#c985fc
#fcc985

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

#85fcc9
#8d85fc
#fc85b8
#f3fc85

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

#85fcc9
#fc85b8
#fc8d85
#85f4fc

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

#85fcc9 Color Code Preview on Black Background Color

This is how #85fcc9 Color will look on black background color. Color contrast ratio is 16.76

#85fcc9 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#85fcc9 color code is use for CSS Background Color

Background color for the above div is #85fcc9

HTML with inline CSS

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

#85fcc9 color code is use for CSS Border Color

CSS Border color for the above div is #85fcc9

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#85fcc9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85fcc9 Color code Preview on White Background

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

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

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.