crispedge.com

Color picker

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

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

#59bbf0 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #59bbf0 Color code in RGB color code model is created after adding 34.9% red color, 73.33% green color and 94.12% blue color. Hex #59bbf0 Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 22% magenta, 0% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code59bbf0#59bbf0
RGB Decimal89, 187, 240rgb(89, 187, 240)
RGB Percent35%, 73%, 94%rgb(35%, 73%, 94%)
CSS RGBa89, 187, 240,1rgba(89,187,240,1)
CMYK Modelcmyk(63%,22%,0%,6%)
HSL Color Space201,83% ,65%hsl(201,83% ,65%)
HSV Color Space201°, 63%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110011011101111110000
Octal131273360
Decimal89187240
Hex59bbf0

Different shades of #59bbf0 color code.

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

Light Shade of #59bbf0
#88cef4
Dark Shade of #59bbf0
#2aa8ec
Saturated Shade of #59bbf0
#50bef9
Desaturated Shade of #59bbf0
#62b8e7
Grey scale Shade of #59bbf0
#a4a4a4
Brighten Shade
#72d4ff
Most Readable Shade
#000000

Shades of #59bbf0 color code

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

#59bbf0
#4fa6d5
#4591ba
#3b7ca0
#316785
#27536a
#1d3e50
#132935
#09141a
#000000

Similar Color like #59bbf0 color

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

#5abcf1
#5bbdf2
#5cbef3
#5dbff4
#5ec0f5
#5fc1f6
#60c2f7
#61c3f8
#62c4f9
#63c5fa
#64c6fb
#65c7fc
#66c8fd
#67c9fe
#58baef
#57b9ee
#56b8ed
#55b7ec
#54b6eb
#53b5ea
#52b4e9
#51b3e8
#50b2e7
#4fb1e6
#4eb0e5
#4dafe4
#4caee3
#4bade2

Monochromatic Color with #59bbf0

#59bbf0
#0a151b
#1a3746
#2a5870
#39799b
#499ac5

Tints of #59bbf0 Color

#59bbf0
#6bc2f1
#7dcaf3
#90d1f5
#a2d9f6
#b5e0f8
#c7e8fa
#daeffb
#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

#59bbf0
#f08e59

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

Split Complementary

#59bbf0
#f05970
#f0d959

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

Analogous Color

#59f0e9
#59d9f0
#59bbf0
#599df0
#597ff0

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

#59bbf0
#f059bb
#bbf059

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

#59bbf0
#d959f0
#f08e59
#6ff059

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

#59bbf0
#f08e59
#f0d959
#5970f0

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

#59bbf0 Color Code Preview on Black Background Color

This is how #59bbf0 Color will look on black background color. Color contrast ratio is 9.79

#59bbf0 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#59bbf0 color code is use for CSS Background Color

Background color for the above div is #59bbf0

HTML with inline CSS

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

#59bbf0 color code is use for CSS Border Color

CSS Border color for the above div is #59bbf0

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#59bbf0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59bbf0 Color code Preview on White Background

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

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

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.