Color: #60ADEC

#60ADEC Color Information

#60ADEC is a light color. The closest websafe version is #60ADEC. A complement of this color would be #EC9F5F, perceived brightness is 0.62, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 207°,a saturation of 79%, and a lightness of 65%.The HSV representation shows a hue of 207°, a saturation of 59%, and a value of 93%.

In a RGB color space, #60ADEC is composed of 38% red, 68% green and 93% blue. Whereas in a CMYK color space, it is composed of 59% cyan, 27% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 37.64, x: 0.2459, and y: 0.2789.

Color Code #60ADEC

#60ADECrgb(96, 173, 236)
HEX
#60ADEC
RGB
rgb(96, 173, 236)
HSL
hsl(207, 79%, 65%)
HSV
hsv(207, 59%, 93%)
CMYK
59%, 27%, 0%, 7%
XYZ
X: 33.19, Y: 37.64, Z: 64.13
Lab
L: 67.76, a: -10.60, b: -39.46
Name

Shades of Color #60ADEC

Shades are created by darkening the original color #60ADEC 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 #60ADEC

Tints are created by lightening the original color #60ADEC 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.

#60ADECrgb(96, 173, 236)

About #60ADEC Color Code

In the HSL color space, this color has a hue angle of 207°, a saturation of 79%, and a lightness of 65%. The HSV representation shows a hue of 207°, a saturation of 59%, and a value of 93%.

  • HEX: #60ADEC
  • RGB: rgb(96, 173, 236)
  • HSL: hsl(207, 79%, 65%)
  • HSV: hsv(207, 59%, 93%)
  • CMYK: 59.00% cyan, 27.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 33.19, 37.64, 64.13
  • Yxy: 37.64, 0.2459, 0.2789
  • Hunter Lab: 67.76, -10.60, -39.46
  • CIE-Lab: 67.76, -10.60, -39.46

In the XYZ color space, this color is represented as X: 33.19, Y: 37.64, Z: 64.13. The Yxy representation further refines this as Y: 37.64, x: 0.2459, and y: 0.2789.

In the Hunter Lab color space, this color is represented as L: 67.76, a: -10.60, and b: -39.46. Similarly, in the CIE-Lab color space, it is represented as L: 67.76, a: -10.60, and b: -39.46.

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 #60ADEC

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

Analogous Colors of #60ADEC

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

Split Complementary Colors of #60ADEC

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

Tetradic Colors of #60ADEC

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

Monochromatic Colors of #60ADEC

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

Complementary Color of #60ADEC

The complementary color of #60ADEC 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 #60ADEC

/* Using HEX */
body {
  background-color: #60adec;
}
/* Using RGB */
body {
  background-color: rgb(96, 173, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(96, 173, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(207, 79%, 65%);
}
/* Text color */
p {
  color: #60adec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #60adec;
}
/* Border color */
.box {
  border: 4px solid #60adec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #60adec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #60adec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#60ADEC
On Black Background
#60ADEC
On White Background
#60ADEC

HTML Examples of #60ADEC

<!-- Using HEX -->
<div style="background-color: #60adec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(96, 173, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(96, 173, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(207, 79%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #60adec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #60adec; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #60adec; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #60adec;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #60adec; color: #fff; padding: 16px; border-radius: 8px;">
  #60ADEC
</div>
#60ADEC
On Black Background
#60ADEC
On White Background
#60ADEC

Related Colors of #60ADEC

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