Electric Blue Hex Code — #7DF9FF
RGB, HSL, and CMYK values for Electric Blue.
Electric Blue Color Values
| Format | Value |
|---|---|
| HEX | #7DF9FF |
| RGB | rgb(125, 249, 255) |
| HSL | hsl(183, 100%, 75%) |
| CMYK | cmyk(51%, 2%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Electric Blue
Color psychology: Energy, modernism.
Electric Blue (#7DF9FF) is a light shade of blue. It's commonly used in web design, graphic design, and branding where energy, modernism are desired associations.
How to Use Electric Blue in CSS
/* Using HEX */ color: #7DF9FF; background-color: #7DF9FF; /* Using RGB */ color: rgb(125, 249, 255); /* Using HSL */ color: hsl(183, 100%, 75%);