crispedge.com

Color picker

Loading...

#88acd9 hex color - Blue - Cool color - Information

#88acd9 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #88acd9 Color code in RGB color code model is created after adding 53.33% red color, 67.45% green color and 85.1% blue color. Hex #88acd9 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 21% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code88acd9#88acd9
RGB Decimal136, 172, 217rgb(136, 172, 217)
RGB Percent53%, 67%, 85%rgb(53%, 67%, 85%)
CSS RGBa136, 172, 217,1rgba(136,172,217,1)
CMYK Modelcmyk(37%,21%,0%,15%)
HSL Color Space213,52% ,69%hsl(213,52% ,69%)
HSV Color Space213°, 37%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010001010110011011001
Octal210254331
Decimal136172217
Hex88acd9

Different shades of #88acd9 color code.

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

Light Shade of #88acd9
#afc7e5
Dark Shade of #88acd9
#6191cd
Saturated Shade of #88acd9
#80abe1
Desaturated Shade of #88acd9
#90add1
Grey scale Shade of #88acd9
#b0b0b0
Brighten Shade
#a1c5f2
Most Readable Shade
#000000

Shades of #88acd9 color code

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

#88acd9
#7898c0
#6985a8
#5a7290
#4b5f78
#3c4c60
#2d3948
#1e2630
#0f1318
#000000

Similar Color like #88acd9 color

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

#89adda
#8aaedb
#8bafdc
#8cb0dd
#8db1de
#8eb2df
#8fb3e0
#90b4e1
#91b5e2
#92b6e3
#93b7e4
#94b8e5
#95b9e6
#96bae7
#87abd8
#86aad7
#85a9d6
#84a8d5
#83a7d4
#82a6d3
#81a5d2
#80a4d1
#7fa3d0
#7ea2cf
#7da1ce
#7ca0cd
#7b9fcc
#7a9ecb

Monochromatic Color with #88acd9

#88acd9
#030404
#1d252f
#384759
#536984
#6d8aae

Tints of #88acd9 Color

#88acd9
#95b5dd
#a2bee1
#afc7e5
#bcd0e9
#cadaee
#d7e3f2
#e4ecf6
#f1f5fa
#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

#88acd9
#d9b588

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

Split Complementary

#88acd9
#d98c88
#d5d988

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

Analogous Color

#88ccd9
#88bcd9
#88acd9
#889cd9
#888cd9

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

#88acd9
#d988ac
#acd988

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

#88acd9
#d988d4
#d9b588
#88d98c

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

#88acd9
#d9b588
#d5d988
#8c88d9

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 #88acd9 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.

#88acd9 Color Code Preview on Black Background Color

This is how #88acd9 Color will look on black background color. Color contrast ratio is 8.95

#88acd9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88acd9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88acd9

#88acd9 color code is use for CSS Background Color

Background color for the above div is #88acd9

HTML with inline CSS

<div style="background-color:#88acd9;"></div>

#88acd9 color code is use for CSS Border Color

CSS Border color for the above div is #88acd9

HTML with inline CSS

<div style="border:5px solid #88acd9;"></div>

CSS Border Left color for the above div is #88acd9

HTML with inline CSS

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

CSS Border Right color for the above div is #88acd9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #88acd9

HTML with inline CSS

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

CSS Border Top color for the above div is #88acd9

HTML with inline CSS

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

#88acd9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#88acd9 Color code Preview on White Background

This is how #88acd9 Color code will look on white background color. Color contrast ratio is 2.35

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

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(136,172,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(217,181,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(136,172,217,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.