Color: #73BDFF

#73BDFF Color Information

#73BDFF is a light color. The closest websafe version is #73BDFF. A complement of this color would be #FFB675, perceived brightness is 0.68, and the grayscale version is #B9B9B9.

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

In a RGB color space, #73BDFF is composed of 45% red, 74% green and 100% blue. Whereas in a CMYK color space, it is composed of 55% cyan, 26% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 46.36, x: 0.2518, and y: 0.2821.

Color Code #73BDFF

#73BDFFrgb(115, 189, 255)
HEX
#73BDFF
RGB
rgb(115, 189, 255)
HSL
hsl(208, 100%, 73%)
HSV
hsv(208, 55%, 100%)
CMYK
55%, 26%, 0%, 0%
XYZ
X: 41.38, Y: 46.36, Z: 76.60
Lab
L: 73.78, a: -9.82, b: -40.31
Name

Shades of Color #73BDFF

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

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

#73BDFFrgb(115, 189, 255)

About #73BDFF Color Code

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

  • HEX: #73BDFF
  • RGB: rgb(115, 189, 255)
  • HSL: hsl(208, 100%, 73%)
  • HSV: hsv(208, 55%, 100%)
  • CMYK: 55.00% cyan, 26.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 41.38, 46.36, 76.60
  • Yxy: 46.36, 0.2518, 0.2821
  • Hunter Lab: 73.78, -9.82, -40.31
  • CIE-Lab: 73.78, -9.82, -40.31

In the XYZ color space, this color is represented as X: 41.38, Y: 46.36, Z: 76.60. The Yxy representation further refines this as Y: 46.36, x: 0.2518, and y: 0.2821.

In the Hunter Lab color space, this color is represented as L: 73.78, a: -9.82, and b: -40.31. Similarly, in the CIE-Lab color space, it is represented as L: 73.78, a: -9.82, and b: -40.31.

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 #73BDFF

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

Analogous Colors of #73BDFF

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

Split Complementary Colors of #73BDFF

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

Tetradic Colors of #73BDFF

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

Monochromatic Colors of #73BDFF

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

Complementary Color of #73BDFF

The complementary color of #73BDFF 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 #73BDFF

/* Using HEX */
body {
  background-color: #73bdff;
}
/* Using RGB */
body {
  background-color: rgb(115, 189, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(115, 189, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(208, 100%, 73%);
}
/* Text color */
p {
  color: #73bdff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #73bdff;
}
/* Border color */
.box {
  border: 4px solid #73bdff;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #73bdff;
}
Text Shadow Preview
/* Background with text */
div {
  background: #73bdff;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#73BDFF
On Black Background
#73BDFF
On White Background
#73BDFF

HTML Examples of #73BDFF

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

Related Colors of #73BDFF

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