crispedge.com

Color picker

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

#83bdf7 hex color - Blue - Cool color - Information

#83bdf7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #83bdf7 Color code in RGB color code model is created after adding 51.37% red color, 74.12% green color and 96.86% blue color. Hex #83bdf7 Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 23% magenta, 0% yellow and 3% black.

Hex #83bdf7 color code is between #88bbff web safe hex color code and #77ccee web safe hex color code. #88bbff is the nearest web safe color code. You can see here many more shades of #83bdf7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code83bdf7#83bdf7
RGB Decimal131, 189, 247rgb(131, 189, 247)
RGB Percent51%, 74%, 97%rgb(51%, 74%, 97%)
CSS RGBa131, 189, 247,1rgba(131,189,247,1)
CMYK Modelcmyk(47%,23%,0%,3%)
HSL Color Space210,88% ,74%hsl(210,88% ,74%)
HSV Color Space210°, 47%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000111011110111110111
Octal203275367
Decimal131189247
Hex83bdf7

Different shades of #83bdf7 color code.

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

Light Shade of #83bdf7
#b3d6fa
Dark Shade of #83bdf7
#53a3f4
Saturated Shade of #83bdf7
#7cbdfe
Desaturated Shade of #83bdf7
#8abdf0
Grey scale Shade of #83bdf7
#bdbdbd
Brighten Shade
#9cd6ff
Most Readable Shade
#000000

Shades of #83bdf7 color code

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

#83bdf7
#74a8db
#6593c0
#577ea4
#486989
#3a546d
#2b3f52
#1d2a36
#0e151b
#000000

Similar Color like #83bdf7 color

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

#84bef8
#85bff9
#86c0fa
#87c1fb
#88c2fc
#89c3fd
#8ac4fe
#8bc5ff
#8cc6ff
#8dc7ff
#8ec8ff
#8fc9ff
#90caff
#91cbff
#82bcf6
#81bbf5
#80baf4
#7fb9f3
#7eb8f2
#7db7f1
#7cb6f0
#7bb5ef
#7ab4ee
#79b3ed
#78b2ec
#77b1eb
#76b0ea
#75afe9

Monochromatic Color with #83bdf7

#83bdf7
#121a22
#293b4d
#3f5b77
#567ca2
#6c9ccc

Tints of #83bdf7 Color

#83bdf7
#90c4f7
#9ecbf8
#acd3f9
#badafa
#c7e1fb
#d5e9fc
#e3f0fd
#f1f7fe
#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

#83bdf7
#f7bd83

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

Split Complementary

#83bdf7
#f78383
#f7f783

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

Analogous Color

#83ebf7
#83d4f7
#83bdf7
#83a6f7
#838ff7

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

#83bdf7
#f783bd
#bdf783

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

#83bdf7
#f783f7
#f7bd83
#83f783

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

#83bdf7
#f7bd83
#f7f783
#8383f7

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 #83bdf7 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.

#83bdf7 Color Code Preview on Black Background Color

This is how #83bdf7 Color will look on black background color. Color contrast ratio is 10.59

#83bdf7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #83bdf7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #83bdf7

#83bdf7 color code is use for CSS Background Color

Background color for the above div is #83bdf7

HTML with inline CSS

<div style="background-color:#83bdf7;"></div>

#83bdf7 color code is use for CSS Border Color

CSS Border color for the above div is #83bdf7

HTML with inline CSS

<div style="border:5px solid #83bdf7;"></div>

CSS Border Left color for the above div is #83bdf7

HTML with inline CSS

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

CSS Border Right color for the above div is #83bdf7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #83bdf7

HTML with inline CSS

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

CSS Border Top color for the above div is #83bdf7

HTML with inline CSS

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

#83bdf7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#83bdf7 Color code Preview on White Background

This is how #83bdf7 Color code will look on white background color. Color contrast ratio is 1.98

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

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.