crispedge.com

Color picker

Loading...

#97adff hex color - Blue - Cool color - Information

#97adff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #97adff Color code in RGB color code model is created after adding 59.22% red color, 67.84% green color and 100% blue color. Hex #97adff Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 32% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code97adff#97adff
RGB Decimal151, 173, 255rgb(151, 173, 255)
RGB Percent59%, 68%, 100%rgb(59%, 68%, 100%)
CSS RGBa151, 173, 255,1rgba(151,173,255,1)
CMYK Modelcmyk(41%,32%,0%,0%)
HSL Color Space227,100% ,80%hsl(227,100% ,80%)
HSV Color Space227°, 41%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101111010110111111111
Octal227255377
Decimal151173255
Hex97adff

Different shades of #97adff color code.

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

Light Shade of #97adff
#cad5ff
Dark Shade of #97adff
#6485ff
Saturated Shade of #97adff
#97adff
Desaturated Shade of #97adff
#9cb0fa
Grey scale Shade of #97adff
#cbcbcb
Brighten Shade
#b0c6ff
Most Readable Shade
#000000

Shades of #97adff color code

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

#97adff
#8699e2
#7586c6
#6473aa
#53608d
#434c71
#323955
#212638
#10131c
#000000

Similar Color like #97adff color

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

#98aeff
#99afff
#9ab0ff
#9bb1ff
#9cb2ff
#9db3ff
#9eb4ff
#9fb5ff
#a0b6ff
#a1b7ff
#a2b8ff
#a3b9ff
#a4baff
#a5bbff
#96acfe
#95abfd
#94aafc
#93a9fb
#92a8fa
#91a7f9
#90a6f8
#8fa5f7
#8ea4f6
#8da3f5
#8ca2f4
#8ba1f3
#8aa0f2
#899ff1

Monochromatic Color with #97adff

#97adff
#191d2a
#323a55
#4c5780
#6573aa
#7e90d4

Tints of #97adff Color

#97adff
#a2b6ff
#aebfff
#b9c8ff
#c5d1ff
#d0daff
#dce3ff
#e7ecff
#f3f5ff
#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

#97adff
#ffe997

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

Split Complementary

#97adff
#ffb597
#e1ff97

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

Analogous Color

#97d7ff
#97c2ff
#97adff
#9798ff
#ab97ff

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

#97adff
#ff97ad
#adff97

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

#97adff
#ff97e1
#ffe997
#97ffb5

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

#97adff
#ffe997
#e1ff97
#b597ff

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 #97adff 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.

#97adff Color Code Preview on Black Background Color

This is how #97adff Color will look on black background color. Color contrast ratio is 9.74

#97adff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #97adff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #97adff

#97adff color code is use for CSS Background Color

Background color for the above div is #97adff

HTML with inline CSS

<div style="background-color:#97adff;"></div>

#97adff color code is use for CSS Border Color

CSS Border color for the above div is #97adff

HTML with inline CSS

<div style="border:5px solid #97adff;"></div>

CSS Border Left color for the above div is #97adff

HTML with inline CSS

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

CSS Border Right color for the above div is #97adff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #97adff

HTML with inline CSS

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

CSS Border Top color for the above div is #97adff

HTML with inline CSS

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

#97adff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#97adff Color code Preview on White Background

This is how #97adff Color code will look on white background color. Color contrast ratio is 2.16

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

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(151,173,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,233,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(151,173,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.