Color: #85BCFF

#85BCFF Color Information

#85BCFF is a light color. The closest websafe version is #85BCFF. A complement of this color would be #FFC885, perceived brightness is 0.70, and the grayscale version is #C2C2C2.

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

In a RGB color space, #85BCFF is composed of 52% red, 74% green and 100% blue. Whereas in a CMYK color space, it is composed of 48% cyan, 26% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 47.33, x: 0.2615, and y: 0.2820.

Color Code #85BCFF

HEX
#85BCFF
RGB
rgb(133, 188, 255)
HSL
hsl(213, 100%, 76%)
HSV
hsv(213, 48%, 100%)
CMYK
48%, 26%, 0%, 0%
XYZ
X: 43.90, Y: 47.33, Z: 76.63
Lab
L: 74.40, a: -5.01, b: -39.26
Name

Shades of Color #85BCFF

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

Tints are created by lightening the original color #85BCFF 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 #85BCFF Color Code

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

  • HEX: #85BCFF
  • RGB: rgb(133, 188, 255)
  • HSL: hsl(213, 100%, 76%)
  • HSV: hsv(213, 48%, 100%)
  • CMYK: 48.00% cyan, 26.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 43.90, 47.33, 76.63
  • Yxy: 47.33, 0.2615, 0.2820
  • Hunter Lab: 74.40, -5.01, -39.26
  • CIE-Lab: 74.40, -5.01, -39.26

In the XYZ color space, this color is represented as X: 43.90, Y: 47.33, Z: 76.63. The Yxy representation further refines this as Y: 47.33, x: 0.2615, and y: 0.2820.

In the Hunter Lab color space, this color is represented as L: 74.40, a: -5.01, and b: -39.26. Similarly, in the CIE-Lab color space, it is represented as L: 74.40, a: -5.01, and b: -39.26.

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 #85BCFF

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

Analogous Colors of #85BCFF

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

Monochromatic Colors of #85BCFF

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

Complementary Color of #85BCFF

The complementary color of #85BCFF 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 #85BCFF

/* Using HEX */
body {
  background-color: #85bcff;
}
/* Using RGB */
body {
  background-color: rgb(133, 188, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(133, 188, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(213, 100%, 76%);
}
/* Text color */
p {
  color: #85bcff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #85bcff;
}

HTML Examples of #85BCFF

<!-- Using HEX -->
<div style="background-color: #85bcff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(133, 188, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(133, 188, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(213, 100%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #85bcff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #85bcff; width: 100px; height: 100px;"></div>

Related Colors of #85BCFF

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