crispedge.com

Color picker

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

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

#95f7db hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #95f7db Color code in RGB color code model is created after adding 58.43% red color, 96.86% green color and 85.88% blue color. Hex #95f7db Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 0% magenta, 11% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code95f7db#95f7db
RGB Decimal149, 247, 219rgb(149, 247, 219)
RGB Percent58%, 97%, 86%rgb(58%, 97%, 86%)
CSS RGBa149, 247, 219,1rgba(149,247,219,1)
CMYK Modelcmyk(40%,0%,11%,3%)
HSL Color Space163,86% ,78%hsl(163,86% ,78%)
HSV Color Space163°, 40%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011111011111011011
Octal225367333
Decimal149247219
Hex95f7db

Different shades of #95f7db color code.

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

Light Shade of #95f7db
#c4fbeb
Dark Shade of #95f7db
#66f3cb
Saturated Shade of #95f7db
#8ffddd
Desaturated Shade of #95f7db
#9bf1d9
Grey scale Shade of #95f7db
#c6c6c6
Brighten Shade
#aefff4
Most Readable Shade
#000000

Shades of #95f7db color code

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

#95f7db
#84dbc2
#73c0aa
#63a492
#528979
#426d61
#315249
#213630
#101b18
#000000

Similar Color like #95f7db color

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

#96f8dc
#97f9dd
#98fade
#99fbdf
#9afce0
#9bfde1
#9cfee2
#9dffe3
#9effe4
#9fffe5
#a0ffe6
#a1ffe7
#a2ffe8
#a3ffe9
#94f6da
#93f5d9
#92f4d8
#91f3d7
#90f2d6
#8ff1d5
#8ef0d4
#8defd3
#8ceed2
#8bedd1
#8aecd0
#89ebcf
#88eace
#87e9cd

Monochromatic Color with #95f7db

#95f7db
#15221f
#2e4d44
#48776a
#62a290
#7bccb5

Tints of #95f7db Color

#95f7db
#a0f7df
#acf8e3
#b8f9e7
#c4faeb
#cffbef
#dbfcf3
#e7fdf7
#f3fefb
#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

#95f7db
#f795b1

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

Split Complementary

#95f7db
#f795e2
#f7aa95

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

Analogous Color

#95f7b4
#95f7c7
#95f7db
#95f7ef
#95ecf7

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

#95f7db
#db95f7
#f7db95

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

#95f7db
#aa95f7
#f795b1
#e2f795

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

#95f7db
#f795b1
#f7aa95
#95e2f7

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

#95f7db Color Code Preview on Black Background Color

This is how #95f7db Color will look on black background color. Color contrast ratio is 16.61

#95f7db in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#95f7db color code is use for CSS Background Color

Background color for the above div is #95f7db

HTML with inline CSS

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

#95f7db color code is use for CSS Border Color

CSS Border color for the above div is #95f7db

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#95f7db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95f7db Color code Preview on White Background

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

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

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.