crispedge.com

Color picker

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

#55e1ef hex color - Blue - Cool color - Information

#55e1ef hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #55e1ef Color code in RGB color code model is created after adding 33.33% red color, 88.24% green color and 93.73% blue color. Hex #55e1ef Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 6% magenta, 0% yellow and 6% black.

Hex #55e1ef color code is between #44ddee web safe hex color code and #66eeff web safe hex color code. #44ddee is the nearest web safe color code. You can see here many more shades of #55e1ef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code55e1ef#55e1ef
RGB Decimal85, 225, 239rgb(85, 225, 239)
RGB Percent33%, 88%, 94%rgb(33%, 88%, 94%)
CSS RGBa85, 225, 239,1rgba(85,225,239,1)
CMYK Modelcmyk(64%,6%,0%,6%)
HSL Color Space185,83% ,64%hsl(185,83% ,64%)
HSV Color Space185°, 64%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011110000111101111
Octal125341357
Decimal85225239
Hex55e1ef

Different shades of #55e1ef color code.

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

Light Shade of #55e1ef
#84e9f3
Dark Shade of #55e1ef
#26d9eb
Saturated Shade of #55e1ef
#4ce9f8
Desaturated Shade of #55e1ef
#5ed9e6
Grey scale Shade of #55e1ef
#a2a2a2
Brighten Shade
#6efaff
Most Readable Shade
#000000

Shades of #55e1ef color code

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

#55e1ef
#4bc8d4
#42afb9
#38969f
#2f7d84
#25646a
#1c4b4f
#123235
#09191a
#000000

Similar Color like #55e1ef color

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

#56e2f0
#57e3f1
#58e4f2
#59e5f3
#5ae6f4
#5be7f5
#5ce8f6
#5de9f7
#5eeaf8
#5febf9
#60ecfa
#61edfb
#62eefc
#63effd
#54e0ee
#53dfed
#52deec
#51ddeb
#50dcea
#4fdbe9
#4edae8
#4dd9e7
#4cd8e6
#4bd7e5
#4ad6e4
#49d5e3
#48d4e2
#47d3e1

Monochromatic Color with #55e1ef

#55e1ef
#09191a
#194145
#28696f
#37919a
#46b9c4

Tints of #55e1ef Color

#55e1ef
#67e4f0
#7ae7f2
#8debf4
#a0eef6
#b3f1f7
#c6f5f9
#d9f8fb
#ecfbfd
#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

#55e1ef
#ef6355

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

Split Complementary

#55e1ef
#ef5594
#efb055

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

Analogous Color

#55efbf
#55efde
#55e1ef
#55c2ef
#55a3ef

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

#55e1ef
#ef55e1
#e1ef55

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

#55e1ef
#b055ef
#ef6355
#94ef55

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

#55e1ef
#ef6355
#efb055
#5594ef

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 #55e1ef 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.

#55e1ef Color Code Preview on Black Background Color

This is how #55e1ef Color will look on black background color. Color contrast ratio is 13.40

#55e1ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55e1ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55e1ef

#55e1ef color code is use for CSS Background Color

Background color for the above div is #55e1ef

HTML with inline CSS

<div style="background-color:#55e1ef;"></div>

#55e1ef color code is use for CSS Border Color

CSS Border color for the above div is #55e1ef

HTML with inline CSS

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

CSS Border Left color for the above div is #55e1ef

HTML with inline CSS

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

CSS Border Right color for the above div is #55e1ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55e1ef

HTML with inline CSS

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

CSS Border Top color for the above div is #55e1ef

HTML with inline CSS

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

#55e1ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55e1ef Color code Preview on White Background

This is how #55e1ef Color code will look on white background color. Color contrast ratio is 1.57

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

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.