crispedge.com

Color picker

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

#82cbe3 hex color - Blue - Cool color - Information

#82cbe3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #82cbe3 Color code in RGB color code model is created after adding 50.98% red color, 79.61% green color and 89.02% blue color. Hex #82cbe3 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 11% magenta, 0% yellow and 11% black.

Hex #82cbe3 color code is between #88ccdd web safe hex color code and #77bbee web safe hex color code. #88ccdd is the nearest web safe color code. You can see here many more shades of #82cbe3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code82cbe3#82cbe3
RGB Decimal130, 203, 227rgb(130, 203, 227)
RGB Percent51%, 80%, 89%rgb(51%, 80%, 89%)
CSS RGBa130, 203, 227,1rgba(130,203,227,1)
CMYK Modelcmyk(43%,11%,0%,11%)
HSL Color Space195,63% ,70%hsl(195,63% ,70%)
HSV Color Space195°, 43%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000101100101111100011
Octal202313343
Decimal130203227
Hex82cbe3

Different shades of #82cbe3 color code.

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

Light Shade of #82cbe3
#acdcec
Dark Shade of #82cbe3
#58bada
Saturated Shade of #82cbe3
#7acfeb
Desaturated Shade of #82cbe3
#8ac7db
Grey scale Shade of #82cbe3
#b3b3b3
Brighten Shade
#9be4fc
Most Readable Shade
#000000

Shades of #82cbe3 color code

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

#82cbe3
#73b4c9
#659db0
#568797
#48707e
#395a64
#2b434b
#1c2d32
#0e1619
#000000

Similar Color like #82cbe3 color

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

#83cce4
#84cde5
#85cee6
#86cfe7
#87d0e8
#88d1e9
#89d2ea
#8ad3eb
#8bd4ec
#8cd5ed
#8dd6ee
#8ed7ef
#8fd8f0
#90d9f1
#81cae2
#80c9e1
#7fc8e0
#7ec7df
#7dc6de
#7cc5dd
#7bc4dc
#7ac3db
#79c2da
#78c1d9
#77c0d8
#76bfd7
#75bed6
#74bdd5

Monochromatic Color with #82cbe3

#82cbe3
#080d0e
#213339
#395963
#517f8e
#6aa5b8

Tints of #82cbe3 Color

#82cbe3
#8fd0e6
#9dd6e9
#abdcec
#b9e2ef
#c7e7f2
#d5edf5
#e3f3f8
#f1f9fb
#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

#82cbe3
#e39a82

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

Split Complementary

#82cbe3
#e3829a
#e3cb82

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

Analogous Color

#82e3d4
#82dee3
#82cbe3
#82b8e3
#82a4e3

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

#82cbe3
#e382cb
#cbe382

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

#82cbe3
#ca82e3
#e39a82
#9be382

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

#82cbe3
#e39a82
#e3cb82
#829ae3

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 #82cbe3 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.

#82cbe3 Color Code Preview on Black Background Color

This is how #82cbe3 Color will look on black background color. Color contrast ratio is 11.60

#82cbe3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82cbe3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82cbe3

#82cbe3 color code is use for CSS Background Color

Background color for the above div is #82cbe3

HTML with inline CSS

<div style="background-color:#82cbe3;"></div>

#82cbe3 color code is use for CSS Border Color

CSS Border color for the above div is #82cbe3

HTML with inline CSS

<div style="border:5px solid #82cbe3;"></div>

CSS Border Left color for the above div is #82cbe3

HTML with inline CSS

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

CSS Border Right color for the above div is #82cbe3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82cbe3

HTML with inline CSS

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

CSS Border Top color for the above div is #82cbe3

HTML with inline CSS

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

#82cbe3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82cbe3 Color code Preview on White Background

This is how #82cbe3 Color code will look on white background color. Color contrast ratio is 1.81

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

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.