crispedge.com

Color picker

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

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

#98afd7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #98afd7 Color code in RGB color code model is created after adding 59.61% red color, 68.63% green color and 84.31% blue color. Hex #98afd7 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 19% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code98afd7#98afd7
RGB Decimal152, 175, 215rgb(152, 175, 215)
RGB Percent60%, 69%, 84%rgb(60%, 69%, 84%)
CSS RGBa152, 175, 215,1rgba(152,175,215,1)
CMYK Modelcmyk(29%,19%,0%,16%)
HSL Color Space218,44% ,72%hsl(218,44% ,72%)
HSV Color Space218°, 29%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001010111111010111
Octal230257327
Decimal152175215
Hex98afd7

Different shades of #98afd7 color code.

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

Light Shade of #98afd7
#bdcce5
Dark Shade of #98afd7
#7392c9
Saturated Shade of #98afd7
#91adde
Desaturated Shade of #98afd7
#9fb1d0
Grey scale Shade of #98afd7
#b7b7b7
Brighten Shade
#b1c8f0
Most Readable Shade
#000000

Shades of #98afd7 color code

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

#98afd7
#879bbf
#7688a7
#65748f
#546177
#434d5f
#323a47
#21262f
#101317
#000000

Similar Color like #98afd7 color

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

#99b0d8
#9ab1d9
#9bb2da
#9cb3db
#9db4dc
#9eb5dd
#9fb6de
#a0b7df
#a1b8e0
#a2b9e1
#a3bae2
#a4bbe3
#a5bce4
#a6bde5
#97aed6
#96add5
#95acd4
#94abd3
#93aad2
#92a9d1
#91a8d0
#90a7cf
#8fa6ce
#8ea5cd
#8da4cc
#8ca3cb
#8ba2ca
#8aa1c9

Monochromatic Color with #98afd7

#98afd7
#020202
#20252d
#3e4757
#5c6a82
#7a8cac

Tints of #98afd7 Color

#98afd7
#a3b7db
#aec0df
#bac9e4
#c5d2e8
#d1dbed
#dce4f1
#e8edf6
#f3f6fa
#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

#98afd7
#d7c098

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

Split Complementary

#98afd7
#d7a098
#cfd798

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

Analogous Color

#98c8d7
#98bcd7
#98afd7
#98a2d7
#9a98d7

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

#98afd7
#d798af
#afd798

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

#98afd7
#d798ce
#d7c098
#98d7a1

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

#98afd7
#d7c098
#cfd798
#a098d7

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

#98afd7 Color Code Preview on Black Background Color

This is how #98afd7 Color will look on black background color. Color contrast ratio is 9.45

#98afd7 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#98afd7 color code is use for CSS Background Color

Background color for the above div is #98afd7

HTML with inline CSS

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

#98afd7 color code is use for CSS Border Color

CSS Border color for the above div is #98afd7

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#98afd7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98afd7 Color code Preview on White Background

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

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

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.