Color: #8FBFFC

#8FBFFC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 49.36, x: 0.2700, and y: 0.2899.

Color Code #8FBFFC

#8FBFFCrgb(143, 191, 252)
HEX
#8FBFFC
RGB
rgb(143, 191, 252)
HSL
hsl(214, 95%, 77%)
HSV
hsv(214, 43%, 99%)
CMYK
43%, 24%, 0%, 1%
XYZ
X: 45.97, Y: 49.36, Z: 74.96
Lab
L: 75.68, a: -4.56, b: -35.64
Name

Shades of Color #8FBFFC

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

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

#8FBFFCrgb(143, 191, 252)

About #8FBFFC Color Code

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

  • HEX: #8FBFFC
  • RGB: rgb(143, 191, 252)
  • HSL: hsl(214, 95%, 77%)
  • HSV: hsv(214, 43%, 99%)
  • CMYK: 43.00% cyan, 24.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 45.97, 49.36, 74.96
  • Yxy: 49.36, 0.2700, 0.2899
  • Hunter Lab: 75.68, -4.56, -35.64
  • CIE-Lab: 75.68, -4.56, -35.64

In the XYZ color space, this color is represented as X: 45.97, Y: 49.36, Z: 74.96. The Yxy representation further refines this as Y: 49.36, x: 0.2700, and y: 0.2899.

In the Hunter Lab color space, this color is represented as L: 75.68, a: -4.56, and b: -35.64. Similarly, in the CIE-Lab color space, it is represented as L: 75.68, a: -4.56, and b: -35.64.

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

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

Analogous Colors of #8FBFFC

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

Split Complementary Colors of #8FBFFC

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

Tetradic Colors of #8FBFFC

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

Monochromatic Colors of #8FBFFC

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

Complementary Color of #8FBFFC

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

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

HTML Examples of #8FBFFC

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

Related Colors of #8FBFFC

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