crispedge.com

Color picker

Loading...

#59b3df hex color - Blue - Cool color - Information

#59b3df hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #59b3df Color code in RGB color code model is created after adding 34.9% red color, 70.2% green color and 87.45% blue color. Hex #59b3df Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 20% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code59b3df#59b3df
RGB Decimal89, 179, 223rgb(89, 179, 223)
RGB Percent35%, 70%, 87%rgb(35%, 70%, 87%)
CSS RGBa89, 179, 223,1rgba(89,179,223,1)
CMYK Modelcmyk(60%,20%,0%,13%)
HSL Color Space200,68% ,61%hsl(200,68% ,61%)
HSV Color Space200°, 60%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110011011001111011111
Octal131263337
Decimal89179223
Hex59b3df

Different shades of #59b3df color code.

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

Light Shade of #59b3df
#84c7e7
Dark Shade of #59b3df
#2e9fd7
Saturated Shade of #59b3df
#4fb6e9
Desaturated Shade of #59b3df
#63b0d5
Grey scale Shade of #59b3df
#9c9c9c
Brighten Shade
#72ccf8
Most Readable Shade
#000000

Shades of #59b3df color code

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

#59b3df
#4f9fc6
#458bad
#3b7794
#31637b
#274f63
#1d3b4a
#132731
#091318
#000000

Similar Color like #59b3df color

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

#5ab4e0
#5bb5e1
#5cb6e2
#5db7e3
#5eb8e4
#5fb9e5
#60bae6
#61bbe7
#62bce8
#63bde9
#64beea
#65bfeb
#66c0ec
#67c1ed
#58b2de
#57b1dd
#56b0dc
#55afdb
#54aeda
#53add9
#52acd8
#51abd7
#50aad6
#4fa9d5
#4ea8d4
#4da7d3
#4ca6d2
#4ba5d1

Monochromatic Color with #59b3df

#59b3df
#04080a
#152b35
#264d5f
#376f8a
#4891b4

Tints of #59b3df Color

#59b3df
#6bbbe2
#7dc3e6
#90cce9
#a2d4ed
#b5ddf0
#c7e5f4
#daeef7
#ecf6fb
#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

#59b3df
#df8559

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

Split Complementary

#59b3df
#df5970
#dfc859

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

Analogous Color

#59dfd5
#59cedf
#59b3df
#5998df
#597ddf

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

#59b3df
#df59b3
#b3df59

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

#59b3df
#c859df
#df8559
#70df59

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

#59b3df
#df8559
#dfc859
#5970df

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 #59b3df 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.

#59b3df Color Code Preview on Black Background Color

This is how #59b3df Color will look on black background color. Color contrast ratio is 8.94

#59b3df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #59b3df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #59b3df

#59b3df color code is use for CSS Background Color

Background color for the above div is #59b3df

HTML with inline CSS

<div style="background-color:#59b3df;"></div>

#59b3df color code is use for CSS Border Color

CSS Border color for the above div is #59b3df

HTML with inline CSS

<div style="border:5px solid #59b3df;"></div>

CSS Border Left color for the above div is #59b3df

HTML with inline CSS

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

CSS Border Right color for the above div is #59b3df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #59b3df

HTML with inline CSS

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

CSS Border Top color for the above div is #59b3df

HTML with inline CSS

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

#59b3df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59b3df Color code Preview on White Background

This is how #59b3df Color code will look on white background color. Color contrast ratio is 2.35

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

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(89,179,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,133,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(89,179,223,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.