Color: #9FBAE3
#9FBAE3 Color Information
#9FBAE3 is a light color. The closest websafe version is #9FBAE3. A complement of this color would be #E3C9A0, perceived brightness is 0.72, and the grayscale version is #C1C1C1.
In the HSL color space, this color has a hue angle of 216°,a saturation of 55%, and a lightness of 76%.The HSV representation shows a hue of 216°, a saturation of 100%, and a value of 100%.
In a RGB color space, #9FBAE3 is composed of 62% red, 73% green and 89% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 18% magenta, 0% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 47.57, x: 0.2948, and y: 0.3115.
Color Code #9FBAE3
Shades of Color #9FBAE3
Shades are created by darkening the original color #9FBAE3 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 #9FBAE3
Tints are created by lightening the original color #9FBAE3 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 #9FBAE3 Color Code
In the HSL color space, this color has a hue angle of 216°, a saturation of 55%, and a lightness of 76%. The HSV representation shows a hue of 216°, a saturation of 30%, and a value of 89%.
- HEX: #9FBAE3
- RGB: rgb(159, 186, 227)
- HSL: hsl(216, 55%, 76%)
- HSV: hsv(216, 30%, 89%)
- CMYK: 30.00% cyan, 18.00% magenta, 0.00% yellow, 11.00% black
- XYZ: 45.02, 47.57, 60.11
- Yxy: 47.57, 0.2948, 0.3115
- Hunter Lab: 74.55, -2.43, -23.83
- CIE-Lab: 74.55, -2.43, -23.83
In the XYZ color space, this color is represented as X: 45.02, Y: 47.57, Z: 60.11. The Yxy representation further refines this as Y: 47.57, x: 0.2948, and y: 0.3115.
In the Hunter Lab color space, this color is represented as L: 74.55, a: -2.43, and b: -23.83. Similarly, in the CIE-Lab color space, it is represented as L: 74.55, a: -2.43, and b: -23.83.
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 #9FBAE3
Triadic colors are three colors evenly spaced around the color wheel, including #9FBAE3. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #9FBAE3
Monochromatic colors are variations of #9FBAE3, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #9FBAE3
The complementary color of #9FBAE3 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 #9FBAE3
/* Using HEX */ body { background-color: #9fbae3; }
/* Using RGB */ body { background-color: rgb(159, 186, 227); }
/* Using RGB with opacity */ body { background-color: rgba(159, 186, 227, 0.5); }
/* Using HSL */ body { background-color: hsl(216, 55%, 76%); }
/* Text color */ p { color: #9fbae3; }
/* Box shadow */ div { box-shadow: 4px 4px #9fbae3; }
HTML Examples of #9FBAE3
<!-- Using HEX --> <div style="background-color: #9fbae3; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(159, 186, 227); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(159, 186, 227, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(216, 55%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #9fbae3;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #9fbae3; width: 100px; height: 100px;"></div>
Related Colors of #9FBAE3
These colors are similar to #9FBAE3, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.