crispedge.com

Color picker

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

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

#83cdf7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code83cdf7#83cdf7
RGB Decimal131, 205, 247rgb(131, 205, 247)
RGB Percent51%, 80%, 97%rgb(51%, 80%, 97%)
CSS RGBa131, 205, 247,1rgba(131,205,247,1)
CMYK Modelcmyk(47%,17%,0%,3%)
HSL Color Space202,88% ,74%hsl(202,88% ,74%)
HSV Color Space202°, 47%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000111100110111110111
Octal203315367
Decimal131205247
Hex83cdf7

Different shades of #83cdf7 color code.

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

Light Shade of #83cdf7
#b3e0fa
Dark Shade of #83cdf7
#53baf4
Saturated Shade of #83cdf7
#7ccffe
Desaturated Shade of #83cdf7
#8acbf0
Grey scale Shade of #83cdf7
#bdbdbd
Brighten Shade
#9ce6ff
Most Readable Shade
#000000

Shades of #83cdf7 color code

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

#83cdf7
#74b6db
#659fc0
#5788a4
#487189
#3a5b6d
#2b4452
#1d2d36
#0e161b
#000000

Similar Color like #83cdf7 color

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

#84cef8
#85cff9
#86d0fa
#87d1fb
#88d2fc
#89d3fd
#8ad4fe
#8bd5ff
#8cd6ff
#8dd7ff
#8ed8ff
#8fd9ff
#90daff
#91dbff
#82ccf6
#81cbf5
#80caf4
#7fc9f3
#7ec8f2
#7dc7f1
#7cc6f0
#7bc5ef
#7ac4ee
#79c3ed
#78c2ec
#77c1eb
#76c0ea
#75bfe9

Monochromatic Color with #83cdf7

#83cdf7
#121d22
#29404d
#3f6377
#5686a2
#6caacc

Tints of #83cdf7 Color

#83cdf7
#90d2f7
#9ed8f8
#acddf9
#bae3fa
#c7e8fb
#d5eefc
#e3f3fd
#f1f9fe
#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

#83cdf7
#f7ad83

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

Split Complementary

#83cdf7
#f78393
#f7e783

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

Analogous Color

#83f7f3
#83e4f7
#83cdf7
#83b6f7
#839ff7

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

#83cdf7
#f783cd
#cdf783

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

#83cdf7
#e783f7
#f7ad83
#93f783

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

#83cdf7
#f7ad83
#f7e783
#8393f7

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

#83cdf7 Color Code Preview on Black Background Color

This is how #83cdf7 Color will look on black background color. Color contrast ratio is 12.04

#83cdf7 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#83cdf7 color code is use for CSS Background Color

Background color for the above div is #83cdf7

HTML with inline CSS

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

#83cdf7 color code is use for CSS Border Color

CSS Border color for the above div is #83cdf7

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#83cdf7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#83cdf7 Color code Preview on White Background

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

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

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.