Color Converter
This API will convert hex, RBG, or decimal to all the other formats
Do not include the # before the hex code
GET
https://api.cirrus.center/api/v1/tools/color-converter/
Query Parameters
Name
Type
Description
hex
Hex code
The hex code
r,b,b
?r=[R]&g=[G]&b=[B]
Your RGB values
decimal
Decimal code
Your decimal code
Last updated