Color: #A2CBDA
#A2CBDA Color Information
#A2CBDA is a light color. The closest websafe version is #A2CBDA. A complement of this color would be #DBB2A4, perceived brightness is 0.75, and the grayscale version is #BEBEBE.
In the HSL color space, this color has a hue angle of 196°,a saturation of 43%, and a lightness of 75%.The HSV representation shows a hue of 196°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A2CBDA is composed of 64% red, 80% green and 85% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 7% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 55.10, x: 0.3044, and y: 0.3438.
Color Code #A2CBDA
Shades of Color #A2CBDA
Shades are created by darkening the original color #A2CBDA 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 #A2CBDA
Tints are created by lightening the original color #A2CBDA 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 #A2CBDA Color Code
In the HSL color space, this color has a hue angle of 196°, a saturation of 43%, and a lightness of 75%. The HSV representation shows a hue of 196°, a saturation of 26%, and a value of 85%.
- HEX: #A2CBDA
- RGB: rgb(162, 203, 218)
- HSL: hsl(196, 43%, 75%)
- HSV: hsv(196, 26%, 85%)
- CMYK: 26.00% cyan, 7.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 48.78, 55.10, 56.37
- Yxy: 55.10, 0.3044, 0.3438
- Hunter Lab: 79.10, -11.50, -12.18
- CIE-Lab: 79.10, -11.50, -12.18
In the XYZ color space, this color is represented as X: 48.78, Y: 55.10, Z: 56.37. The Yxy representation further refines this as Y: 55.10, x: 0.3044, and y: 0.3438.
In the Hunter Lab color space, this color is represented as L: 79.10, a: -11.50, and b: -12.18. Similarly, in the CIE-Lab color space, it is represented as L: 79.10, a: -11.50, and b: -12.18.
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 #A2CBDA
Triadic colors are three colors evenly spaced around the color wheel, including #A2CBDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A2CBDA
Monochromatic colors are variations of #A2CBDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A2CBDA
The complementary color of #A2CBDA 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 #A2CBDA
/* Using HEX */ body { background-color: #a2cbda; }
/* Using RGB */ body { background-color: rgb(162, 203, 218); }
/* Using RGB with opacity */ body { background-color: rgba(162, 203, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(196, 43%, 75%); }
/* Text color */ p { color: #a2cbda; }
/* Box shadow */ div { box-shadow: 4px 4px #a2cbda; }
HTML Examples of #A2CBDA
<!-- Using HEX --> <div style="background-color: #a2cbda; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(162, 203, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(162, 203, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(196, 43%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a2cbda;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a2cbda; width: 100px; height: 100px;"></div>
Related Colors of #A2CBDA
These colors are similar to #A2CBDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.