crispedge.com

Color picker

Loading...

#96cef6 hex color - Blue - Cool color - Information

#96cef6 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #96cef6 Color code in RGB color code model is created after adding 58.82% red color, 80.78% green color and 96.47% blue color. Hex #96cef6 Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 16% magenta, 0% yellow and 4% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code96cef6#96cef6
RGB Decimal150, 206, 246rgb(150, 206, 246)
RGB Percent59%, 81%, 96%rgb(59%, 81%, 96%)
CSS RGBa150, 206, 246,1rgba(150,206,246,1)
CMYK Modelcmyk(39%,16%,0%,4%)
HSL Color Space205,84% ,78%hsl(205,84% ,78%)
HSV Color Space205°, 39%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101101100111011110110
Octal226316366
Decimal150206246
Hex96cef6

Different shades of #96cef6 color code.

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

Light Shade of #96cef6
#c5e4fa
Dark Shade of #96cef6
#67b8f2
Saturated Shade of #96cef6
#90cffc
Desaturated Shade of #96cef6
#9ccdf0
Grey scale Shade of #96cef6
#c6c6c6
Brighten Shade
#afe7ff
Most Readable Shade
#000000

Shades of #96cef6 color code

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

#96cef6
#85b7da
#74a0bf
#6489a4
#537288
#425b6d
#324452
#212d36
#10161b
#000000

Similar Color like #96cef6 color

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

#97cff7
#98d0f8
#99d1f9
#9ad2fa
#9bd3fb
#9cd4fc
#9dd5fd
#9ed6fe
#9fd7ff
#a0d8ff
#a1d9ff
#a2daff
#a3dbff
#a4dcff
#95cdf5
#94ccf4
#93cbf3
#92caf2
#91c9f1
#90c8f0
#8fc7ef
#8ec6ee
#8dc5ed
#8cc4ec
#8bc3eb
#8ac2ea
#89c1e9
#88c0e8

Monochromatic Color with #96cef6

#96cef6
#141c21
#2e404c
#486376
#6287a1
#7caacb

Tints of #96cef6 Color

#96cef6
#a1d3f7
#add8f8
#b9def9
#c4e3fa
#d0e9fb
#dceefc
#e7f4fd
#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

#96cef6
#f6be96

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

Split Complementary

#96cef6
#f6969e
#f6ee96

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

Analogous Color

#96f4f6
#96e1f6
#96cef6
#96bbf6
#96a8f6

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

#96cef6
#f696ce
#cef696

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

#96cef6
#ee96f6
#f6be96
#9ef696

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

#96cef6
#f6be96
#f6ee96
#969ef6

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 #96cef6 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.

#96cef6 Color Code Preview on Black Background Color

This is how #96cef6 Color will look on black background color. Color contrast ratio is 12.46

#96cef6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96cef6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96cef6

#96cef6 color code is use for CSS Background Color

Background color for the above div is #96cef6

HTML with inline CSS

<div style="background-color:#96cef6;"></div>

#96cef6 color code is use for CSS Border Color

CSS Border color for the above div is #96cef6

HTML with inline CSS

<div style="border:5px solid #96cef6;"></div>

CSS Border Left color for the above div is #96cef6

HTML with inline CSS

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

CSS Border Right color for the above div is #96cef6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #96cef6

HTML with inline CSS

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

CSS Border Top color for the above div is #96cef6

HTML with inline CSS

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

#96cef6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96cef6 Color code Preview on White Background

This is how #96cef6 Color code will look on white background color. Color contrast ratio is 1.69

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

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(150,206,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(246,190,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,206,246,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.