Color: #15BAFC

#15BAFC Color Information

#15BAFC is a light color. The closest websafe version is #15BAFC. A complement of this color would be #FB5818, perceived brightness is 0.57, and the grayscale version is #898989.

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

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

In the Yxy color space, this color is represented as Y: 41.27, x: 0.2230, and y: 0.2775.

Color Code #15BAFC

HEX
#15BAFC
RGB
rgb(21, 186, 252)
HSL
hsl(197, 97%, 54%)
HSV
hsv(197, 92%, 99%)
CMYK
92%, 26%, 0%, 1%
XYZ
X: 33.16, Y: 41.27, Z: 74.30
Lab
L: 70.36, a: -21.94, b: -44.22
Name

Shades of Color #15BAFC

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

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

In the HSL color space, this color has a hue angle of 197°, a saturation of 97%, and a lightness of 54%. The HSV representation shows a hue of 197°, a saturation of 92%, and a value of 99%.

  • HEX: #15BAFC
  • RGB: rgb(21, 186, 252)
  • HSL: hsl(197, 97%, 54%)
  • HSV: hsv(197, 92%, 99%)
  • CMYK: 92.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 33.16, 41.27, 74.30
  • Yxy: 41.27, 0.2230, 0.2775
  • Hunter Lab: 70.36, -21.94, -44.22
  • CIE-Lab: 70.36, -21.94, -44.22

In the XYZ color space, this color is represented as X: 33.16, Y: 41.27, Z: 74.30. The Yxy representation further refines this as Y: 41.27, x: 0.2230, and y: 0.2775.

In the Hunter Lab color space, this color is represented as L: 70.36, a: -21.94, and b: -44.22. Similarly, in the CIE-Lab color space, it is represented as L: 70.36, a: -21.94, and b: -44.22.

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 #15BAFC

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

Analogous Colors of #15BAFC

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

Monochromatic Colors of #15BAFC

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

Complementary Color of #15BAFC

The complementary color of #15BAFC 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 #15BAFC

/* Using HEX */
body {
  background-color: #15bafc;
}
/* Using RGB */
body {
  background-color: rgb(21, 186, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(21, 186, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(197, 97%, 54%);
}
/* Text color */
p {
  color: #15bafc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #15bafc;
}

HTML Examples of #15BAFC

<!-- Using HEX -->
<div style="background-color: #15bafc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(21, 186, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(21, 186, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(197, 97%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #15bafc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #15bafc; width: 100px; height: 100px;"></div>

Related Colors of #15BAFC

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