Color: #61BAFC
#61BAFC Color Information
#61BAFC is a light color. The closest websafe version is #61BAFC. A complement of this color would be #FCA35F, perceived brightness is 0.65, and the grayscale version is #AFAFAF.
In the HSL color space, this color has a hue angle of 206°,a saturation of 96%, and a lightness of 68%.The HSV representation shows a hue of 206°, a saturation of 62%, and a value of 99%.
In a RGB color space, #61BAFC is composed of 38% red, 73% green and 99% blue. Whereas in a CMYK color space, it is composed of 62% cyan, 26% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 43.76, x: 0.2435, and y: 0.2800.
Color Code #61BAFC
Shades of Color #61BAFC
Shades are created by darkening the original color #61BAFC 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 #61BAFC
Tints are created by lightening the original color #61BAFC 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 #61BAFC Color Code
In the HSL color space, this color has a hue angle of 206°, a saturation of 96%, and a lightness of 68%. The HSV representation shows a hue of 206°, a saturation of 62%, and a value of 99%.
- HEX: #61BAFC
- RGB: rgb(97, 186, 252)
- HSL: hsl(206, 96%, 68%)
- HSV: hsv(206, 62%, 99%)
- CMYK: 62.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 38.05, 43.76, 74.46
- Yxy: 43.76, 0.2435, 0.2800
- Hunter Lab: 72.07, -12.87, -41.42
- CIE-Lab: 72.07, -12.87, -41.42
In the XYZ color space, this color is represented as X: 38.05, Y: 43.76, Z: 74.46. The Yxy representation further refines this as Y: 43.76, x: 0.2435, and y: 0.2800.
In the Hunter Lab color space, this color is represented as L: 72.07, a: -12.87, and b: -41.42. Similarly, in the CIE-Lab color space, it is represented as L: 72.07, a: -12.87, and b: -41.42.
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 #61BAFC
Triadic colors are three colors evenly spaced around the color wheel, including #61BAFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #61BAFC
Split complementary colors are two colors adjacent to the complementary color of #61BAFC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #61BAFC
Monochromatic colors are variations of #61BAFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #61BAFC
The complementary color of #61BAFC 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 #61BAFC
/* Using HEX */ body { background-color: #61bafc; }
/* Using RGB */ body { background-color: rgb(97, 186, 252); }
/* Using RGB with opacity */ body { background-color: rgba(97, 186, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(206, 96%, 68%); }
/* Text color */ p { color: #61bafc; }
/* Box shadow */ div { box-shadow: 4px 4px #61bafc; }
/* Border color */ .box { border: 4px solid #61bafc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #61bafc; }
/* Background with text */ div { background: #61bafc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #61BAFC
<!-- Using HEX --> <div style="background-color: #61bafc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(97, 186, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(97, 186, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(206, 96%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #61bafc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #61bafc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #61bafc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #61bafc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #61bafc; color: #fff; padding: 16px; border-radius: 8px;"> #61BAFC </div>
Related Colors of #61BAFC
These colors are similar to #61BAFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.