crispedge.com

Color picker

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

#97eee0 hex color - Blue - Cool color - Information

#97eee0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #97eee0 Color code in RGB color code model is created after adding 59.22% red color, 93.33% green color and 87.84% blue color. Hex #97eee0 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 0% magenta, 6% yellow and 7% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code97eee0#97eee0
RGB Decimal151, 238, 224rgb(151, 238, 224)
RGB Percent59%, 93%, 88%rgb(59%, 93%, 88%)
CSS RGBa151, 238, 224,1rgba(151,238,224,1)
CMYK Modelcmyk(37%,0%,6%,7%)
HSL Color Space170,72% ,76%hsl(170,72% ,76%)
HSV Color Space170°, 37%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101111110111011100000
Octal227356340
Decimal151238224
Hex97eee0

Different shades of #97eee0 color code.

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

Light Shade of #97eee0
#c3f5ed
Dark Shade of #97eee0
#6be7d3
Saturated Shade of #97eee0
#91f4e4
Desaturated Shade of #97eee0
#9de8dc
Grey scale Shade of #97eee0
#c2c2c2
Brighten Shade
#b0fff9
Most Readable Shade
#000000

Shades of #97eee0 color code

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

#97eee0
#86d3c7
#75b9ae
#649e95
#53847c
#436963
#324f4a
#213431
#101a18
#000000

Similar Color like #97eee0 color

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

#98efe1
#99f0e2
#9af1e3
#9bf2e4
#9cf3e5
#9df4e6
#9ef5e7
#9ff6e8
#a0f7e9
#a1f8ea
#a2f9eb
#a3faec
#a4fbed
#a5fcee
#96eddf
#95ecde
#94ebdd
#93eadc
#92e9db
#91e8da
#90e7d9
#8fe6d8
#8ee5d7
#8de4d6
#8ce3d5
#8be2d4
#8ae1d3
#89e0d2

Monochromatic Color with #97eee0

#97eee0
#101a18
#2b4440
#466e68
#619990
#7cc3b8

Tints of #97eee0 Color

#97eee0
#a2efe3
#aef1e6
#b9f3ea
#c5f5ed
#d0f7f1
#dcf9f4
#e7fbf8
#f3fdfb
#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

#97eee0
#ee97a5

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

Split Complementary

#97eee0
#ee97d1
#eeb497

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

Analogous Color

#97eebd
#97eecf
#97eee0
#97ebee
#97d9ee

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

#97eee0
#e097ee
#eee097

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

#97eee0
#b497ee
#ee97a5
#d0ee97

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

#97eee0
#ee97a5
#eeb497
#97d1ee

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 #97eee0 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.

#97eee0 Color Code Preview on Black Background Color

This is how #97eee0 Color will look on black background color. Color contrast ratio is 15.62

#97eee0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #97eee0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #97eee0

#97eee0 color code is use for CSS Background Color

Background color for the above div is #97eee0

HTML with inline CSS

<div style="background-color:#97eee0;"></div>

#97eee0 color code is use for CSS Border Color

CSS Border color for the above div is #97eee0

HTML with inline CSS

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

CSS Border Left color for the above div is #97eee0

HTML with inline CSS

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

CSS Border Right color for the above div is #97eee0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #97eee0

HTML with inline CSS

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

CSS Border Top color for the above div is #97eee0

HTML with inline CSS

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

#97eee0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#97eee0 Color code Preview on White Background

This is how #97eee0 Color code will look on white background color. Color contrast ratio is 1.34

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.