crispedge.com

Color picker

Loading...

#51aad4 hex color - Blue - Cool color - Information

#51aad4 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #51aad4 Color code in RGB color code model is created after adding 31.76% red color, 66.67% green color and 83.14% blue color. Hex #51aad4 Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 20% magenta, 0% yellow and 17% black.

Hex #51aad4 color code is between #5599cc web safe hex color code and #44bbdd web safe hex color code. #5599cc is the nearest web safe color code. You can see here many more shades of #51aad4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code51aad4#51aad4
RGB Decimal81, 170, 212rgb(81, 170, 212)
RGB Percent32%, 67%, 83%rgb(32%, 67%, 83%)
CSS RGBa81, 170, 212,1rgba(81,170,212,1)
CMYK Modelcmyk(62%,20%,0%,17%)
HSL Color Space199,60% ,57%hsl(199,60% ,57%)
HSV Color Space199°, 62%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100011010101011010100
Octal121252324
Decimal81170212
Hex51aad4

Different shades of #51aad4 color code.

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

Light Shade of #51aad4
#7abede
Dark Shade of #51aad4
#3093c2
Saturated Shade of #51aad4
#46aedf
Desaturated Shade of #51aad4
#5ca6c9
Grey scale Shade of #51aad4
#929292
Brighten Shade
#6ac3ed
Most Readable Shade
#000000

Shades of #51aad4 color code

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

#51aad4
#4897bc
#3f84a4
#36718d
#2d5e75
#244b5e
#1b3846
#12252f
#091217
#000000

Similar Color like #51aad4 color

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

#52abd5
#53acd6
#54add7
#55aed8
#56afd9
#57b0da
#58b1db
#59b2dc
#5ab3dd
#5bb4de
#5cb5df
#5db6e0
#5eb7e1
#5fb8e2
#50a9d3
#4fa8d2
#4ea7d1
#4da6d0
#4ca5cf
#4ba4ce
#4aa3cd
#49a2cc
#48a1cb
#47a0ca
#469fc9
#459ec8
#449dc7
#439cc6

Monochromatic Color with #51aad4

#51aad4
#61ccfe
#10222a
#204454
#31667f
#4188a9

Tints of #51aad4 Color

#51aad4
#64b3d8
#77bcdd
#8bc6e2
#9ecfe7
#b1d9eb
#c5e2f0
#d8ecf5
#ebf5fa
#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

#51aad4
#d47b51

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

Split Complementary

#51aad4
#d45169
#d4bd51

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

Analogous Color

#51d4ca
#51c4d4
#51aad4
#5190d4
#5176d4

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

#51aad4
#d451aa
#aad451

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

#51aad4
#bc51d4
#d47b51
#69d451

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

#51aad4
#d47b51
#d4bd51
#5169d4

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 #51aad4 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.

#51aad4 Color Code Preview on Black Background Color

This is how #51aad4 Color will look on black background color. Color contrast ratio is 8.05

#51aad4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51aad4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51aad4

#51aad4 color code is use for CSS Background Color

Background color for the above div is #51aad4

HTML with inline CSS

<div style="background-color:#51aad4;"></div>

#51aad4 color code is use for CSS Border Color

CSS Border color for the above div is #51aad4

HTML with inline CSS

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

CSS Border Left color for the above div is #51aad4

HTML with inline CSS

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

CSS Border Right color for the above div is #51aad4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #51aad4

HTML with inline CSS

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

CSS Border Top color for the above div is #51aad4

HTML with inline CSS

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

#51aad4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#51aad4 Color code Preview on White Background

This is how #51aad4 Color code will look on white background color. Color contrast ratio is 2.61

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(81,170,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(212,123,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,170,212,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.