Is it possible to get R, G and B from HEX color in CSS?
For example if I have #00fbff I want to know RGB from this color (0, 251, 255), I'd like to know if it's possible to get the separate values. Because I'm trying to use HSL and, if I understand it well, I need these RGB values.