crispedge.com

Color picker

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

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

#59cef2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #59cef2 Color code in RGB color code model is created after adding 34.9% red color, 80.78% green color and 94.9% blue color. Hex #59cef2 Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 15% magenta, 0% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code59cef2#59cef2
RGB Decimal89, 206, 242rgb(89, 206, 242)
RGB Percent35%, 81%, 95%rgb(35%, 81%, 95%)
CSS RGBa89, 206, 242,1rgba(89,206,242,1)
CMYK Modelcmyk(63%,15%,0%,5%)
HSL Color Space194,85% ,65%hsl(194,85% ,65%)
HSV Color Space194°, 63%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110011100111011110010
Octal131316362
Decimal89206242
Hex59cef2

Different shades of #59cef2 color code.

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

Light Shade of #59cef2
#88dcf6
Dark Shade of #59cef2
#2ac0ee
Saturated Shade of #59cef2
#50d3fb
Desaturated Shade of #59cef2
#62c9e9
Grey scale Shade of #59cef2
#a5a5a5
Brighten Shade
#72e7ff
Most Readable Shade
#000000

Shades of #59cef2 color code

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

#59cef2
#4fb7d7
#45a0bc
#3b89a1
#317286
#275b6b
#1d4450
#132d35
#09161a
#000000

Similar Color like #59cef2 color

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

#5acff3
#5bd0f4
#5cd1f5
#5dd2f6
#5ed3f7
#5fd4f8
#60d5f9
#61d6fa
#62d7fb
#63d8fc
#64d9fd
#65dafe
#66dbff
#67dcff
#58cdf1
#57ccf0
#56cbef
#55caee
#54c9ed
#53c8ec
#52c7eb
#51c6ea
#50c5e9
#4fc4e8
#4ec3e7
#4dc2e6
#4cc1e5
#4bc0e4

Monochromatic Color with #59cef2

#59cef2
#0b191d
#1a3d48
#2a6172
#3a869d
#49aac7

Tints of #59cef2 Color

#59cef2
#6bd3f3
#7dd8f4
#90def6
#a2e3f7
#b5e9f9
#c7eefa
#daf4fc
#ecf9fd
#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

#59cef2
#f27d59

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

Split Complementary

#59cef2
#f25981
#f2ca59

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

Analogous Color

#59f2d9
#59edf2
#59cef2
#59aff2
#5991f2

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

#59cef2
#f259ce
#cef259

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

#59cef2
#c959f2
#f27d59
#81f259

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

#59cef2
#f27d59
#f2ca59
#5981f2

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

#59cef2 Color Code Preview on Black Background Color

This is how #59cef2 Color will look on black background color. Color contrast ratio is 11.54

#59cef2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#59cef2 color code is use for CSS Background Color

Background color for the above div is #59cef2

HTML with inline CSS

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

#59cef2 color code is use for CSS Border Color

CSS Border color for the above div is #59cef2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#59cef2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59cef2 Color code Preview on White Background

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

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

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.