Color: #77AEDC
#77AEDC Color Information
#77AEDC is a light color. The closest websafe version is #77AEDC. A complement of this color would be #DBA375, perceived brightness is 0.64, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 207°,a saturation of 59%, and a lightness of 66%.The HSV representation shows a hue of 207°, a saturation of 46%, and a value of 86%.
In a RGB color space, #77AEDC is composed of 47% red, 68% green and 86% blue. Whereas in a CMYK color space, it is composed of 46% cyan, 21% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 38.79, x: 0.2684, and y: 0.3010.
Color Code #77AEDC
Shades of Color #77AEDC
Shades are created by darkening the original color #77AEDC 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 #77AEDC
Tints are created by lightening the original color #77AEDC 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 #77AEDC Color Code
In the HSL color space, this color has a hue angle of 207°, a saturation of 59%, and a lightness of 66%. The HSV representation shows a hue of 207°, a saturation of 46%, and a value of 86%.
- HEX: #77AEDC
- RGB: rgb(119, 174, 220)
- HSL: hsl(207, 59%, 66%)
- HSV: hsv(207, 46%, 86%)
- CMYK: 46.00% cyan, 21.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 34.58, 38.79, 55.48
- Yxy: 38.79, 0.2684, 0.3010
- Hunter Lab: 68.60, -9.39, -29.35
- CIE-Lab: 68.60, -9.39, -29.35
In the XYZ color space, this color is represented as X: 34.58, Y: 38.79, Z: 55.48. The Yxy representation further refines this as Y: 38.79, x: 0.2684, and y: 0.3010.
In the Hunter Lab color space, this color is represented as L: 68.60, a: -9.39, and b: -29.35. Similarly, in the CIE-Lab color space, it is represented as L: 68.60, a: -9.39, and b: -29.35.
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 #77AEDC
Triadic colors are three colors evenly spaced around the color wheel, including #77AEDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #77AEDC
Monochromatic colors are variations of #77AEDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #77AEDC
The complementary color of #77AEDC 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 #77AEDC
/* Using HEX */ body { background-color: #77aedc; }
/* Using RGB */ body { background-color: rgb(119, 174, 220); }
/* Using RGB with opacity */ body { background-color: rgba(119, 174, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(207, 59%, 66%); }
/* Text color */ p { color: #77aedc; }
/* Box shadow */ div { box-shadow: 4px 4px #77aedc; }
/* Border color */ .box { border: 4px solid #77aedc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #77aedc; }
/* Background with text */ div { background: #77aedc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #77AEDC
<!-- Using HEX --> <div style="background-color: #77aedc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(119, 174, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(119, 174, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(207, 59%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #77aedc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #77aedc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #77aedc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #77aedc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #77aedc; color: #fff; padding: 16px; border-radius: 8px;"> #77AEDC </div>
Related Colors of #77AEDC
These colors are similar to #77AEDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.