crispedge.com

Color picker

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

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

#98c8ea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code98c8ea#98c8ea
RGB Decimal152, 200, 234rgb(152, 200, 234)
RGB Percent60%, 78%, 92%rgb(60%, 78%, 92%)
CSS RGBa152, 200, 234,1rgba(152,200,234,1)
CMYK Modelcmyk(35%,15%,0%,8%)
HSL Color Space205,66% ,76%hsl(205,66% ,76%)
HSV Color Space205°, 35%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001100100011101010
Octal230310352
Decimal152200234
Hex98c8ea

Different shades of #98c8ea color code.

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

Light Shade of #98c8ea
#c2dff3
Dark Shade of #98c8ea
#6eb1e1
Saturated Shade of #98c8ea
#92c9f0
Desaturated Shade of #98c8ea
#9ec7e4
Grey scale Shade of #98c8ea
#c1c1c1
Brighten Shade
#b1e1ff
Most Readable Shade
#000000

Shades of #98c8ea color code

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

#98c8ea
#87b1d0
#769bb6
#65859c
#546f82
#435868
#32424e
#212c34
#10161a
#000000

Similar Color like #98c8ea color

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

#99c9eb
#9acaec
#9bcbed
#9cccee
#9dcdef
#9ecef0
#9fcff1
#a0d0f2
#a1d1f3
#a2d2f4
#a3d3f5
#a4d4f6
#a5d5f7
#a6d6f8
#97c7e9
#96c6e8
#95c5e7
#94c4e6
#93c3e5
#92c2e4
#91c1e3
#90c0e2
#8fbfe1
#8ebee0
#8dbddf
#8cbcde
#8bbbdd
#8abadc

Monochromatic Color with #98c8ea

#98c8ea
#0e1215
#2a3740
#455b6a
#617f95
#7ca4bf

Tints of #98c8ea Color

#98c8ea
#a3ceec
#aed4ee
#badaf1
#c5e0f3
#d1e6f5
#dcecf8
#e8f2fa
#f3f8fc
#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

#98c8ea
#eaba98

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

Split Complementary

#98c8ea
#ea989f
#eae398

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

Analogous Color

#98e9ea
#98d8ea
#98c8ea
#98b8ea
#98a7ea

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

#98c8ea
#ea98c8
#c8ea98

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

#98c8ea
#e398ea
#eaba98
#9fea98

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

#98c8ea
#eaba98
#eae398
#989fea

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

#98c8ea Color Code Preview on Black Background Color

This is how #98c8ea Color will look on black background color. Color contrast ratio is 11.78

#98c8ea in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#98c8ea color code is use for CSS Background Color

Background color for the above div is #98c8ea

HTML with inline CSS

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

#98c8ea color code is use for CSS Border Color

CSS Border color for the above div is #98c8ea

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#98c8ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98c8ea Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.