crispedge.com

Color picker

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

#90ffcd hex color - Blue - Cool color - Information

#90ffcd hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #90ffcd Color code in RGB color code model is created after adding 56.47% red color, 100% green color and 80.39% blue color. Hex #90ffcd Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 0% magenta, 20% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code90ffcd#90ffcd
RGB Decimal144, 255, 205rgb(144, 255, 205)
RGB Percent56%, 100%, 80%rgb(56%, 100%, 80%)
CSS RGBa144, 255, 205,1rgba(144,255,205,1)
CMYK Modelcmyk(44%,0%,20%,0%)
HSL Color Space153,100% ,78%hsl(153,100% ,78%)
HSV Color Space153°, 44%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100001111111111001101
Octal220377315
Decimal144255205
Hex90ffcd

Different shades of #90ffcd color code.

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

Light Shade of #90ffcd
#c3ffe4
Dark Shade of #90ffcd
#5dffb6
Saturated Shade of #90ffcd
#90ffcd
Desaturated Shade of #90ffcd
#96f9cc
Grey scale Shade of #90ffcd
#c7c7c7
Brighten Shade
#a9ffe6
Most Readable Shade
#000000

Shades of #90ffcd color code

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

#90ffcd
#80e2b6
#70c69f
#60aa88
#508d71
#40715b
#305544
#20382d
#101c16
#000000

Similar Color like #90ffcd color

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

#91ffce
#92ffcf
#93ffd0
#94ffd1
#95ffd2
#96ffd3
#97ffd4
#98ffd5
#99ffd6
#9affd7
#9bffd8
#9cffd9
#9dffda
#9effdb
#8ffecc
#8efdcb
#8dfcca
#8cfbc9
#8bfac8
#8af9c7
#89f8c6
#88f7c5
#87f6c4
#86f5c3
#85f4c2
#84f3c1
#83f2c0
#82f1bf

Monochromatic Color with #90ffcd

#90ffcd
#182a22
#305544
#488067
#60aa89
#78d4ab

Tints of #90ffcd Color

#90ffcd
#9cffd2
#a8ffd8
#b5ffdd
#c1ffe3
#cdffe8
#daffee
#e6fff3
#f2fff9
#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

#90ffcd
#ff90c2

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

Split Complementary

#90ffcd
#ff90fa
#ff9690

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

Analogous Color

#90ffa1
#90ffb7
#90ffcd
#90ffe3
#90fff9

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

#90ffcd
#cd90ff
#ffcd90

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

#90ffcd
#9590ff
#ff90c2
#f9ff90

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

#90ffcd
#ff90c2
#ff9690
#90faff

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 #90ffcd 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.

#90ffcd Color Code Preview on Black Background Color

This is how #90ffcd Color will look on black background color. Color contrast ratio is 17.37

#90ffcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #90ffcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #90ffcd

#90ffcd color code is use for CSS Background Color

Background color for the above div is #90ffcd

HTML with inline CSS

<div style="background-color:#90ffcd;"></div>

#90ffcd color code is use for CSS Border Color

CSS Border color for the above div is #90ffcd

HTML with inline CSS

<div style="border:5px solid #90ffcd;"></div>

CSS Border Left color for the above div is #90ffcd

HTML with inline CSS

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

CSS Border Right color for the above div is #90ffcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #90ffcd

HTML with inline CSS

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

CSS Border Top color for the above div is #90ffcd

HTML with inline CSS

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

#90ffcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#90ffcd Color code Preview on White Background

This is how #90ffcd 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 #90ffcd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #90ffcd; }

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.