crispedge.com

Color picker

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

#89efe2 hex color - Blue - Cool color - Information

#89efe2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #89efe2 Color code in RGB color code model is created after adding 53.73% red color, 93.73% green color and 88.63% blue color. Hex #89efe2 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 5% yellow and 6% black.

Hex #89efe2 color code is between #88eedd web safe hex color code and #99ffee web safe hex color code. #88eedd is the nearest web safe color code. You can see here many more shades of #89efe2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code89efe2#89efe2
RGB Decimal137, 239, 226rgb(137, 239, 226)
RGB Percent54%, 94%, 89%rgb(54%, 94%, 89%)
CSS RGBa137, 239, 226,1rgba(137,239,226,1)
CMYK Modelcmyk(43%,0%,5%,6%)
HSL Color Space172,76% ,74%hsl(172,76% ,74%)
HSV Color Space172°, 43%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010011110111111100010
Octal211357342
Decimal137239226
Hex89efe2

Different shades of #89efe2 color code.

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

Light Shade of #89efe2
#b6f5ed
Dark Shade of #89efe2
#5ce9d7
Saturated Shade of #89efe2
#82f6e7
Desaturated Shade of #89efe2
#90e8dd
Grey scale Shade of #89efe2
#bcbcbc
Brighten Shade
#a2fffb
Most Readable Shade
#000000

Shades of #89efe2 color code

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

#89efe2
#79d4c8
#6ab9af
#5b9f96
#4c847d
#3c6a64
#2d4f4b
#1e3532
#0f1a19
#000000

Similar Color like #89efe2 color

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

#8af0e3
#8bf1e4
#8cf2e5
#8df3e6
#8ef4e7
#8ff5e8
#90f6e9
#91f7ea
#92f8eb
#93f9ec
#94faed
#95fbee
#96fcef
#97fdf0
#88eee1
#87ede0
#86ecdf
#85ebde
#84eadd
#83e9dc
#82e8db
#81e7da
#80e6d9
#7fe5d8
#7ee4d7
#7de3d6
#7ce2d5
#7be1d4

Monochromatic Color with #89efe2

#89efe2
#0f1a19
#284541
#406f69
#589a92
#71c4ba

Tints of #89efe2 Color

#89efe2
#96f0e5
#a3f2e8
#b0f4eb
#bdf6ee
#caf7f2
#d7f9f5
#e4fbf8
#f1fdfb
#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

#89efe2
#ef8996

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

Split Complementary

#89efe2
#ef89c9
#efaf89

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

Analogous Color

#89efb9
#89efce
#89efe2
#89e8ef
#89d3ef

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

#89efe2
#e289ef
#efe289

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

#89efe2
#af89ef
#ef8996
#c9ef89

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

#89efe2
#ef8996
#efaf89
#89c9ef

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 #89efe2 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.

#89efe2 Color Code Preview on Black Background Color

This is how #89efe2 Color will look on black background color. Color contrast ratio is 15.51

#89efe2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #89efe2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #89efe2

#89efe2 color code is use for CSS Background Color

Background color for the above div is #89efe2

HTML with inline CSS

<div style="background-color:#89efe2;"></div>

#89efe2 color code is use for CSS Border Color

CSS Border color for the above div is #89efe2

HTML with inline CSS

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

CSS Border Left color for the above div is #89efe2

HTML with inline CSS

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

CSS Border Right color for the above div is #89efe2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #89efe2

HTML with inline CSS

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

CSS Border Top color for the above div is #89efe2

HTML with inline CSS

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

#89efe2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#89efe2 Color code Preview on White Background

This is how #89efe2 Color code will look on white background color. Color contrast ratio is 1.35

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

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.