Color: #51AEFB
#51AEFB Color Information
#51AEFB is a light color. The closest websafe version is #51AEFB. A complement of this color would be #FB9D50, perceived brightness is 0.61, and the grayscale version is #A6A6A6.
In the HSL color space, this color has a hue angle of 207°,a saturation of 96%, and a lightness of 65%.The HSV representation shows a hue of 207°, a saturation of 68%, and a value of 98%.
In a RGB color space, #51AEFB is composed of 32% red, 68% green and 98% blue. Whereas in a CMYK color space, it is composed of 68% cyan, 31% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 38.02, x: 0.2326, and y: 0.2625.
Color Code #51AEFB
Shades of Color #51AEFB
Shades are created by darkening the original color #51AEFB 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 #51AEFB
Tints are created by lightening the original color #51AEFB 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 #51AEFB Color Code
In the HSL color space, this color has a hue angle of 207°, a saturation of 96%, and a lightness of 65%. The HSV representation shows a hue of 207°, a saturation of 68%, and a value of 98%.
- HEX: #51AEFB
- RGB: rgb(81, 174, 251)
- HSL: hsl(207, 96%, 65%)
- HSV: hsv(207, 68%, 98%)
- CMYK: 68.00% cyan, 31.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 33.69, 38.02, 73.12
- Yxy: 38.02, 0.2326, 0.2625
- Hunter Lab: 68.04, -10.06, -47.21
- CIE-Lab: 68.04, -10.06, -47.21
In the XYZ color space, this color is represented as X: 33.69, Y: 38.02, Z: 73.12. The Yxy representation further refines this as Y: 38.02, x: 0.2326, and y: 0.2625.
In the Hunter Lab color space, this color is represented as L: 68.04, a: -10.06, and b: -47.21. Similarly, in the CIE-Lab color space, it is represented as L: 68.04, a: -10.06, and b: -47.21.
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 #51AEFB
Triadic colors are three colors evenly spaced around the color wheel, including #51AEFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #51AEFB
Split complementary colors are two colors adjacent to the complementary color of #51AEFB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #51AEFB
Monochromatic colors are variations of #51AEFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #51AEFB
The complementary color of #51AEFB 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 #51AEFB
/* Using HEX */ body { background-color: #51aefb; }
/* Using RGB */ body { background-color: rgb(81, 174, 251); }
/* Using RGB with opacity */ body { background-color: rgba(81, 174, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(207, 96%, 65%); }
/* Text color */ p { color: #51aefb; }
/* Box shadow */ div { box-shadow: 4px 4px #51aefb; }
/* Border color */ .box { border: 4px solid #51aefb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #51aefb; }
/* Background with text */ div { background: #51aefb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #51AEFB
<!-- Using HEX --> <div style="background-color: #51aefb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(81, 174, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(81, 174, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(207, 96%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #51aefb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #51aefb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #51aefb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #51aefb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #51aefb; color: #fff; padding: 16px; border-radius: 8px;"> #51AEFB </div>
Related Colors of #51AEFB
These colors are similar to #51AEFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.