crispedge.com

Color picker

Loading...

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

#98caf2 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #98caf2 Color code in RGB color code model is created after adding 59.61% red color, 79.22% green color and 94.9% blue color. Hex #98caf2 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 17% magenta, 0% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code98caf2#98caf2
RGB Decimal152, 202, 242rgb(152, 202, 242)
RGB Percent60%, 79%, 95%rgb(60%, 79%, 95%)
CSS RGBa152, 202, 242,1rgba(152,202,242,1)
CMYK Modelcmyk(37%,17%,0%,5%)
HSL Color Space207,78% ,77%hsl(207,78% ,77%)
HSV Color Space207°, 37%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001100101011110010
Octal230312362
Decimal152202242
Hex98caf2

Different shades of #98caf2 color code.

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

Light Shade of #98caf2
#c5e1f8
Dark Shade of #98caf2
#6bb3ec
Saturated Shade of #98caf2
#92cbf8
Desaturated Shade of #98caf2
#9ec9ec
Grey scale Shade of #98caf2
#c5c5c5
Brighten Shade
#b1e3ff
Most Readable Shade
#000000

Shades of #98caf2 color code

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

#98caf2
#87b3d7
#769dbc
#6586a1
#547086
#43596b
#324350
#212c35
#10161a
#000000

Similar Color like #98caf2 color

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

#99cbf3
#9accf4
#9bcdf5
#9ccef6
#9dcff7
#9ed0f8
#9fd1f9
#a0d2fa
#a1d3fb
#a2d4fc
#a3d5fd
#a4d6fe
#a5d7ff
#a6d8ff
#97c9f1
#96c8f0
#95c7ef
#94c6ee
#93c5ed
#92c4ec
#91c3eb
#90c2ea
#8fc1e9
#8ec0e8
#8dbfe7
#8cbee6
#8bbde5
#8abce4

Monochromatic Color with #98caf2

#98caf2
#13191d
#2d3c48
#486072
#63839d
#7da7c7

Tints of #98caf2 Color

#98caf2
#a3cff3
#aed5f4
#badbf6
#c5e1f7
#d1e7f9
#dcedfa
#e8f3fc
#f3f9fd
#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

#98caf2
#f2c098

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

Split Complementary

#98caf2
#f2989d
#f2ed98

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

Analogous Color

#98eef2
#98dcf2
#98caf2
#98b8f2
#98a6f2

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

#98caf2
#f298ca
#caf298

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

#98caf2
#ed98f2
#f2c098
#9df298

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

#98caf2
#f2c098
#f2ed98
#989df2

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

#98caf2 Color Code Preview on Black Background Color

This is how #98caf2 Color will look on black background color. Color contrast ratio is 12.07

#98caf2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#98caf2 color code is use for CSS Background Color

Background color for the above div is #98caf2

HTML with inline CSS

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

#98caf2 color code is use for CSS Border Color

CSS Border color for the above div is #98caf2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#98caf2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98caf2 Color code Preview on White Background

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

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

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,202,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(242,192,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,202,242,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.