Color: #54BCDC

#54BCDC Color Information

#54BCDC is a light color. The closest websafe version is #54BCDC. A complement of this color would be #DC7556, perceived brightness is 0.63, and the grayscale version is #989898.

In the HSL color space, this color has a hue angle of 194°,a saturation of 66%, and a lightness of 60%.The HSV representation shows a hue of 194°, a saturation of 62%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 42.36, x: 0.2537, and y: 0.3210.

Color Code #54BCDC

#54BCDCrgb(84, 188, 220)
HEX
#54BCDC
RGB
rgb(84, 188, 220)
HSL
hsl(194, 66%, 60%)
HSV
hsv(194, 62%, 86%)
CMYK
62%, 15%, 0%, 14%
XYZ
X: 33.47, Y: 42.36, Z: 56.12
Lab
L: 71.12, a: -24.12, b: -25.67
Name

Shades of Color #54BCDC

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

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

#54BCDCrgb(84, 188, 220)

About #54BCDC Color Code

In the HSL color space, this color has a hue angle of 194°, a saturation of 66%, and a lightness of 60%. The HSV representation shows a hue of 194°, a saturation of 62%, and a value of 86%.

  • HEX: #54BCDC
  • RGB: rgb(84, 188, 220)
  • HSL: hsl(194, 66%, 60%)
  • HSV: hsv(194, 62%, 86%)
  • CMYK: 62.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 33.47, 42.36, 56.12
  • Yxy: 42.36, 0.2537, 0.3210
  • Hunter Lab: 71.12, -24.12, -25.67
  • CIE-Lab: 71.12, -24.12, -25.67

In the XYZ color space, this color is represented as X: 33.47, Y: 42.36, Z: 56.12. The Yxy representation further refines this as Y: 42.36, x: 0.2537, and y: 0.3210.

In the Hunter Lab color space, this color is represented as L: 71.12, a: -24.12, and b: -25.67. Similarly, in the CIE-Lab color space, it is represented as L: 71.12, a: -24.12, and b: -25.67.

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

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

Analogous Colors of #54BCDC

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

Split Complementary Colors of #54BCDC

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

Tetradic Colors of #54BCDC

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

Monochromatic Colors of #54BCDC

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

Complementary Color of #54BCDC

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

/* Using HEX */
body {
  background-color: #54bcdc;
}
/* Using RGB */
body {
  background-color: rgb(84, 188, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(84, 188, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(194, 66%, 60%);
}
/* Text color */
p {
  color: #54bcdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #54bcdc;
}
/* Border color */
.box {
  border: 4px solid #54bcdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #54bcdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #54bcdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#54BCDC
On Black Background
#54BCDC
On White Background
#54BCDC

HTML Examples of #54BCDC

<!-- Using HEX -->
<div style="background-color: #54bcdc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(84, 188, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(84, 188, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(194, 66%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #54bcdc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #54bcdc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #54bcdc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #54bcdc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #54bcdc; color: #fff; padding: 16px; border-radius: 8px;">
  #54BCDC
</div>
#54BCDC
On Black Background
#54BCDC
On White Background
#54BCDC

Related Colors of #54BCDC

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