Color: #80BFFF
#80BFFF Color Information
#80BFFF is a light color. The closest websafe version is #80BFFF. A complement of this color would be #FFBF80, perceived brightness is 0.70, and the grayscale version is #C0C0C0.
In the HSL color space, this color has a hue angle of 210°,a saturation of 99%, and a lightness of 75%.The HSV representation shows a hue of 210°, a saturation of 100%, and a value of 100%.
In a RGB color space, #80BFFF is composed of 50% red, 75% green and 100% blue. Whereas in a CMYK color space, it is composed of 50% cyan, 25% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 48.21, x: 0.2594, and y: 0.2857.
Color Code #80BFFF
Shades of Color #80BFFF
Shades are created by darkening the original color #80BFFF 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 #80BFFF
Tints are created by lightening the original color #80BFFF 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 #80BFFF Color Code
In the HSL color space, this color has a hue angle of 210°, a saturation of 100%, and a lightness of 75%. The HSV representation shows a hue of 210°, a saturation of 50%, and a value of 100%.
- HEX: #80BFFF
- RGB: rgb(128, 191, 255)
- HSL: hsl(210, 100%, 75%)
- HSV: hsv(210, 50%, 100%)
- CMYK: 50.00% cyan, 25.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 43.78, 48.21, 76.78
- Yxy: 48.21, 0.2594, 0.2857
- Hunter Lab: 74.96, -7.76, -38.42
- CIE-Lab: 74.96, -7.76, -38.42
In the XYZ color space, this color is represented as X: 43.78, Y: 48.21, Z: 76.78. The Yxy representation further refines this as Y: 48.21, x: 0.2594, and y: 0.2857.
In the Hunter Lab color space, this color is represented as L: 74.96, a: -7.76, and b: -38.42. Similarly, in the CIE-Lab color space, it is represented as L: 74.96, a: -7.76, and b: -38.42.
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 #80BFFF
Triadic colors are three colors evenly spaced around the color wheel, including #80BFFF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #80BFFF
Monochromatic colors are variations of #80BFFF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #80BFFF
The complementary color of #80BFFF 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 #80BFFF
/* Using HEX */ body { background-color: #80bfff; }
/* Using RGB */ body { background-color: rgb(128, 191, 255); }
/* Using RGB with opacity */ body { background-color: rgba(128, 191, 255, 0.5); }
/* Using HSL */ body { background-color: hsl(210, 100%, 75%); }
/* Text color */ p { color: #80bfff; }
/* Box shadow */ div { box-shadow: 4px 4px #80bfff; }
HTML Examples of #80BFFF
<!-- Using HEX --> <div style="background-color: #80bfff; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(128, 191, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(128, 191, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(210, 100%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #80bfff;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #80bfff; width: 100px; height: 100px;"></div>
Related Colors of #80BFFF
These colors are similar to #80BFFF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.