crispedge.com

Color picker

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

#9eeeea hex color - Blue - Cool color - Information

#9eeeea hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9eeeea Color code in RGB color code model is created after adding 61.96% red color, 93.33% green color and 91.76% blue color. Hex #9eeeea Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 0% magenta, 2% yellow and 7% black.

Hex #9eeeea color code is between #99ddee web safe hex color code and #aaffdd web safe hex color code. #99ddee is the nearest web safe color code. You can see here many more shades of #9eeeea color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9eeeea#9eeeea
RGB Decimal158, 238, 234rgb(158, 238, 234)
RGB Percent62%, 93%, 92%rgb(62%, 93%, 92%)
CSS RGBa158, 238, 234,1rgba(158,238,234,1)
CMYK Modelcmyk(34%,0%,2%,7%)
HSL Color Space177,70% ,78%hsl(177,70% ,78%)
HSV Color Space177°, 34%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101110111011101010
Octal236356352
Decimal158238234
Hex9eeeea

Different shades of #9eeeea color code.

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

Light Shade of #9eeeea
#c9f6f3
Dark Shade of #9eeeea
#73e6e1
Saturated Shade of #9eeeea
#98f4ef
Desaturated Shade of #9eeeea
#a4e8e5
Grey scale Shade of #9eeeea
#c6c6c6
Brighten Shade
#b7ffff
Most Readable Shade
#000000

Shades of #9eeeea color code

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

#9eeeea
#8cd3d0
#7ab9b6
#699e9c
#578482
#466968
#344f4e
#233434
#111a1a
#000000

Similar Color like #9eeeea color

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

#9fefeb
#a0f0ec
#a1f1ed
#a2f2ee
#a3f3ef
#a4f4f0
#a5f5f1
#a6f6f2
#a7f7f3
#a8f8f4
#a9f9f5
#aafaf6
#abfbf7
#acfcf8
#9dede9
#9cece8
#9bebe7
#9aeae6
#99e9e5
#98e8e4
#97e7e3
#96e6e2
#95e5e1
#94e4e0
#93e3df
#92e2de
#91e1dd
#90e0dc

Monochromatic Color with #9eeeea

#9eeeea
#111a19
#2d4443
#496e6d
#669996
#82c3c0

Tints of #9eeeea Color

#9eeeea
#a8efec
#b3f1ee
#bef3f1
#c9f5f3
#d3f7f5
#def9f8
#e9fbfa
#f4fdfc
#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

#9eeeea
#ee9ea2

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

Split Complementary

#9eeeea
#ee9eca
#eec29e

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

Analogous Color

#9eeeca
#9eeeda
#9eeeea
#9ee2ee
#9ed2ee

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

#9eeeea
#ea9eee
#eeea9e

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

#9eeeea
#c29eee
#ee9ea2
#caee9e

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

#9eeeea
#ee9ea2
#eec29e
#9ecaee

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 #9eeeea 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.

#9eeeea Color Code Preview on Black Background Color

This is how #9eeeea Color will look on black background color. Color contrast ratio is 15.87

#9eeeea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9eeeea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9eeeea

#9eeeea color code is use for CSS Background Color

Background color for the above div is #9eeeea

HTML with inline CSS

<div style="background-color:#9eeeea;"></div>

#9eeeea color code is use for CSS Border Color

CSS Border color for the above div is #9eeeea

HTML with inline CSS

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

CSS Border Left color for the above div is #9eeeea

HTML with inline CSS

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

CSS Border Right color for the above div is #9eeeea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9eeeea

HTML with inline CSS

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

CSS Border Top color for the above div is #9eeeea

HTML with inline CSS

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

#9eeeea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9eeeea Color code Preview on White Background

This is how #9eeeea Color code will look on white background color. Color contrast ratio is 1.32

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

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.