crispedge.com

Color picker

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

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

#85f2ee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #85f2ee Color code in RGB color code model is created after adding 52.16% red color, 94.9% green color and 93.33% blue color. Hex #85f2ee Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 2% yellow and 5% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code85f2ee#85f2ee
RGB Decimal133, 242, 238rgb(133, 242, 238)
RGB Percent52%, 95%, 93%rgb(52%, 95%, 93%)
CSS RGBa133, 242, 238,1rgba(133,242,238,1)
CMYK Modelcmyk(45%,0%,2%,5%)
HSL Color Space178,81% ,74%hsl(178,81% ,74%)
HSV Color Space178°, 45%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011111001011101110
Octal205362356
Decimal133242238
Hex85f2ee

Different shades of #85f2ee color code.

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

Light Shade of #85f2ee
#b3f7f4
Dark Shade of #85f2ee
#57ede8
Saturated Shade of #85f2ee
#7ef9f4
Desaturated Shade of #85f2ee
#8cebe8
Grey scale Shade of #85f2ee
#bbbbbb
Brighten Shade
#9effff
Most Readable Shade
#000000

Shades of #85f2ee color code

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

#85f2ee
#76d7d3
#67bcb9
#58a19e
#498684
#3b6b69
#2c504f
#1d3534
#0e1a1a
#000000

Similar Color like #85f2ee color

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

#86f3ef
#87f4f0
#88f5f1
#89f6f2
#8af7f3
#8bf8f4
#8cf9f5
#8dfaf6
#8efbf7
#8ffcf8
#90fdf9
#91fefa
#92fffb
#93fffc
#84f1ed
#83f0ec
#82efeb
#81eeea
#80ede9
#7fece8
#7eebe7
#7deae6
#7ce9e5
#7be8e4
#7ae7e3
#79e6e2
#78e5e1
#77e4e0

Monochromatic Color with #85f2ee

#85f2ee
#101d1d
#284847
#3f7271
#569d9a
#6ec7c4

Tints of #85f2ee Color

#85f2ee
#92f3ef
#a0f4f1
#adf6f3
#bbf7f5
#c8f9f7
#d6faf9
#e3fcfb
#f1fdfd
#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

#85f2ee
#f28589

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

Split Complementary

#85f2ee
#f285c0
#f2b785

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

Analogous Color

#85f2c2
#85f2d8
#85f2ee
#85e0f2
#85caf2

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

#85f2ee
#ee85f2
#f2ee85

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

#85f2ee
#b785f2
#f28589
#bff285

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

#85f2ee
#f28589
#f2b785
#85c0f2

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

#85f2ee Color Code Preview on Black Background Color

This is how #85f2ee Color will look on black background color. Color contrast ratio is 15.93

#85f2ee in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#85f2ee color code is use for CSS Background Color

Background color for the above div is #85f2ee

HTML with inline CSS

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

#85f2ee color code is use for CSS Border Color

CSS Border color for the above div is #85f2ee

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#85f2ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85f2ee Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.