crispedge.com

Color picker

Loading...

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

#95ddfe hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #95ddfe Color code in RGB color code model is created after adding 58.43% red color, 86.67% green color and 99.61% blue color. Hex #95ddfe Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 13% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code95ddfe#95ddfe
RGB Decimal149, 221, 254rgb(149, 221, 254)
RGB Percent58%, 87%, 100%rgb(58%, 87%, 100%)
CSS RGBa149, 221, 254,1rgba(149,221,254,1)
CMYK Modelcmyk(41%,13%,0%,0%)
HSL Color Space199,98% ,79%hsl(199,98% ,79%)
HSV Color Space199°, 41%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011101110111111110
Octal225335376
Decimal149221254
Hex95ddfe

Different shades of #95ddfe color code.

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

Light Shade of #95ddfe
#c7edfe
Dark Shade of #95ddfe
#62cdfe
Saturated Shade of #95ddfe
#94ddff
Desaturated Shade of #95ddfe
#9adbf9
Grey scale Shade of #95ddfe
#c9c9c9
Brighten Shade
#aef6ff
Most Readable Shade
#000000

Shades of #95ddfe color code

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

#95ddfe
#84c4e1
#73abc5
#6393a9
#527a8d
#426270
#314954
#213138
#10181c
#000000

Similar Color like #95ddfe color

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

#96deff
#97dfff
#98e0ff
#99e1ff
#9ae2ff
#9be3ff
#9ce4ff
#9de5ff
#9ee6ff
#9fe7ff
#a0e8ff
#a1e9ff
#a2eaff
#a3ebff
#94dcfd
#93dbfc
#92dafb
#91d9fa
#90d8f9
#8fd7f8
#8ed6f7
#8dd5f6
#8cd4f5
#8bd3f4
#8ad2f3
#89d1f2
#88d0f1
#87cff0

Monochromatic Color with #95ddfe

#95ddfe
#182429
#314954
#4a6e7e
#6393a9
#7cb8d3

Tints of #95ddfe Color

#95ddfe
#a0e0fe
#ace4fe
#b8e8fe
#c4ecfe
#cfeffe
#dbf3fe
#e7f7fe
#f3fbfe
#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

#95ddfe
#feb695

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

Split Complementary

#95ddfe
#fe95a8
#feeb95

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

Analogous Color

#95fef5
#95f2fe
#95ddfe
#95c8fe
#95b3fe

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

#95ddfe
#fe95dd
#ddfe95

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

#95ddfe
#ea95fe
#feb695
#a8fe95

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

#95ddfe
#feb695
#feeb95
#95a8fe

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

#95ddfe Color Code Preview on Black Background Color

This is how #95ddfe Color will look on black background color. Color contrast ratio is 14.05

#95ddfe in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#95ddfe color code is use for CSS Background Color

Background color for the above div is #95ddfe

HTML with inline CSS

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

#95ddfe color code is use for CSS Border Color

CSS Border color for the above div is #95ddfe

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#95ddfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95ddfe Color code Preview on White Background

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

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

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,221,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,182,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,221,254,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.