crispedge.com

Color picker

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

#57bdd9 hex color - Blue - Cool color - Information

#57bdd9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #57bdd9 Color code in RGB color code model is created after adding 34.12% red color, 74.12% green color and 85.1% blue color. Hex #57bdd9 Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 13% magenta, 0% yellow and 15% black.

Hex #57bdd9 color code is between #55bbdd web safe hex color code and #66cccc web safe hex color code. #55bbdd is the nearest web safe color code. You can see here many more shades of #57bdd9 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code57bdd9#57bdd9
RGB Decimal87, 189, 217rgb(87, 189, 217)
RGB Percent34%, 74%, 85%rgb(34%, 74%, 85%)
CSS RGBa87, 189, 217,1rgba(87,189,217,1)
CMYK Modelcmyk(60%,13%,0%,15%)
HSL Color Space193,63% ,60%hsl(193,63% ,60%)
HSV Color Space193°, 60%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101111011110111011001
Octal127275331
Decimal87189217
Hex57bdd9

Different shades of #57bdd9 color code.

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

Light Shade of #57bdd9
#81cde2
Dark Shade of #57bdd9
#2facce
Saturated Shade of #57bdd9
#4dc3e3
Desaturated Shade of #57bdd9
#61b7cf
Grey scale Shade of #57bdd9
#989898
Brighten Shade
#70d6f2
Most Readable Shade
#000000

Shades of #57bdd9 color code

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

#57bdd9
#4da8c0
#4393a8
#3a7e90
#306978
#265460
#1d3f48
#132a30
#091518
#000000

Similar Color like #57bdd9 color

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

#58beda
#59bfdb
#5ac0dc
#5bc1dd
#5cc2de
#5dc3df
#5ec4e0
#5fc5e1
#60c6e2
#61c7e3
#62c8e4
#63c9e5
#64cae6
#65cbe7
#56bcd8
#55bbd7
#54bad6
#53b9d5
#52b8d4
#51b7d3
#50b6d2
#4fb5d1
#4eb4d0
#4db3cf
#4cb2ce
#4bb1cd
#4ab0cc
#49afcb

Monochromatic Color with #57bdd9

#57bdd9
#020404
#13292f
#244e59
#357384
#4698ae

Tints of #57bdd9 Color

#57bdd9
#69c4dd
#7ccbe1
#8fd3e5
#a1dae9
#b4e1ee
#c7e9f2
#d9f0f6
#ecf7fa
#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

#57bdd9
#d97357

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

Split Complementary

#57bdd9
#d9577c
#d9b457

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

Analogous Color

#57d9c1
#57d7d9
#57bdd9
#57a3d9
#5789d9

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

#57bdd9
#d957bd
#bdd957

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

#57bdd9
#b457d9
#d97357
#7cd957

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

#57bdd9
#d97357
#d9b457
#577cd9

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 #57bdd9 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.

#57bdd9 Color Code Preview on Black Background Color

This is how #57bdd9 Color will look on black background color. Color contrast ratio is 9.69

#57bdd9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #57bdd9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #57bdd9

#57bdd9 color code is use for CSS Background Color

Background color for the above div is #57bdd9

HTML with inline CSS

<div style="background-color:#57bdd9;"></div>

#57bdd9 color code is use for CSS Border Color

CSS Border color for the above div is #57bdd9

HTML with inline CSS

<div style="border:5px solid #57bdd9;"></div>

CSS Border Left color for the above div is #57bdd9

HTML with inline CSS

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

CSS Border Right color for the above div is #57bdd9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #57bdd9

HTML with inline CSS

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

CSS Border Top color for the above div is #57bdd9

HTML with inline CSS

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

#57bdd9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#57bdd9 Color code Preview on White Background

This is how #57bdd9 Color code will look on white background color. Color contrast ratio is 2.17

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

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.