crispedge.com

Color picker

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

#8ac7cc hex color - Blue - Cool color - Information

#8ac7cc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #8ac7cc Color code in RGB color code model is created after adding 54.12% red color, 78.04% green color and 80% blue color. Hex #8ac7cc Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 2% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code8ac7cc#8ac7cc
RGB Decimal138, 199, 204rgb(138, 199, 204)
RGB Percent54%, 78%, 80%rgb(54%, 78%, 80%)
CSS RGBa138, 199, 204,1rgba(138,199,204,1)
CMYK Modelcmyk(32%,2%,0%,20%)
HSL Color Space185,39% ,67%hsl(185,39% ,67%)
HSV Color Space185°, 32%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010101100011111001100
Octal212307314
Decimal138199204
Hex8ac7cc

Different shades of #8ac7cc color code.

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

Light Shade of #8ac7cc
#add8db
Dark Shade of #8ac7cc
#66b6bc
Saturated Shade of #8ac7cc
#82ced4
Desaturated Shade of #8ac7cc
#92c0c4
Grey scale Shade of #8ac7cc
#ababab
Brighten Shade
#a3e0e5
Most Readable Shade
#000000

Shades of #8ac7cc color code

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

#8ac7cc
#7ab0b5
#6b9a9e
#5c8488
#4c6e71
#3d585a
#2e4244
#1e2c2d
#0f1616
#000000

Similar Color like #8ac7cc color

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

#8bc8cd
#8cc9ce
#8dcacf
#8ecbd0
#8fccd1
#90cdd2
#91ced3
#92cfd4
#93d0d5
#94d1d6
#95d2d7
#96d3d8
#97d4d9
#98d5da
#89c6cb
#88c5ca
#87c4c9
#86c3c8
#85c2c7
#84c1c6
#83c0c5
#82bfc4
#81bec3
#80bdc2
#7fbcc1
#7ebbc0
#7dbabf
#7cb9be

Monochromatic Color with #8ac7cc

#8ac7cc
#a7f0f6
#172122
#344b4c
#507477
#6d9ea1

Tints of #8ac7cc Color

#8ac7cc
#97cdd1
#a4d3d7
#b1d9dd
#bedfe2
#cbe6e8
#d8ecee
#e5f2f3
#f2f8f9
#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

#8ac7cc
#cc8f8a

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

Split Complementary

#8ac7cc
#cc8aa6
#ccb08a

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

Analogous Color

#8accb7
#8accc4
#8ac7cc
#8abacc
#8aadcc

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

#8ac7cc
#cc8ac7
#c7cc8a

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

#8ac7cc
#b08acc
#cc8f8a
#a6cc8a

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

#8ac7cc
#cc8f8a
#ccb08a
#8aa6cc

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 #8ac7cc 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.

#8ac7cc Color Code Preview on Black Background Color

This is how #8ac7cc Color will look on black background color. Color contrast ratio is 11.12

#8ac7cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8ac7cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8ac7cc

#8ac7cc color code is use for CSS Background Color

Background color for the above div is #8ac7cc

HTML with inline CSS

<div style="background-color:#8ac7cc;"></div>

#8ac7cc color code is use for CSS Border Color

CSS Border color for the above div is #8ac7cc

HTML with inline CSS

<div style="border:5px solid #8ac7cc;"></div>

CSS Border Left color for the above div is #8ac7cc

HTML with inline CSS

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

CSS Border Right color for the above div is #8ac7cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8ac7cc

HTML with inline CSS

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

CSS Border Top color for the above div is #8ac7cc

HTML with inline CSS

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

#8ac7cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8ac7cc Color code Preview on White Background

This is how #8ac7cc Color code will look on white background color. Color contrast ratio is 1.89

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

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.