crispedge.com

Color picker

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

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

#59bbd2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #59bbd2 Color code in RGB color code model is created after adding 34.9% red color, 73.33% green color and 82.35% blue color. Hex #59bbd2 Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 11% magenta, 0% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code59bbd2#59bbd2
RGB Decimal89, 187, 210rgb(89, 187, 210)
RGB Percent35%, 73%, 82%rgb(35%, 73%, 82%)
CSS RGBa89, 187, 210,1rgba(89,187,210,1)
CMYK Modelcmyk(58%,11%,0%,18%)
HSL Color Space191,57% ,59%hsl(191,57% ,59%)
HSV Color Space191°, 58%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110011011101111010010
Octal131273322
Decimal89187210
Hex59bbd2

Different shades of #59bbd2 color code.

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

Light Shade of #59bbd2
#81cbdd
Dark Shade of #59bbd2
#35a8c3
Saturated Shade of #59bbd2
#4ec2dd
Desaturated Shade of #59bbd2
#64b4c7
Grey scale Shade of #59bbd2
#959595
Brighten Shade
#72d4eb
Most Readable Shade
#000000

Shades of #59bbd2 color code

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

#59bbd2
#4fa6ba
#4591a3
#3b7c8c
#316774
#27535d
#1d3e46
#13292e
#091417
#000000

Similar Color like #59bbd2 color

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

#5abcd3
#5bbdd4
#5cbed5
#5dbfd6
#5ec0d7
#5fc1d8
#60c2d9
#61c3da
#62c4db
#63c5dc
#64c6dd
#65c7de
#66c8df
#67c9e0
#58bad1
#57b9d0
#56b8cf
#55b7ce
#54b6cd
#53b5cc
#52b4cb
#51b3ca
#50b2c9
#4fb1c8
#4eb0c7
#4dafc6
#4caec5
#4badc4

Monochromatic Color with #59bbd2

#59bbd2
#6be1fc
#112428
#234952
#356f7d
#4795a7

Tints of #59bbd2 Color

#59bbd2
#6bc2d7
#7dcadc
#90d1e1
#a2d9e6
#b5e0eb
#c7e8f0
#daeff5
#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

#59bbd2
#d27059

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

Split Complementary

#59bbd2
#d2597f
#d2ad59

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

Analogous Color

#59d2b9
#59d2d1
#59bbd2
#59a3d2
#598bd2

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

#59bbd2
#d259bb
#bbd259

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

#59bbd2
#ac59d2
#d27059
#7ed259

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

#59bbd2
#d27059
#d2ad59
#597fd2

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

#59bbd2 Color Code Preview on Black Background Color

This is how #59bbd2 Color will look on black background color. Color contrast ratio is 9.46

#59bbd2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#59bbd2 color code is use for CSS Background Color

Background color for the above div is #59bbd2

HTML with inline CSS

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

#59bbd2 color code is use for CSS Border Color

CSS Border color for the above div is #59bbd2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#59bbd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59bbd2 Color code Preview on White Background

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

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

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.