crispedge.com

Color picker

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

#95c0cb hex color - Porcelain Blue - Blue - Cool color - Information

#95c0cb hex color - Porcelain Blue - Blue - Cool color

Color Hue/Base color: Blue

Hex #95c0cb Color Code is also known as Porcelain Blue color.

Hex #95c0cb Color code in RGB color code model is created after adding 58.43% red color, 75.29% green color and 79.61% blue color. Hex #95c0cb Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 5% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 70 Views

Color Table

Hex Color Code95c0cb#95c0cb
RGB Decimal149, 192, 203rgb(149, 192, 203)
RGB Percent58%, 75%, 80%rgb(58%, 75%, 80%)
CSS RGBa149, 192, 203,1rgba(149,192,203,1)
CMYK Modelcmyk(27%,5%,0%,20%)
HSL Color Space192,34% ,69%hsl(192,34% ,69%)
HSV Color Space192°, 27%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011100000011001011
Octal225300313
Decimal149192203
Hex95c0cb

Different shades of #95c0cb color code.

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

Light Shade of #95c0cb
#b7d4dc
Dark Shade of #95c0cb
#73acba
Saturated Shade of #95c0cb
#8dc5d3
Desaturated Shade of #95c0cb
#9dbbc3
Grey scale Shade of #95c0cb
#b0b0b0
Brighten Shade
#aed9e4
Most Readable Shade
#000000

Shades of #95c0cb color code

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

#95c0cb
#84aab4
#73959d
#638087
#526a70
#42555a
#314043
#212a2d
#101516
#000000

Similar Color like #95c0cb color

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

#96c1cc
#97c2cd
#98c3ce
#99c4cf
#9ac5d0
#9bc6d1
#9cc7d2
#9dc8d3
#9ec9d4
#9fcad5
#a0cbd6
#a1ccd7
#a2cdd8
#a3ced9
#94bfca
#93bec9
#92bdc8
#91bcc7
#90bbc6
#8fbac5
#8eb9c4
#8db8c3
#8cb7c2
#8bb6c1
#8ab5c0
#89b4bf
#88b3be
#87b2bd

Monochromatic Color with #95c0cb

#95c0cb
#b4e8f5
#181f21
#37474b
#577076
#7698a0

Tints of #95c0cb Color

#95c0cb
#a0c7d0
#acced6
#b8d5dc
#c4dce2
#cfe3e7
#dbeaed
#e7f1f3
#f3f8f9
#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

#95c0cb
#cba095

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

Split Complementary

#95c0cb
#cb95a5
#cbbb95

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

Analogous Color

#95cbc0
#95cbcb
#95c0cb
#95b5cb
#95aacb

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

#95c0cb
#cb95c0
#c0cb95

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

#95c0cb
#bb95cb
#cba095
#a5cb95

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

#95c0cb
#cba095
#cbbb95
#95a5cb

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

#95c0cb Color Code Preview on Black Background Color

This is how #95c0cb Color will look on black background color. Color contrast ratio is 10.68

#95c0cb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#95c0cb color code is use for CSS Background Color

Background color for the above div is #95c0cb

HTML with inline CSS

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

#95c0cb color code is use for CSS Border Color

CSS Border color for the above div is #95c0cb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#95c0cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95c0cb Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 70 Views

Post your comment:-

By submitting comment you agree to our privacy policy.