crispedge.com

Color picker

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

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

#96b4ca hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #96b4ca Color code in RGB color code model is created after adding 58.82% red color, 70.59% green color and 79.22% blue color. Hex #96b4ca Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 11% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code96b4ca#96b4ca
RGB Decimal150, 180, 202rgb(150, 180, 202)
RGB Percent59%, 71%, 79%rgb(59%, 71%, 79%)
CSS RGBa150, 180, 202,1rgba(150,180,202,1)
CMYK Modelcmyk(26%,11%,0%,21%)
HSL Color Space205,33% ,69%hsl(205,33% ,69%)
HSV Color Space205°, 26%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101101011010011001010
Octal226264312
Decimal150180202
Hex96b4ca

Different shades of #96b4ca color code.

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

Light Shade of #96b4ca
#b8ccdb
Dark Shade of #96b4ca
#749cb9
Saturated Shade of #96b4ca
#8eb5d2
Desaturated Shade of #96b4ca
#9eb3c2
Grey scale Shade of #96b4ca
#b0b0b0
Brighten Shade
#afcde3
Most Readable Shade
#000000

Shades of #96b4ca color code

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

#96b4ca
#85a0b3
#748c9d
#647886
#536470
#425059
#323c43
#21282c
#101416
#000000

Similar Color like #96b4ca color

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

#97b5cb
#98b6cc
#99b7cd
#9ab8ce
#9bb9cf
#9cbad0
#9dbbd1
#9ebcd2
#9fbdd3
#a0bed4
#a1bfd5
#a2c0d6
#a3c1d7
#a4c2d8
#95b3c9
#94b2c8
#93b1c7
#92b0c6
#91afc5
#90aec4
#8fadc3
#8eacc2
#8dabc1
#8caac0
#8ba9bf
#8aa8be
#89a7bd
#88a6bc

Monochromatic Color with #96b4ca

#96b4ca
#b6daf4
#181c20
#37424a
#576875
#768e9f

Tints of #96b4ca Color

#96b4ca
#a1bccf
#adc4d5
#b9cddb
#c4d5e1
#d0dde7
#dce6ed
#e7eef3
#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

#96b4ca
#caac96

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

Split Complementary

#96b4ca
#ca969a
#cac696

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

Analogous Color

#96c9ca
#96beca
#96b4ca
#96aaca
#969fca

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

#96b4ca
#ca96b4
#b4ca96

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

#96b4ca
#c696ca
#caac96
#9aca96

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

#96b4ca
#caac96
#cac696
#969aca

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

#96b4ca Color Code Preview on Black Background Color

This is how #96b4ca Color will look on black background color. Color contrast ratio is 9.68

#96b4ca in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#96b4ca color code is use for CSS Background Color

Background color for the above div is #96b4ca

HTML with inline CSS

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

#96b4ca color code is use for CSS Border Color

CSS Border color for the above div is #96b4ca

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#96b4ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96b4ca Color code Preview on White Background

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

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

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.