crispedge.com

Color picker

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

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

#8db3de hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #8db3de Color code in RGB color code model is created after adding 55.29% red color, 70.2% green color and 87.06% blue color. Hex #8db3de Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 19% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code8db3de#8db3de
RGB Decimal141, 179, 222rgb(141, 179, 222)
RGB Percent55%, 70%, 87%rgb(55%, 70%, 87%)
CSS RGBa141, 179, 222,1rgba(141,179,222,1)
CMYK Modelcmyk(36%,19%,0%,13%)
HSL Color Space212,55% ,71%hsl(212,55% ,71%)
HSV Color Space212°, 36%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100011011011001111011110
Octal215263336
Decimal141179222
Hex8db3de

Different shades of #8db3de color code.

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

Light Shade of #8db3de
#b5cde9
Dark Shade of #8db3de
#6599d3
Saturated Shade of #8db3de
#86b3e5
Desaturated Shade of #8db3de
#94b3d7
Grey scale Shade of #8db3de
#b5b5b5
Brighten Shade
#a6ccf7
Most Readable Shade
#000000

Shades of #8db3de color code

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

#8db3de
#7d9fc5
#6d8bac
#5e7794
#4e637b
#3e4f62
#2f3b4a
#1f2731
#0f1318
#000000

Similar Color like #8db3de color

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

#8eb4df
#8fb5e0
#90b6e1
#91b7e2
#92b8e3
#93b9e4
#94bae5
#95bbe6
#96bce7
#97bde8
#98bee9
#99bfea
#9ac0eb
#9bc1ec
#8cb2dd
#8bb1dc
#8ab0db
#89afda
#88aed9
#87add8
#86acd7
#85abd6
#84aad5
#83a9d4
#82a8d3
#81a7d2
#80a6d1
#7fa5d0

Monochromatic Color with #8db3de

#8db3de
#060809
#212a34
#3c4c5e
#576e89
#7291b3

Tints of #8db3de Color

#8db3de
#99bbe1
#a6c3e5
#b3cce9
#bfd4ec
#ccddf0
#d9e5f4
#e5eef7
#f2f6fb
#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

#8db3de
#deb88d

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

Split Complementary

#8db3de
#de908d
#dcde8d

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

Analogous Color

#8dd3de
#8dc3de
#8db3de
#8da3de
#8d93de

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

#8db3de
#de8db3
#b3de8d

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

#8db3de
#de8ddb
#deb88d
#8dde8f

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

#8db3de
#deb88d
#dcde8d
#908dde

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

#8db3de Color Code Preview on Black Background Color

This is how #8db3de Color will look on black background color. Color contrast ratio is 9.64

#8db3de in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#8db3de color code is use for CSS Background Color

Background color for the above div is #8db3de

HTML with inline CSS

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

#8db3de color code is use for CSS Border Color

CSS Border color for the above div is #8db3de

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#8db3de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8db3de Color code Preview on White Background

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

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

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.