crispedge.com

Color picker

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

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

#98ccfa hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code98ccfa#98ccfa
RGB Decimal152, 204, 250rgb(152, 204, 250)
RGB Percent60%, 80%, 98%rgb(60%, 80%, 98%)
CSS RGBa152, 204, 250,1rgba(152,204,250,1)
CMYK Modelcmyk(39%,18%,0%,2%)
HSL Color Space208,91% ,79%hsl(208,91% ,79%)
HSV Color Space208°, 39%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001100110011111010
Octal230314372
Decimal152204250
Hex98ccfa

Different shades of #98ccfa color code.

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

Light Shade of #98ccfa
#c9e4fc
Dark Shade of #98ccfa
#67b4f8
Saturated Shade of #98ccfa
#93ccff
Desaturated Shade of #98ccfa
#9dccf5
Grey scale Shade of #98ccfa
#c9c9c9
Brighten Shade
#b1e5ff
Most Readable Shade
#000000

Shades of #98ccfa color code

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

#98ccfa
#87b5de
#769ec2
#6588a6
#54718a
#435a6f
#324453
#212d37
#10161b
#000000

Similar Color like #98ccfa color

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

#99cdfb
#9acefc
#9bcffd
#9cd0fe
#9dd1ff
#9ed2ff
#9fd3ff
#a0d4ff
#a1d5ff
#a2d6ff
#a3d7ff
#a4d8ff
#a5d9ff
#a6daff
#97cbf9
#96caf8
#95c9f7
#94c8f6
#93c7f5
#92c6f4
#91c5f3
#90c4f2
#8fc3f1
#8ec2f0
#8dc1ef
#8cc0ee
#8bbfed
#8abeec

Monochromatic Color with #98ccfa

#98ccfa
#171f25
#314150
#4a647a
#6487a5
#7ea9cf

Tints of #98ccfa Color

#98ccfa
#a3d1fa
#aed7fb
#baddfb
#c5e2fc
#d1e8fc
#dceefd
#e8f3fd
#f3f9fe
#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

#98ccfa
#fac698

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

Split Complementary

#98ccfa
#fa989b
#faf798

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

Analogous Color

#98f3fa
#98e0fa
#98ccfa
#98b8fa
#98a5fa

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

#98ccfa
#fa98cc
#ccfa98

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

#98ccfa
#f798fa
#fac698
#9bfa98

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

#98ccfa
#fac698
#faf798
#989bfa

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

#98ccfa Color Code Preview on Black Background Color

This is how #98ccfa Color will look on black background color. Color contrast ratio is 12.35

#98ccfa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#98ccfa color code is use for CSS Background Color

Background color for the above div is #98ccfa

HTML with inline CSS

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

#98ccfa color code is use for CSS Border Color

CSS Border color for the above div is #98ccfa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#98ccfa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98ccfa Color code Preview on White Background

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

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

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.