Color: #5BBFFC

#5BBFFC Color Information

#5BBFFC is a light color. The closest websafe version is #5BBFFC. A complement of this color would be #FC985A, perceived brightness is 0.66, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 203°,a saturation of 96%, and a lightness of 67%.The HSV representation shows a hue of 203°, a saturation of 64%, and a value of 99%.

In a RGB color space, #5BBFFC is composed of 36% red, 75% green and 99% blue. Whereas in a CMYK color space, it is composed of 64% cyan, 24% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 45.58, x: 0.2427, and y: 0.2869.

Color Code #5BBFFC

#5BBFFCrgb(91, 191, 252)
HEX
#5BBFFC
RGB
rgb(91, 191, 252)
HSL
hsl(203, 96%, 67%)
HSV
hsv(203, 64%, 99%)
CMYK
64%, 24%, 0%, 1%
XYZ
X: 38.55, Y: 45.58, Z: 74.73
Lab
L: 73.27, a: -16.44, b: -39.58
Name

Shades of Color #5BBFFC

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

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

#5BBFFCrgb(91, 191, 252)

About #5BBFFC Color Code

In the HSL color space, this color has a hue angle of 203°, a saturation of 96%, and a lightness of 67%. The HSV representation shows a hue of 203°, a saturation of 64%, and a value of 99%.

  • HEX: #5BBFFC
  • RGB: rgb(91, 191, 252)
  • HSL: hsl(203, 96%, 67%)
  • HSV: hsv(203, 64%, 99%)
  • CMYK: 64.00% cyan, 24.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 38.55, 45.58, 74.73
  • Yxy: 45.58, 0.2427, 0.2869
  • Hunter Lab: 73.27, -16.44, -39.58
  • CIE-Lab: 73.27, -16.44, -39.58

In the XYZ color space, this color is represented as X: 38.55, Y: 45.58, Z: 74.73. The Yxy representation further refines this as Y: 45.58, x: 0.2427, and y: 0.2869.

In the Hunter Lab color space, this color is represented as L: 73.27, a: -16.44, and b: -39.58. Similarly, in the CIE-Lab color space, it is represented as L: 73.27, a: -16.44, and b: -39.58.

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 #5BBFFC

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

Analogous Colors of #5BBFFC

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

Split Complementary Colors of #5BBFFC

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

Tetradic Colors of #5BBFFC

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

Monochromatic Colors of #5BBFFC

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

Complementary Color of #5BBFFC

The complementary color of #5BBFFC 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 #5BBFFC

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

HTML Examples of #5BBFFC

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

Related Colors of #5BBFFC

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