Deep Sky Blue Hex Code — #00BFFF
RGB, HSL, and CMYK values for Deep Sky Blue.
Deep Sky Blue Color Values
| Format | Value |
|---|---|
| HEX | #00BFFF |
| RGB | rgb(0, 191, 255) |
| HSL | hsl(195, 100%, 50%) |
| CMYK | cmyk(100%, 25%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Deep Sky Blue
Color psychology: Freedom, imagination.
Deep Sky Blue (#00BFFF) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where freedom, imagination are desired associations.
How to Use Deep Sky Blue in CSS
/* Using HEX */ color: #00BFFF; background-color: #00BFFF; /* Using RGB */ color: rgb(0, 191, 255); /* Using HSL */ color: hsl(195, 100%, 50%);