@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

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

#57bdcf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #57bdcf Color code in RGB color code model is created after adding 34.12% red color, 74.12% green color and 81.18% blue color. Hex #57bdcf Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 9% magenta, 0% yellow and 18.82% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 57bdcf #57bdcf
RGB Decimal 87, 189, 207 rgb(87, 189, 207)
RGB Percent 34%, 74%, 81% rgb(34%, 74%, 81%)
CSS RGBa 87, 189, 207,1 rgba(87,189,207,1)
CMYK Model cmyk(58%,9%,0%,18.82%)
HSL Color Space 189,56% ,58% hsl(189,56% ,58%)
HSV Color Space 189°, 58%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010111 10111101 11001111
Octal 127 275 317
Decimal 87 189 207
Hex 57 bd cf

Different shades of #57bdcf color code.

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

Light Shade of #57bdcf
#7fcdda
Dark Shade of #57bdcf
#36a9bd
Saturated Shade of #57bdcf
#4cc5da
Desaturated Shade of #57bdcf
#62b5c4
Grey scale Shade of #57bdcf
#939393
Brighten Shade
#70d6e8
Most Readable Shade
#000000

Shades of #57bdcf color code

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

#57bdcf
#4da8b8
#4393a1
#3a7e8a
#306973
#26545c
#1d3f45
#132a2e
#091517
#000000

Similar Color like #57bdcf color

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

#58bed0
#59bfd1
#5ac0d2
#5bc1d3
#5cc2d4
#5dc3d5
#5ec4d6
#5fc5d7
#60c6d8
#61c7d9
#62c8da
#63c9db
#64cadc
#65cbdd
#56bcce
#55bbcd
#54bacc
#53b9cb
#52b8ca
#51b7c9
#50b6c8
#4fb5c7
#4eb4c6
#4db3c5
#4cb2c4
#4bb1c3
#4ab0c2
#49afc1

Monochromatic Color with #57bdcf

#57bdcf
#69e4f9
#102225
#21494f
#336f7a
#4596a4

Tints of #57bdcf Color

#57bdcf
#69c4d4
#7ccbd9
#8fd3df
#a1dae4
#b4e1e9
#c7e9ef
#d9f0f4
#ecf7f9
#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

#57bdcf
#cf6957

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

Split Complementary

#57bdcf
#cf5781
#cfa557

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

Analogous Color

#57cfb1
#57cfc9
#57bdcf
#57a5cf
#578dcf

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

#57bdcf
#cf57bd
#bdcf57

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

#57bdcf
#a557cf
#cf6957
#81cf57

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

#57bdcf
#cf6957
#cfa557
#5781cf

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

#57bdcf Color Code Preview on Black Background Color

This is how #57bdcf Color will look on black background color. Color contrast ratio is 9.59

#57bdcf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#57bdcf color code is use for CSS Background Color

Background color for the above div is #57bdcf

HTML with inline CSS

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

#57bdcf color code is use for CSS Border Color

CSS Border color for the above div is #57bdcf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#57bdcf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#57bdcf Color code Preview on White Background

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

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

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(87,189,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,105,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(87,189,207,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.