crispedge.com

Color picker

Loading...

#98e5eb hex color - Blue - Cool color - Information

#98e5eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #98e5eb Color code in RGB color code model is created after adding 59.61% red color, 89.8% green color and 92.16% blue color. Hex #98e5eb Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 3% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code98e5eb#98e5eb
RGB Decimal152, 229, 235rgb(152, 229, 235)
RGB Percent60%, 90%, 92%rgb(60%, 90%, 92%)
CSS RGBa152, 229, 235,1rgba(152,229,235,1)
CMYK Modelcmyk(35%,3%,0%,8%)
HSL Color Space184,67% ,76%hsl(184,67% ,76%)
HSV Color Space184°, 35%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001110010111101011
Octal230345353
Decimal152229235
Hex98e5eb

Different shades of #98e5eb color code.

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

Light Shade of #98e5eb
#c3f0f3
Dark Shade of #98e5eb
#6ddae3
Saturated Shade of #98e5eb
#92eaf1
Desaturated Shade of #98e5eb
#9ee0e5
Grey scale Shade of #98e5eb
#c1c1c1
Brighten Shade
#b1feff
Most Readable Shade
#000000

Shades of #98e5eb color code

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

#98e5eb
#87cbd0
#76b2b6
#65989c
#547f82
#436568
#324c4e
#213234
#10191a
#000000

Similar Color like #98e5eb color

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

#99e6ec
#9ae7ed
#9be8ee
#9ce9ef
#9deaf0
#9eebf1
#9fecf2
#a0edf3
#a1eef4
#a2eff5
#a3f0f6
#a4f1f7
#a5f2f8
#a6f3f9
#97e4ea
#96e3e9
#95e2e8
#94e1e7
#93e0e6
#92dfe5
#91dee4
#90dde3
#8fdce2
#8edbe1
#8ddae0
#8cd9df
#8bd8de
#8ad7dd

Monochromatic Color with #98e5eb

#98e5eb
#0f1616
#2a3f41
#46696b
#619296
#7dbcc0

Tints of #98e5eb Color

#98e5eb
#a3e7ed
#aeeaef
#baedf1
#c5f0f3
#d1f3f6
#dcf6f8
#e8f9fa
#f3fcfc
#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

#98e5eb
#eb9e98

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

Split Complementary

#98e5eb
#eb98bc
#ebc798

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

Analogous Color

#98ebd0
#98ebe0
#98e5eb
#98d4eb
#98c4eb

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

#98e5eb
#eb98e5
#e5eb98

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

#98e5eb
#c798eb
#eb9e98
#bbeb98

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

#98e5eb
#eb9e98
#ebc798
#98bceb

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 #98e5eb 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.

#98e5eb Color Code Preview on Black Background Color

This is how #98e5eb Color will look on black background color. Color contrast ratio is 14.74

#98e5eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98e5eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #98e5eb

#98e5eb color code is use for CSS Background Color

Background color for the above div is #98e5eb

HTML with inline CSS

<div style="background-color:#98e5eb;"></div>

#98e5eb color code is use for CSS Border Color

CSS Border color for the above div is #98e5eb

HTML with inline CSS

<div style="border:5px solid #98e5eb;"></div>

CSS Border Left color for the above div is #98e5eb

HTML with inline CSS

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

CSS Border Right color for the above div is #98e5eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #98e5eb

HTML with inline CSS

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

CSS Border Top color for the above div is #98e5eb

HTML with inline CSS

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

#98e5eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98e5eb Color code Preview on White Background

This is how #98e5eb Color code will look on white background color. Color contrast ratio is 1.42

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

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(152,229,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,158,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,229,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.