crispedge.com

Color picker

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

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

#85bdf9 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #85bdf9 Color code in RGB color code model is created after adding 52.16% red color, 74.12% green color and 97.65% blue color. Hex #85bdf9 Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 24% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code85bdf9#85bdf9
RGB Decimal133, 189, 249rgb(133, 189, 249)
RGB Percent52%, 74%, 98%rgb(52%, 74%, 98%)
CSS RGBa133, 189, 249,1rgba(133,189,249,1)
CMYK Modelcmyk(47%,24%,0%,2%)
HSL Color Space211,91% ,75%hsl(211,91% ,75%)
HSV Color Space211°, 47%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011011110111111001
Octal205275371
Decimal133189249
Hex85bdf9

Different shades of #85bdf9 color code.

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

Light Shade of #85bdf9
#b6d7fb
Dark Shade of #85bdf9
#54a3f7
Saturated Shade of #85bdf9
#7fbdff
Desaturated Shade of #85bdf9
#8bbdf3
Grey scale Shade of #85bdf9
#bfbfbf
Brighten Shade
#9ed6ff
Most Readable Shade
#000000

Shades of #85bdf9 color code

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

#85bdf9
#76a8dd
#6793c1
#587ea6
#49698a
#3b546e
#2c3f53
#1d2a37
#0e151b
#000000

Similar Color like #85bdf9 color

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

#86befa
#87bffb
#88c0fc
#89c1fd
#8ac2fe
#8bc3ff
#8cc4ff
#8dc5ff
#8ec6ff
#8fc7ff
#90c8ff
#91c9ff
#92caff
#93cbff
#84bcf8
#83bbf7
#82baf6
#81b9f5
#80b8f4
#7fb7f3
#7eb6f2
#7db5f1
#7cb4f0
#7bb3ef
#7ab2ee
#79b1ed
#78b0ec
#77afeb

Monochromatic Color with #85bdf9

#85bdf9
#131c24
#2a3c4f
#415c79
#587ca4
#6e9dce

Tints of #85bdf9 Color

#85bdf9
#92c4f9
#a0cbfa
#add3fb
#bbdafb
#c8e1fc
#d6e9fd
#e3f0fd
#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

#85bdf9
#f9c185

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

Split Complementary

#85bdf9
#f98785
#f7f985

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

Analogous Color

#85ebf9
#85d4f9
#85bdf9
#85a6f9
#858ff9

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

#85bdf9
#f985bd
#bdf985

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

#85bdf9
#f985f7
#f9c185
#85f987

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

#85bdf9
#f9c185
#f7f985
#8785f9

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

#85bdf9 Color Code Preview on Black Background Color

This is how #85bdf9 Color will look on black background color. Color contrast ratio is 10.64

#85bdf9 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#85bdf9 color code is use for CSS Background Color

Background color for the above div is #85bdf9

HTML with inline CSS

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

#85bdf9 color code is use for CSS Border Color

CSS Border color for the above div is #85bdf9

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#85bdf9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85bdf9 Color code Preview on White Background

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

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

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.