crispedge.com

Color picker

Loading...

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

#95c7ea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #95c7ea Color code in RGB color code model is created after adding 58.43% red color, 78.04% green color and 91.76% blue color. Hex #95c7ea Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 15% magenta, 0% yellow and 8% black.

Hex #95c7ea 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 #95c7ea color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code95c7ea#95c7ea
RGB Decimal149, 199, 234rgb(149, 199, 234)
RGB Percent58%, 78%, 92%rgb(58%, 78%, 92%)
CSS RGBa149, 199, 234,1rgba(149,199,234,1)
CMYK Modelcmyk(36%,15%,0%,8%)
HSL Color Space205,67% ,75%hsl(205,67% ,75%)
HSV Color Space205°, 36%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011100011111101010
Octal225307352
Decimal149199234
Hex95c7ea

Different shades of #95c7ea color code.

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

Light Shade of #95c7ea
#c0ddf2
Dark Shade of #95c7ea
#6ab0e2
Saturated Shade of #95c7ea
#8fc8f0
Desaturated Shade of #95c7ea
#9bc6e4
Grey scale Shade of #95c7ea
#bfbfbf
Brighten Shade
#aee0ff
Most Readable Shade
#000000

Shades of #95c7ea color code

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

#95c7ea
#84b0d0
#739ab6
#63849c
#526e82
#425868
#31424e
#212c34
#10161a
#000000

Similar Color like #95c7ea color

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

#96c8eb
#97c9ec
#98caed
#99cbee
#9accef
#9bcdf0
#9ccef1
#9dcff2
#9ed0f3
#9fd1f4
#a0d2f5
#a1d3f6
#a2d4f7
#a3d5f8
#94c6e9
#93c5e8
#92c4e7
#91c3e6
#90c2e5
#8fc1e4
#8ec0e3
#8dbfe2
#8cbee1
#8bbde0
#8abcdf
#89bbde
#88badd
#87b9dc

Monochromatic Color with #95c7ea

#95c7ea
#0e1215
#293640
#445b6a
#5f7f95
#7aa3bf

Tints of #95c7ea Color

#95c7ea
#a0cdec
#acd3ee
#b8d9f1
#c4dff3
#cfe6f5
#dbecf8
#e7f2fa
#f3f8fc
#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

#95c7ea
#eab895

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

Split Complementary

#95c7ea
#ea959d
#eae295

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

Analogous Color

#95e9ea
#95d8ea
#95c7ea
#95b6ea
#95a5ea

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

#95c7ea
#ea95c7
#c7ea95

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

#95c7ea
#e295ea
#eab895
#9cea95

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

#95c7ea
#eab895
#eae295
#959dea

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

#95c7ea Color Code Preview on Black Background Color

This is how #95c7ea Color will look on black background color. Color contrast ratio is 11.64

#95c7ea in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#95c7ea color code is use for CSS Background Color

Background color for the above div is #95c7ea

HTML with inline CSS

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

#95c7ea color code is use for CSS Border Color

CSS Border color for the above div is #95c7ea

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#95c7ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95c7ea Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.