crispedge.com

Color picker

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

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

#96dcf3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #96dcf3 Color code in RGB color code model is created after adding 58.82% red color, 86.27% green color and 95.29% blue color. Hex #96dcf3 Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 9% magenta, 0% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code96dcf3#96dcf3
RGB Decimal150, 220, 243rgb(150, 220, 243)
RGB Percent59%, 86%, 95%rgb(59%, 86%, 95%)
CSS RGBa150, 220, 243,1rgba(150,220,243,1)
CMYK Modelcmyk(38%,9%,0%,5%)
HSL Color Space195,79% ,77%hsl(195,79% ,77%)
HSV Color Space195°, 38%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101101101110011110011
Octal226334363
Decimal150220243
Hex96dcf3

Different shades of #96dcf3 color code.

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

Light Shade of #96dcf3
#c4ebf8
Dark Shade of #96dcf3
#68cdee
Saturated Shade of #96dcf3
#90dff9
Desaturated Shade of #96dcf3
#9cd9ed
Grey scale Shade of #96dcf3
#c4c4c4
Brighten Shade
#aff5ff
Most Readable Shade
#000000

Shades of #96dcf3 color code

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

#96dcf3
#85c3d8
#74abbd
#6492a2
#537a87
#42616c
#324951
#213036
#10181b
#000000

Similar Color like #96dcf3 color

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

#97ddf4
#98def5
#99dff6
#9ae0f7
#9be1f8
#9ce2f9
#9de3fa
#9ee4fb
#9fe5fc
#a0e6fd
#a1e7fe
#a2e8ff
#a3e9ff
#a4eaff
#95dbf2
#94daf1
#93d9f0
#92d8ef
#91d7ee
#90d6ed
#8fd5ec
#8ed4eb
#8dd3ea
#8cd2e9
#8bd1e8
#8ad0e7
#89cfe6
#88cee5

Monochromatic Color with #96dcf3

#96dcf3
#131c1e
#2d4249
#476973
#628f9e
#7cb6c8

Tints of #96dcf3 Color

#96dcf3
#a1dff4
#ade3f5
#b9e7f7
#c4ebf8
#d0eff9
#dcf3fb
#e7f7fc
#f3fbfd
#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

#96dcf3
#f3ad96

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

Split Complementary

#96dcf3
#f396ae
#f3db96

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

Analogous Color

#96f3e5
#96eff3
#96dcf3
#96c9f3
#96b7f3

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

#96dcf3
#f396dc
#dcf396

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

#96dcf3
#db96f3
#f3ad96
#adf396

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

#96dcf3
#f3ad96
#f3db96
#96aef3

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

#96dcf3 Color Code Preview on Black Background Color

This is how #96dcf3 Color will look on black background color. Color contrast ratio is 13.83

#96dcf3 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#96dcf3 color code is use for CSS Background Color

Background color for the above div is #96dcf3

HTML with inline CSS

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

#96dcf3 color code is use for CSS Border Color

CSS Border color for the above div is #96dcf3

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#96dcf3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96dcf3 Color code Preview on White Background

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

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

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.