crispedge.com

Color picker

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

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

#96ceda hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #96ceda Color code in RGB color code model is created after adding 58.82% red color, 80.78% green color and 85.49% blue color. Hex #96ceda Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 6% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code96ceda#96ceda
RGB Decimal150, 206, 218rgb(150, 206, 218)
RGB Percent59%, 81%, 85%rgb(59%, 81%, 85%)
CSS RGBa150, 206, 218,1rgba(150,206,218,1)
CMYK Modelcmyk(31%,6%,0%,15%)
HSL Color Space191,48% ,72%hsl(191,48% ,72%)
HSV Color Space191°, 31%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101101100111011011010
Octal226316332
Decimal150206218
Hex96ceda

Different shades of #96ceda color code.

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

Light Shade of #96ceda
#bce0e7
Dark Shade of #96ceda
#70bccd
Saturated Shade of #96ceda
#8fd3e1
Desaturated Shade of #96ceda
#9dc9d3
Grey scale Shade of #96ceda
#b8b8b8
Brighten Shade
#afe7f3
Most Readable Shade
#000000

Shades of #96ceda color code

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

#96ceda
#85b7c1
#74a0a9
#648991
#537279
#425b60
#324448
#212d30
#101618
#000000

Similar Color like #96ceda color

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

#97cfdb
#98d0dc
#99d1dd
#9ad2de
#9bd3df
#9cd4e0
#9dd5e1
#9ed6e2
#9fd7e3
#a0d8e4
#a1d9e5
#a2dae6
#a3dbe7
#a4dce8
#95cdd9
#94ccd8
#93cbd7
#92cad6
#91c9d5
#90c8d4
#8fc7d3
#8ec6d2
#8dc5d1
#8cc4d0
#8bc3cf
#8ac2ce
#89c1cd
#88c0cc

Monochromatic Color with #96ceda

#96ceda
#040505
#212d30
#3e565a
#5c7e85
#79a6af

Tints of #96ceda Color

#96ceda
#a1d3de
#add8e2
#b9dee6
#c4e3ea
#d0e9ee
#dceef2
#e7f4f6
#f3f9fa
#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

#96ceda
#daa296

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

Split Complementary

#96ceda
#da96ac
#dac496

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

Analogous Color

#96dacb
#96dad8
#96ceda
#96c0da
#96b3da

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

#96ceda
#da96ce
#ceda96

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

#96ceda
#c496da
#daa296
#acda96

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

#96ceda
#daa296
#dac496
#96acda

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

#96ceda Color Code Preview on Black Background Color

This is how #96ceda Color will look on black background color. Color contrast ratio is 12.14

#96ceda in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#96ceda color code is use for CSS Background Color

Background color for the above div is #96ceda

HTML with inline CSS

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

#96ceda color code is use for CSS Border Color

CSS Border color for the above div is #96ceda

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#96ceda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96ceda Color code Preview on White Background

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

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

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.