crispedge.com

Color picker

Loading...

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

#95fbf1 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #95fbf1 Color code in RGB color code model is created after adding 58.43% red color, 98.43% green color and 94.51% blue color. Hex #95fbf1 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 0% magenta, 4% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code95fbf1#95fbf1
RGB Decimal149, 251, 241rgb(149, 251, 241)
RGB Percent58%, 98%, 95%rgb(58%, 98%, 95%)
CSS RGBa149, 251, 241,1rgba(149,251,241,1)
CMYK Modelcmyk(41%,0%,4%,2%)
HSL Color Space174,93% ,78%hsl(174,93% ,78%)
HSV Color Space174°, 41%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011111101111110001
Octal225373361
Decimal149251241
Hex95fbf1

Different shades of #95fbf1 color code.

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

Light Shade of #95fbf1
#c6fdf7
Dark Shade of #95fbf1
#64f9eb
Saturated Shade of #95fbf1
#91fff4
Desaturated Shade of #95fbf1
#9af5ed
Grey scale Shade of #95fbf1
#c8c8c8
Brighten Shade
#aeffff
Most Readable Shade
#000000

Shades of #95fbf1 color code

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

#95fbf1
#84dfd6
#73c3bb
#63a7a0
#528b85
#426f6b
#315350
#213735
#101b1a
#000000

Similar Color like #95fbf1 color

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

#96fcf2
#97fdf3
#98fef4
#99fff5
#9afff6
#9bfff7
#9cfff8
#9dfff9
#9efffa
#9ffffb
#a0fffc
#a1fffd
#a2fffe
#a3ffff
#94faf0
#93f9ef
#92f8ee
#91f7ed
#90f6ec
#8ff5eb
#8ef4ea
#8df3e9
#8cf2e8
#8bf1e7
#8af0e6
#89efe5
#88eee4
#87ede3

Monochromatic Color with #95fbf1

#95fbf1
#172625
#30514e
#497b77
#63a69f
#7cd0c8

Tints of #95fbf1 Color

#95fbf1
#a0fbf2
#acfbf4
#b8fcf5
#c4fcf7
#cffdf8
#dbfdfa
#e7fefb
#f3fefd
#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

#95fbf1
#fb959f

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

Split Complementary

#95fbf1
#fb95d2
#fbbe95

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

Analogous Color

#95fbc8
#95fbdd
#95fbf1
#95f1fb
#95dcfb

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

#95fbf1
#f195fb
#fbf195

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

#95fbf1
#be95fb
#fb959f
#d2fb95

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

#95fbf1
#fb959f
#fbbe95
#95d2fb

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

#95fbf1 Color Code Preview on Black Background Color

This is how #95fbf1 Color will look on black background color. Color contrast ratio is 17.35

#95fbf1 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#95fbf1 color code is use for CSS Background Color

Background color for the above div is #95fbf1

HTML with inline CSS

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

#95fbf1 color code is use for CSS Border Color

CSS Border color for the above div is #95fbf1

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#95fbf1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95fbf1 Color code Preview on White Background

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

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

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,251,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,149,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,251,241,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.