Color: #A8CEEB
#A8CEEB Color Information
#A8CEEB is a light color. The closest websafe version is #A8CEEB. A complement of this color would be #EBC5A8, perceived brightness is 0.78, and the grayscale version is #CACACA.
In the HSL color space, this color has a hue angle of 206°,a saturation of 63%, and a lightness of 79%.The HSV representation shows a hue of 206°, a saturation of 29%, and a value of 92%.
In a RGB color space, #A8CEEB is composed of 66% red, 81% green and 92% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 12% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 57.99, x: 0.2986, and y: 0.3284.
Color Code #A8CEEB
Shades of Color #A8CEEB
Shades are created by darkening the original color #A8CEEB 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 #A8CEEB
Tints are created by lightening the original color #A8CEEB 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 #A8CEEB Color Code
In the HSL color space, this color has a hue angle of 206°, a saturation of 63%, and a lightness of 79%. The HSV representation shows a hue of 206°, a saturation of 29%, and a value of 92%.
- HEX: #A8CEEB
- RGB: rgb(168, 206, 235)
- HSL: hsl(206, 63%, 79%)
- HSV: hsv(206, 29%, 92%)
- CMYK: 29.00% cyan, 12.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 52.73, 57.99, 65.87
- Yxy: 57.99, 0.2986, 0.3284
- Hunter Lab: 80.74, -8.09, -18.74
- CIE-Lab: 80.74, -8.09, -18.74
In the XYZ color space, this color is represented as X: 52.73, Y: 57.99, Z: 65.87. The Yxy representation further refines this as Y: 57.99, x: 0.2986, and y: 0.3284.
In the Hunter Lab color space, this color is represented as L: 80.74, a: -8.09, and b: -18.74. Similarly, in the CIE-Lab color space, it is represented as L: 80.74, a: -8.09, and b: -18.74.
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 #A8CEEB
Triadic colors are three colors evenly spaced around the color wheel, including #A8CEEB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A8CEEB
Monochromatic colors are variations of #A8CEEB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A8CEEB
The complementary color of #A8CEEB 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 #A8CEEB
/* Using HEX */ body { background-color: #a8ceeb; }
/* Using RGB */ body { background-color: rgb(168, 206, 235); }
/* Using RGB with opacity */ body { background-color: rgba(168, 206, 235, 0.5); }
/* Using HSL */ body { background-color: hsl(206, 63%, 79%); }
/* Text color */ p { color: #a8ceeb; }
/* Box shadow */ div { box-shadow: 4px 4px #a8ceeb; }
/* Border color */ .box { border: 4px solid #a8ceeb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a8ceeb; }
/* Background with text */ div { background: #a8ceeb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A8CEEB
<!-- Using HEX --> <div style="background-color: #a8ceeb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(168, 206, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(168, 206, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(206, 63%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a8ceeb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a8ceeb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a8ceeb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a8ceeb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a8ceeb; color: #fff; padding: 16px; border-radius: 8px;"> #A8CEEB </div>
Related Colors of #A8CEEB
These colors are similar to #A8CEEB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.