Color: #8FBAFC

#8FBAFC Color Information

#8FBAFC is a light color. The closest websafe version is #8FBAFC. A complement of this color would be #FCCF8D, perceived brightness is 0.71, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 216°,a saturation of 95%, and a lightness of 77%.The HSV representation shows a hue of 216°, a saturation of 43%, and a value of 99%.

In a RGB color space, #8FBAFC is composed of 56% red, 73% green and 99% blue. Whereas in a CMYK color space, it is composed of 43% cyan, 26% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 47.21, x: 0.2688, and y: 0.2832.

Color Code #8FBAFC

#8FBAFCrgb(143, 186, 252)
HEX
#8FBAFC
RGB
rgb(143, 186, 252)
HSL
hsl(216, 95%, 77%)
HSV
hsv(216, 43%, 99%)
CMYK
43%, 26%, 0%, 1%
XYZ
X: 44.81, Y: 47.21, Z: 74.67
Lab
L: 74.33, a: -2.03, b: -37.71
Name

Shades of Color #8FBAFC

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

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

#8FBAFCrgb(143, 186, 252)

About #8FBAFC Color Code

In the HSL color space, this color has a hue angle of 216°, a saturation of 95%, and a lightness of 77%. The HSV representation shows a hue of 216°, a saturation of 43%, and a value of 99%.

  • HEX: #8FBAFC
  • RGB: rgb(143, 186, 252)
  • HSL: hsl(216, 95%, 77%)
  • HSV: hsv(216, 43%, 99%)
  • CMYK: 43.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 44.81, 47.21, 74.67
  • Yxy: 47.21, 0.2688, 0.2832
  • Hunter Lab: 74.33, -2.03, -37.71
  • CIE-Lab: 74.33, -2.03, -37.71

In the XYZ color space, this color is represented as X: 44.81, Y: 47.21, Z: 74.67. The Yxy representation further refines this as Y: 47.21, x: 0.2688, and y: 0.2832.

In the Hunter Lab color space, this color is represented as L: 74.33, a: -2.03, and b: -37.71. Similarly, in the CIE-Lab color space, it is represented as L: 74.33, a: -2.03, and b: -37.71.

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 #8FBAFC

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

Analogous Colors of #8FBAFC

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

Monochromatic Colors of #8FBAFC

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

Complementary Color of #8FBAFC

The complementary color of #8FBAFC 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 #8FBAFC

/* Using HEX */
body {
  background-color: #8fbafc;
}
/* Using RGB */
body {
  background-color: rgb(143, 186, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(143, 186, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(216, 95%, 77%);
}
/* Text color */
p {
  color: #8fbafc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #8fbafc;
}
/* Border color */
.box {
  border: 4px solid #8fbafc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #8fbafc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #8fbafc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#8FBAFC
On Black Background
#8FBAFC
On White Background
#8FBAFC

HTML Examples of #8FBAFC

<!-- Using HEX -->
<div style="background-color: #8fbafc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(143, 186, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(143, 186, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(216, 95%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #8fbafc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #8fbafc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #8fbafc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #8fbafc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #8fbafc; color: #fff; padding: 16px; border-radius: 8px;">
  #8FBAFC
</div>
#8FBAFC
On Black Background
#8FBAFC
On White Background
#8FBAFC

Related Colors of #8FBAFC

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