crispedge.com

Color picker

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

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

#9eefff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9eefff Color code in RGB color code model is created after adding 61.96% red color, 93.73% green color and 100% blue color. Hex #9eefff Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 6% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9eefff#9eefff
RGB Decimal158, 239, 255rgb(158, 239, 255)
RGB Percent62%, 94%, 100%rgb(62%, 94%, 100%)
CSS RGBa158, 239, 255,1rgba(158,239,255,1)
CMYK Modelcmyk(38%,6%,0%,0%)
HSL Color Space190,100% ,81%hsl(190,100% ,81%)
HSV Color Space190°, 38%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111101110111111111111
Octal236357377
Decimal158239255
Hex9eefff

Different shades of #9eefff color code.

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

Light Shade of #9eefff
#d1f7ff
Dark Shade of #9eefff
#6be7ff
Saturated Shade of #9eefff
#9eefff
Desaturated Shade of #9eefff
#a3ecfa
Grey scale Shade of #9eefff
#cecece
Brighten Shade
#b7ffff
Most Readable Shade
#000000

Shades of #9eefff color code

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

#9eefff
#8cd4e2
#7ab9c6
#699faa
#57848d
#466a71
#344f55
#233538
#111a1c
#000000

Similar Color like #9eefff color

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

#9ff0ff
#a0f1ff
#a1f2ff
#a2f3ff
#a3f4ff
#a4f5ff
#a5f6ff
#a6f7ff
#a7f8ff
#a8f9ff
#a9faff
#aafbff
#abfcff
#acfdff
#9deefe
#9cedfd
#9becfc
#9aebfb
#99eafa
#98e9f9
#97e8f8
#96e7f7
#95e6f6
#94e5f5
#93e4f4
#92e3f3
#91e2f2
#90e1f1

Monochromatic Color with #9eefff

#9eefff
#1a282a
#355055
#4f7880
#699faa
#84c7d4

Tints of #9eefff Color

#9eefff
#a8f0ff
#b3f2ff
#bef4ff
#c9f6ff
#d3f7ff
#def9ff
#e9fbff
#f4fdff
#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

#9eefff
#ffae9e

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

Split Complementary

#9eefff
#ff9ebf
#ffde9e

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

Analogous Color

#9effe8
#9efffc
#9eefff
#9edcff
#9ec8ff

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

#9eefff
#ff9eef
#efff9e

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

#9eefff
#de9eff
#ffae9e
#beff9e

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

#9eefff
#ffae9e
#ffde9e
#9ebfff

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

#9eefff Color Code Preview on Black Background Color

This is how #9eefff Color will look on black background color. Color contrast ratio is 16.24

#9eefff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9eefff color code is use for CSS Background Color

Background color for the above div is #9eefff

HTML with inline CSS

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

#9eefff color code is use for CSS Border Color

CSS Border color for the above div is #9eefff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9eefff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9eefff Color code Preview on White Background

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

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

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.