Celsius to Kelvin

K=°C+273.15K=°C+273.15

What it does

Calculates celsius to kelvin from the supplied values.

When to use it

Use this science formula when the named quantities are known.

Variables

Worked example

{
  "inputs": {
    "celsius": 25
  },
  "result": 298.15
}

Common mistakes

Check units, signs, brackets and that every value is entered in the stated units.