Color: #93BCDC

#93BCDC Color Information

#93BCDC is a light color. The closest websafe version is #93BCDC. A complement of this color would be #DCB393, perceived brightness is 0.70, and the grayscale version is #B7B7B7.

In the HSL color space, this color has a hue angle of 206°,a saturation of 51%, and a lightness of 72%.The HSV representation shows a hue of 206°, a saturation of 100%, and a value of 100%.

In a RGB color space, #93BCDC is composed of 58% red, 74% green and 86% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 15% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 46.88, x: 0.2907, and y: 0.3220.

Color Code #93BCDC

HEX
#93BCDC
RGB
rgb(147, 188, 220)
HSL
hsl(206, 51%, 72%)
HSV
hsv(206, 33%, 86%)
CMYK
33%, 15%, 0%, 14%
XYZ
X: 42.33, Y: 46.88, Z: 56.40
Lab
L: 74.11, a: -8.42, b: -20.81
Name

Shades of Color #93BCDC

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

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

About #93BCDC Color Code

In the HSL color space, this color has a hue angle of 206°, a saturation of 51%, and a lightness of 72%. The HSV representation shows a hue of 206°, a saturation of 33%, and a value of 86%.

  • HEX: #93BCDC
  • RGB: rgb(147, 188, 220)
  • HSL: hsl(206, 51%, 72%)
  • HSV: hsv(206, 33%, 86%)
  • CMYK: 33.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 42.33, 46.88, 56.40
  • Yxy: 46.88, 0.2907, 0.3220
  • Hunter Lab: 74.11, -8.42, -20.81
  • CIE-Lab: 74.11, -8.42, -20.81

In the XYZ color space, this color is represented as X: 42.33, Y: 46.88, Z: 56.40. The Yxy representation further refines this as Y: 46.88, x: 0.2907, and y: 0.3220.

In the Hunter Lab color space, this color is represented as L: 74.11, a: -8.42, and b: -20.81. Similarly, in the CIE-Lab color space, it is represented as L: 74.11, a: -8.42, and b: -20.81.

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 #93BCDC

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

Analogous Colors of #93BCDC

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

Monochromatic Colors of #93BCDC

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

Complementary Color of #93BCDC

The complementary color of #93BCDC 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 #93BCDC

/* Using HEX */
body {
  background-color: #93bcdc;
}
/* Using RGB */
body {
  background-color: rgb(147, 188, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(147, 188, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(206, 51%, 72%);
}
/* Text color */
p {
  color: #93bcdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #93bcdc;
}

HTML Examples of #93BCDC

<!-- Using HEX -->
<div style="background-color: #93bcdc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(147, 188, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(147, 188, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(206, 51%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #93bcdc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #93bcdc; width: 100px; height: 100px;"></div>

Related Colors of #93BCDC

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