crispedge.com

Color picker

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

#5cbef3 hex color - Blue - Cool color - Information

#5cbef3 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5cbef3 Color code in RGB color code model is created after adding 36.08% red color, 74.51% green color and 95.29% blue color. Hex #5cbef3 Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 22% magenta, 0% yellow and 5% black.

Hex #5cbef3 color code is between #55bbee web safe hex color code and #66ccff web safe hex color code. #55bbee is the nearest web safe color code. You can see here many more shades of #5cbef3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5cbef3#5cbef3
RGB Decimal92, 190, 243rgb(92, 190, 243)
RGB Percent36%, 75%, 95%rgb(36%, 75%, 95%)
CSS RGBa92, 190, 243,1rgba(92,190,243,1)
CMYK Modelcmyk(62%,22%,0%,5%)
HSL Color Space201,86% ,66%hsl(201,86% ,66%)
HSV Color Space201°, 62%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111001011111011110011
Octal134276363
Decimal92190243
Hex5cbef3

Different shades of #5cbef3 color code.

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

Light Shade of #5cbef3
#8bd1f6
Dark Shade of #5cbef3
#2cabef
Saturated Shade of #5cbef3
#53c1fc
Desaturated Shade of #5cbef3
#65bbea
Grey scale Shade of #5cbef3
#a7a7a7
Brighten Shade
#75d7ff
Most Readable Shade
#000000

Shades of #5cbef3 color code

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

#5cbef3
#51a8d8
#4793bd
#3d7ea2
#336987
#28546c
#1e3f51
#142a36
#0a151b
#000000

Similar Color like #5cbef3 color

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

#5dbff4
#5ec0f5
#5fc1f6
#60c2f7
#61c3f8
#62c4f9
#63c5fa
#64c6fb
#65c7fc
#66c8fd
#67c9fe
#68caff
#69cbff
#6accff
#5bbdf2
#5abcf1
#59bbf0
#58baef
#57b9ee
#56b8ed
#55b7ec
#54b6eb
#53b5ea
#52b4e9
#51b3e8
#50b2e7
#4fb1e6
#4eb0e5

Monochromatic Color with #5cbef3

#5cbef3
#0c181e
#1c3949
#2c5a73
#3c7c9e
#4c9dc8

Tints of #5cbef3 Color

#5cbef3
#6ec5f4
#80ccf5
#92d3f7
#a4daf8
#b6e2f9
#c8e9fb
#daf0fc
#ecf7fd
#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

#5cbef3
#f3915c

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

Split Complementary

#5cbef3
#f35c73
#f3dc5c

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

Analogous Color

#5cf3ec
#5cdcf3
#5cbef3
#5ca0f3
#5c82f3

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

#5cbef3
#f35cbe
#bef35c

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

#5cbef3
#dc5cf3
#f3915c
#72f35c

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

#5cbef3
#f3915c
#f3dc5c
#5c73f3

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 #5cbef3 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.

#5cbef3 Color Code Preview on Black Background Color

This is how #5cbef3 Color will look on black background color. Color contrast ratio is 10.11

#5cbef3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5cbef3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5cbef3

#5cbef3 color code is use for CSS Background Color

Background color for the above div is #5cbef3

HTML with inline CSS

<div style="background-color:#5cbef3;"></div>

#5cbef3 color code is use for CSS Border Color

CSS Border color for the above div is #5cbef3

HTML with inline CSS

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

CSS Border Left color for the above div is #5cbef3

HTML with inline CSS

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

CSS Border Right color for the above div is #5cbef3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5cbef3

HTML with inline CSS

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

CSS Border Top color for the above div is #5cbef3

HTML with inline CSS

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

#5cbef3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5cbef3 Color code Preview on White Background

This is how #5cbef3 Color code will look on white background color. Color contrast ratio is 2.08

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

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.