crispedge.com

Color picker

Loading...

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

#98b0cf hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #98b0cf Color code in RGB color code model is created after adding 59.61% red color, 69.02% green color and 81.18% blue color. Hex #98b0cf Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 15% magenta, 0% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code98b0cf#98b0cf
RGB Decimal152, 176, 207rgb(152, 176, 207)
RGB Percent60%, 69%, 81%rgb(60%, 69%, 81%)
CSS RGBa152, 176, 207,1rgba(152,176,207,1)
CMYK Modelcmyk(27%,15%,0%,19%)
HSL Color Space214,36% ,70%hsl(214,36% ,70%)
HSV Color Space214°, 27%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110001011000011001111
Octal230260317
Decimal152176207
Hex98b0cf

Different shades of #98b0cf color code.

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

Light Shade of #98b0cf
#bbcbdf
Dark Shade of #98b0cf
#7595bf
Saturated Shade of #98b0cf
#90afd7
Desaturated Shade of #98b0cf
#a0b1c7
Grey scale Shade of #98b0cf
#b3b3b3
Brighten Shade
#b1c9e8
Most Readable Shade
#000000

Shades of #98b0cf color code

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

#98b0cf
#879cb8
#7688a1
#65758a
#546173
#434e5c
#323a45
#21272e
#101317
#000000

Similar Color like #98b0cf color

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

#99b1d0
#9ab2d1
#9bb3d2
#9cb4d3
#9db5d4
#9eb6d5
#9fb7d6
#a0b8d7
#a1b9d8
#a2bad9
#a3bbda
#a4bcdb
#a5bddc
#a6bedd
#97afce
#96aecd
#95adcc
#94accb
#93abca
#92aac9
#91a9c8
#90a8c7
#8fa7c6
#8ea6c5
#8da5c4
#8ca4c3
#8ba3c2
#8aa2c1

Monochromatic Color with #98b0cf

#98b0cf
#b7d4f9
#1b1f25
#3a444f
#5a687a
#798ca4

Tints of #98b0cf Color

#98b0cf
#a3b8d4
#aec1d9
#bacadf
#c5d3e4
#d1dbe9
#dce4ef
#e8edf4
#f3f6f9
#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

#98b0cf
#cfb798

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

Split Complementary

#98b0cf
#cf9b98
#cccf98

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

Analogous Color

#98c6cf
#98bbcf
#98b0cf
#98a5cf
#989acf

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

#98b0cf
#cf98b0
#b0cf98

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

#98b0cf
#cf98cb
#cfb798
#98cf9b

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

#98b0cf
#cfb798
#cccf98
#9b98cf

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

#98b0cf Color Code Preview on Black Background Color

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

#98b0cf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#98b0cf color code is use for CSS Background Color

Background color for the above div is #98b0cf

HTML with inline CSS

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

#98b0cf color code is use for CSS Border Color

CSS Border color for the above div is #98b0cf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#98b0cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98b0cf Color code Preview on White Background

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

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