Color: #91BCDC

#91BCDC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 46.69, x: 0.2893, and y: 0.3219.

Color Code #91BCDC

#91BCDCrgb(145, 188, 220)
HEX
#91BCDC
RGB
rgb(145, 188, 220)
HSL
hsl(206, 52%, 72%)
HSV
hsv(206, 34%, 86%)
CMYK
34%, 15%, 0%, 14%
XYZ
X: 41.95, Y: 46.69, Z: 56.39
Lab
L: 73.99, a: -9.02, b: -21.01
Name

Shades of Color #91BCDC

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

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

#91BCDCrgb(145, 188, 220)

About #91BCDC Color Code

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

  • HEX: #91BCDC
  • RGB: rgb(145, 188, 220)
  • HSL: hsl(206, 52%, 72%)
  • HSV: hsv(206, 34%, 86%)
  • CMYK: 34.00% cyan, 15.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 41.95, 46.69, 56.39
  • Yxy: 46.69, 0.2893, 0.3219
  • Hunter Lab: 73.99, -9.02, -21.01
  • CIE-Lab: 73.99, -9.02, -21.01

In the XYZ color space, this color is represented as X: 41.95, Y: 46.69, Z: 56.39. The Yxy representation further refines this as Y: 46.69, x: 0.2893, and y: 0.3219.

In the Hunter Lab color space, this color is represented as L: 73.99, a: -9.02, and b: -21.01. Similarly, in the CIE-Lab color space, it is represented as L: 73.99, a: -9.02, and b: -21.01.

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

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

Analogous Colors of #91BCDC

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

Split Complementary Colors of #91BCDC

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

Tetradic Colors of #91BCDC

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

Monochromatic Colors of #91BCDC

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

Complementary Color of #91BCDC

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

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

HTML Examples of #91BCDC

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

Related Colors of #91BCDC

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