crispedge.com

Color picker

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

#5ebfdf hex color - Blue - Cool color - Information

#5ebfdf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5ebfdf Color code in RGB color code model is created after adding 36.86% red color, 74.9% green color and 87.45% blue color. Hex #5ebfdf Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 14% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5ebfdf#5ebfdf
RGB Decimal94, 191, 223rgb(94, 191, 223)
RGB Percent37%, 75%, 87%rgb(37%, 75%, 87%)
CSS RGBa94, 191, 223,1rgba(94,191,223,1)
CMYK Modelcmyk(58%,14%,0%,13%)
HSL Color Space195,67% ,62%hsl(195,67% ,62%)
HSV Color Space195°, 58%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101011111111011111
Octal136277337
Decimal94191223
Hex5ebfdf

Different shades of #5ebfdf color code.

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

Light Shade of #5ebfdf
#89d0e7
Dark Shade of #5ebfdf
#33aed7
Saturated Shade of #5ebfdf
#54c4e9
Desaturated Shade of #5ebfdf
#68bad5
Grey scale Shade of #5ebfdf
#9e9e9e
Brighten Shade
#77d8f8
Most Readable Shade
#000000

Shades of #5ebfdf color code

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

#5ebfdf
#53a9c6
#4994ad
#3e7f94
#346a7b
#295463
#1f3f4a
#142a31
#0a1518
#000000

Similar Color like #5ebfdf color

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

#5fc0e0
#60c1e1
#61c2e2
#62c3e3
#63c4e4
#64c5e5
#65c6e6
#66c7e7
#67c8e8
#68c9e9
#69caea
#6acbeb
#6bccec
#6ccded
#5dbede
#5cbddd
#5bbcdc
#5abbdb
#59bada
#58b9d9
#57b8d8
#56b7d7
#55b6d6
#54b5d5
#53b4d4
#52b3d3
#51b2d2
#50b1d1

Monochromatic Color with #5ebfdf

#5ebfdf
#04090a
#162d35
#28525f
#3a768a
#4c9bb4

Tints of #5ebfdf Color

#5ebfdf
#6fc6e2
#81cde6
#93d4e9
#a5dbed
#b7e2f0
#c9e9f4
#dbf0f7
#edf7fb
#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

#5ebfdf
#df7e5e

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

Split Complementary

#5ebfdf
#df5e7e
#dfbf5e

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

Analogous Color

#5edfcb
#5ed9df
#5ebfdf
#5ea5df
#5e8bdf

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

#5ebfdf
#df5ebf
#bfdf5e

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

#5ebfdf
#be5edf
#df7e5e
#7edf5e

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

#5ebfdf
#df7e5e
#dfbf5e
#5e7edf

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 #5ebfdf 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.

#5ebfdf Color Code Preview on Black Background Color

This is how #5ebfdf Color will look on black background color. Color contrast ratio is 9.99

#5ebfdf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5ebfdf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5ebfdf

#5ebfdf color code is use for CSS Background Color

Background color for the above div is #5ebfdf

HTML with inline CSS

<div style="background-color:#5ebfdf;"></div>

#5ebfdf color code is use for CSS Border Color

CSS Border color for the above div is #5ebfdf

HTML with inline CSS

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

CSS Border Left color for the above div is #5ebfdf

HTML with inline CSS

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

CSS Border Right color for the above div is #5ebfdf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5ebfdf

HTML with inline CSS

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

CSS Border Top color for the above div is #5ebfdf

HTML with inline CSS

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

#5ebfdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5ebfdf Color code Preview on White Background

This is how #5ebfdf Color code will look on white background color. Color contrast ratio is 2.10

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

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.