crispedge.com

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

#59bfee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #59bfee Color code in RGB color code model is created after adding 34.9% red color, 74.9% green color and 93.33% blue color. Hex #59bfee Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 20% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code59bfee#59bfee
RGB Decimal89, 191, 238rgb(89, 191, 238)
RGB Percent35%, 75%, 93%rgb(35%, 75%, 93%)
CSS RGBa89, 191, 238,1rgba(89,191,238,1)
CMYK Modelcmyk(63%,20%,0%,7%)
HSL Color Space199,81% ,64%hsl(199,81% ,64%)
HSV Color Space199°, 63%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110011011111111101110
Octal131277356
Decimal89191238
Hex59bfee

Different shades of #59bfee color code.

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

Light Shade of #59bfee
#87d1f3
Dark Shade of #59bfee
#2bade9
Saturated Shade of #59bfee
#50c2f7
Desaturated Shade of #59bfee
#62bce5
Grey scale Shade of #59bfee
#a3a3a3
Brighten Shade
#72d8ff
Most Readable Shade
#000000

Shades of #59bfee color code

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

#59bfee
#4fa9d3
#4594b9
#3b7f9e
#316a84
#275469
#1d3f4f
#132a34
#09151a
#000000

Similar Color like #59bfee color

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

#5ac0ef
#5bc1f0
#5cc2f1
#5dc3f2
#5ec4f3
#5fc5f4
#60c6f5
#61c7f6
#62c8f7
#63c9f8
#64caf9
#65cbfa
#66ccfb
#67cdfc
#58beed
#57bdec
#56bceb
#55bbea
#54bae9
#53b9e8
#52b8e7
#51b7e6
#50b6e5
#4fb5e4
#4eb4e3
#4db3e2
#4cb2e1
#4bb1e0

Monochromatic Color with #59bfee

#59bfee
#0a141a
#193744
#29596e
#397b99
#499dc3

Tints of #59bfee Color

#59bfee
#6bc6ef
#7dcdf1
#90d4f3
#a2dbf5
#b5e2f7
#c7e9f9
#daf0fb
#ecf7fd
#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

#59bfee
#ee8859

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

Split Complementary

#59bfee
#ee5974
#eed359

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

Analogous Color

#59eee1
#59ddee
#59bfee
#59a1ee
#5983ee

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

#59bfee
#ee59bf
#bfee59

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

#59bfee
#d259ee
#ee8859
#74ee59

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

#59bfee
#ee8859
#eed359
#5974ee

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

#59bfee Color Code Preview on Black Background Color

This is how #59bfee Color will look on black background color. Color contrast ratio is 10.11

#59bfee in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#59bfee color code is use for CSS Background Color

Background color for the above div is #59bfee

HTML with inline CSS

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

#59bfee color code is use for CSS Border Color

CSS Border color for the above div is #59bfee

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#59bfee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59bfee Color code Preview on White Background

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

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

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,191,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,136,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(89,191,238,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.

< /html>