Color: #51A2EF

#51A2EF Color Information

#51A2EF is a light color. The closest websafe version is #51A2EF. A complement of this color would be #EF9E52, perceived brightness is 0.57, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 209°,a saturation of 83%, and a lightness of 63%.The HSV representation shows a hue of 209°, a saturation of 66%, and a value of 94%.

In a RGB color space, #51A2EF is composed of 32% red, 64% green and 94% blue. Whereas in a CMYK color space, it is composed of 66% cyan, 32% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 32.96, x: 0.2331, and y: 0.2573.

Color Code #51A2EF

#51A2EFrgb(81, 162, 239)
HEX
#51A2EF
RGB
rgb(81, 162, 239)
HSL
hsl(209, 83%, 63%)
HSV
hsv(209, 66%, 94%)
CMYK
66%, 32%, 0%, 6%
XYZ
X: 29.85, Y: 32.96, Z: 65.27
Lab
L: 64.13, a: -7.15, b: -46.80
Name

Shades of Color #51A2EF

Shades are created by darkening the original color #51A2EF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #51A2EF

Tints are created by lightening the original color #51A2EF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#51A2EFrgb(81, 162, 239)

About #51A2EF Color Code

In the HSL color space, this color has a hue angle of 209°, a saturation of 83%, and a lightness of 63%. The HSV representation shows a hue of 209°, a saturation of 66%, and a value of 94%.

  • HEX: #51A2EF
  • RGB: rgb(81, 162, 239)
  • HSL: hsl(209, 83%, 63%)
  • HSV: hsv(209, 66%, 94%)
  • CMYK: 66.00% cyan, 32.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 29.85, 32.96, 65.27
  • Yxy: 32.96, 0.2331, 0.2573
  • Hunter Lab: 64.13, -7.15, -46.80
  • CIE-Lab: 64.13, -7.15, -46.80

In the XYZ color space, this color is represented as X: 29.85, Y: 32.96, Z: 65.27. The Yxy representation further refines this as Y: 32.96, x: 0.2331, and y: 0.2573.

In the Hunter Lab color space, this color is represented as L: 64.13, a: -7.15, and b: -46.80. Similarly, in the CIE-Lab color space, it is represented as L: 64.13, a: -7.15, and b: -46.80.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #51A2EF

Triadic colors are three colors evenly spaced around the color wheel, including #51A2EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #51A2EF

Analogous colors are adjacent to #51A2EF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #51A2EF

Split complementary colors are two colors adjacent to the complementary color of #51A2EF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #51A2EF

Tetradic colors form a rectangle on the color wheel, including #51A2EF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #51A2EF

Monochromatic colors are variations of #51A2EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #51A2EF

The complementary color of #51A2EF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #51A2EF

/* Using HEX */
body {
  background-color: #51a2ef;
}
/* Using RGB */
body {
  background-color: rgb(81, 162, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(81, 162, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(209, 83%, 63%);
}
/* Text color */
p {
  color: #51a2ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #51a2ef;
}
/* Border color */
.box {
  border: 4px solid #51a2ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #51a2ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #51a2ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#51A2EF
On Black Background
#51A2EF
On White Background
#51A2EF

HTML Examples of #51A2EF

<!-- Using HEX -->
<div style="background-color: #51a2ef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(81, 162, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(81, 162, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(209, 83%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #51a2ef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #51a2ef; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #51a2ef; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #51a2ef;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #51a2ef; color: #fff; padding: 16px; border-radius: 8px;">
  #51A2EF
</div>
#51A2EF
On Black Background
#51A2EF
On White Background
#51A2EF

Related Colors of #51A2EF

These colors are similar to #51A2EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.