crispedge.com

Color picker

Loading...

#95c4ed hex color - Blue - Cool color - Information

#95c4ed hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #95c4ed Color code in RGB color code model is created after adding 58.43% red color, 76.86% green color and 92.94% blue color. Hex #95c4ed Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 17% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code95c4ed#95c4ed
RGB Decimal149, 196, 237rgb(149, 196, 237)
RGB Percent58%, 77%, 93%rgb(58%, 77%, 93%)
CSS RGBa149, 196, 237,1rgba(149,196,237,1)
CMYK Modelcmyk(37%,17%,0%,7%)
HSL Color Space208,71% ,76%hsl(208,71% ,76%)
HSV Color Space208°, 37%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011100010011101101
Octal225304355
Decimal149196237
Hex95c4ed

Different shades of #95c4ed color code.

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

Light Shade of #95c4ed
#c1dcf4
Dark Shade of #95c4ed
#69ace6
Saturated Shade of #95c4ed
#8fc4f3
Desaturated Shade of #95c4ed
#9bc4e7
Grey scale Shade of #95c4ed
#c1c1c1
Brighten Shade
#aeddff
Most Readable Shade
#000000

Shades of #95c4ed color code

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

#95c4ed
#84aed2
#7398b8
#63829e
#526c83
#425769
#31414f
#212b34
#10151a
#000000

Similar Color like #95c4ed color

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

#96c5ee
#97c6ef
#98c7f0
#99c8f1
#9ac9f2
#9bcaf3
#9ccbf4
#9dccf5
#9ecdf6
#9fcef7
#a0cff8
#a1d0f9
#a2d1fa
#a3d2fb
#94c3ec
#93c2eb
#92c1ea
#91c0e9
#90bfe8
#8fbee7
#8ebde6
#8dbce5
#8cbbe4
#8bbae3
#8ab9e2
#89b8e1
#88b7e0
#87b6df

Monochromatic Color with #95c4ed

#95c4ed
#0f1418
#2a3743
#455b6d
#607e98
#7aa1c2

Tints of #95c4ed Color

#95c4ed
#a0caef
#acd1f1
#b8d7f3
#c4def5
#cfe4f7
#dbebf9
#e7f1fb
#f3f8fd
#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

#95c4ed
#edbe95

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

Split Complementary

#95c4ed
#ed9598
#edea95

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

Analogous Color

#95e7ed
#95d6ed
#95c4ed
#95b2ed
#95a1ed

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

#95c4ed
#ed95c4
#c4ed95

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

#95c4ed
#ea95ed
#edbe95
#98ed95

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

#95c4ed
#edbe95
#edea95
#9598ed

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 #95c4ed 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.

#95c4ed Color Code Preview on Black Background Color

This is how #95c4ed Color will look on black background color. Color contrast ratio is 11.40

#95c4ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95c4ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95c4ed

#95c4ed color code is use for CSS Background Color

Background color for the above div is #95c4ed

HTML with inline CSS

<div style="background-color:#95c4ed;"></div>

#95c4ed color code is use for CSS Border Color

CSS Border color for the above div is #95c4ed

HTML with inline CSS

<div style="border:5px solid #95c4ed;"></div>

CSS Border Left color for the above div is #95c4ed

HTML with inline CSS

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

CSS Border Right color for the above div is #95c4ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #95c4ed

HTML with inline CSS

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

CSS Border Top color for the above div is #95c4ed

HTML with inline CSS

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

#95c4ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95c4ed Color code Preview on White Background

This is how #95c4ed Color code will look on white background color. Color contrast ratio is 1.84

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.