RGB channels to editable HSL values

RGB to HSL Converter

Convert RGB values into HSL to adjust hue, saturation, and lightness more intuitively.

#9DDBFF

Result

RGBrgb(157, 219, 255)
HEX
#9DDBFF
HSL
hsl(202, 100%, 81%)

How to Convert RGB to HSL

RGB values represent colors using red, green, and blue components (0-255). HSL represents colors using Hue (0-360 degrees on the color wheel), Saturation (0-100%), and Lightness (0-100%). This conversion is useful for adjusting colors more intuitively.

Need the reverse conversion? Try HSL to RGB converter