crispedge.com

Color picker

Loading...

#99e3dd hex color - Blue - Cool color - Information

#99e3dd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #99e3dd Color code in RGB color code model is created after adding 60% red color, 89.02% green color and 86.67% blue color. Hex #99e3dd Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 0% magenta, 3% yellow and 11% black.

Hex #99e3dd color code is between #88ddcc web safe hex color code and #aaeeee web safe hex color code. #88ddcc is the nearest web safe color code. You can see here many more shades of #99e3dd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code99e3dd#99e3dd
RGB Decimal153, 227, 221rgb(153, 227, 221)
RGB Percent60%, 89%, 87%rgb(60%, 89%, 87%)
CSS RGBa153, 227, 221,1rgba(153,227,221,1)
CMYK Modelcmyk(33%,0%,3%,11%)
HSL Color Space175,57% ,75%hsl(175,57% ,75%)
HSV Color Space175°, 33%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011110001111011101
Octal231343335
Decimal153227221
Hex99e3dd

Different shades of #99e3dd color code.

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

Light Shade of #99e3dd
#c1eeea
Dark Shade of #99e3dd
#71d8d0
Saturated Shade of #99e3dd
#92e9e2
Desaturated Shade of #99e3dd
#9fdcd8
Grey scale Shade of #99e3dd
#bebebe
Brighten Shade
#b2fcf6
Most Readable Shade
#000000

Shades of #99e3dd color code

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

#99e3dd
#88c9c4
#77b0ab
#669793
#557e7a
#446462
#334b49
#223231
#111918
#000000

Similar Color like #99e3dd color

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

#9ae4de
#9be5df
#9ce6e0
#9de7e1
#9ee8e2
#9fe9e3
#a0eae4
#a1ebe5
#a2ece6
#a3ede7
#a4eee8
#a5efe9
#a6f0ea
#a7f1eb
#98e2dc
#97e1db
#96e0da
#95dfd9
#94ded8
#93ddd7
#92dcd6
#91dbd5
#90dad4
#8fd9d3
#8ed8d2
#8dd7d1
#8cd6d0
#8bd5cf

Monochromatic Color with #99e3dd

#99e3dd
#0a0e0e
#263937
#436361
#608e8a
#7cb8b4

Tints of #99e3dd Color

#99e3dd
#a4e6e0
#afe9e4
#bbece8
#c6efec
#d1f2ef
#ddf5f3
#e8f8f7
#f3fbfb
#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

#99e3dd
#e3999f

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

Split Complementary

#99e3dd
#e399c4
#e3b899

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

Analogous Color

#99e3bf
#99e3ce
#99e3dd
#99dae3
#99cbe3

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

#99e3dd
#dd99e3
#e3dd99

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

#99e3dd
#b899e3
#e3999f
#c4e399

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

#99e3dd
#e3999f
#e3b899
#99c4e3

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 #99e3dd 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.

#99e3dd Color Code Preview on Black Background Color

This is how #99e3dd Color will look on black background color. Color contrast ratio is 14.39

#99e3dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99e3dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99e3dd

#99e3dd color code is use for CSS Background Color

Background color for the above div is #99e3dd

HTML with inline CSS

<div style="background-color:#99e3dd;"></div>

#99e3dd color code is use for CSS Border Color

CSS Border color for the above div is #99e3dd

HTML with inline CSS

<div style="border:5px solid #99e3dd;"></div>

CSS Border Left color for the above div is #99e3dd

HTML with inline CSS

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

CSS Border Right color for the above div is #99e3dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #99e3dd

HTML with inline CSS

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

CSS Border Top color for the above div is #99e3dd

HTML with inline CSS

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

#99e3dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99e3dd Color code Preview on White Background

This is how #99e3dd Color code will look on white background color. Color contrast ratio is 1.46

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(153,227,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(227,153,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,227,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.