crispedge.com

Color picker

Loading...

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

#98dcfb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #98dcfb Color code in RGB color code model is created after adding 59.61% red color, 86.27% green color and 98.43% blue color. Hex #98dcfb Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 12% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code98dcfb#98dcfb
RGB Decimal152, 220, 251rgb(152, 220, 251)
RGB Percent60%, 86%, 98%rgb(60%, 86%, 98%)
CSS RGBa152, 220, 251,1rgba(152,220,251,1)
CMYK Modelcmyk(39%,12%,0%,2%)
HSL Color Space199,93% ,79%hsl(199,93% ,79%)
HSV Color Space199°, 39%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001101110011111011
Octal230334373
Decimal152220251
Hex98dcfb

Different shades of #98dcfb color code.

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

Light Shade of #98dcfb
#c9edfd
Dark Shade of #98dcfb
#67cbf9
Saturated Shade of #98dcfb
#94ddff
Desaturated Shade of #98dcfb
#9ddaf6
Grey scale Shade of #98dcfb
#c9c9c9
Brighten Shade
#b1f5ff
Most Readable Shade
#000000

Shades of #98dcfb color code

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

#98dcfb
#87c3df
#76abc3
#6592a7
#547a8b
#43616f
#324953
#213037
#10181b
#000000

Similar Color like #98dcfb color

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

#99ddfc
#9adefd
#9bdffe
#9ce0ff
#9de1ff
#9ee2ff
#9fe3ff
#a0e4ff
#a1e5ff
#a2e6ff
#a3e7ff
#a4e8ff
#a5e9ff
#a6eaff
#97dbfa
#96daf9
#95d9f8
#94d8f7
#93d7f6
#92d6f5
#91d5f4
#90d4f3
#8fd3f2
#8ed2f1
#8dd1f0
#8cd0ef
#8bcfee
#8aceed

Monochromatic Color with #98dcfb

#98dcfb
#172226
#314751
#4b6c7b
#6591a6
#7eb7d0

Tints of #98dcfb Color

#98dcfb
#a3dffb
#aee3fb
#bae7fc
#c5ebfc
#d1effd
#dcf3fd
#e8f7fe
#f3fbfe
#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

#98dcfb
#fbb798

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

Split Complementary

#98dcfb
#fb98ab
#fbe898

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

Analogous Color

#98fbf2
#98f0fb
#98dcfb
#98c8fb
#98b4fb

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

#98dcfb
#fb98dc
#dcfb98

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

#98dcfb
#e898fb
#fbb798
#aafb98

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

#98dcfb
#fbb798
#fbe898
#98abfb

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

#98dcfb Color Code Preview on Black Background Color

This is how #98dcfb Color will look on black background color. Color contrast ratio is 13.97

#98dcfb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#98dcfb color code is use for CSS Background Color

Background color for the above div is #98dcfb

HTML with inline CSS

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

#98dcfb color code is use for CSS Border Color

CSS Border color for the above div is #98dcfb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#98dcfb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98dcfb Color code Preview on White Background

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

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

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,220,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,183,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,220,251,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.